installing assemblies

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top