U
user
I have several vb.net apps that use the MSScript control to provide
basic scripting. On one machine in particular, these apps refuse to
start, stating:
An Unhandled exception of type 'System.IO.FileNotFoundException'
occurred in MyApp.exe
Additional information: File or assembly name AxInterop.MSScriptControl,
or one of its dependencies, was not found.
Although the entire app directory contains everything, including the
script control, the app bombs with this error only on one machine out of
several. How can I check to see what dependencies the MSScript control
needs, and narrow down my search for problems?
-Sam
basic scripting. On one machine in particular, these apps refuse to
start, stating:
An Unhandled exception of type 'System.IO.FileNotFoundException'
occurred in MyApp.exe
Additional information: File or assembly name AxInterop.MSScriptControl,
or one of its dependencies, was not found.
Although the entire app directory contains everything, including the
script control, the app bombs with this error only on one machine out of
several. How can I check to see what dependencies the MSScript control
needs, and narrow down my search for problems?
-Sam