installing assemblies

  • Thread starter Thread starter Ivan
  • Start date Start date
I

Ivan

I use the SystemMonitor ActiveX and it apparently resides in an assembly that needs to be installed.
I had VC.net install it on my dev machine, but I don't have it installed on the test machine. So
when I run the app on the test machine it fails with the following:

File or assembly name AxInterop.SystemMonitor, or one of its dependencies, was not found.

How could I fix that?


Ivan
 
Ivan,

Do you have the ActiveX control installed on the other machine? If you
don't, then the interop wrapper will not work.

Hope this helps.
 
Back
Top