Noman Ahmad
Noman Ahmad

Reputation: 360

Interop.RDPCOMAPILib file could not load

I am making an screen sharing C# .Net windows form application so i used Com library , application is working good in visual studio 2013 while compiling but when i used its exe then it shows this error. "could not load file or assembly 'interop.RDPCOMAPILib, version=1.0.0.0, culture=neautral, publickey token=null or one of its dependencies." enter image description here

Kindly give me a solution . Thanks

Upvotes: 1

Views: 999

Answers (1)

WordPress Mechanic
WordPress Mechanic

Reputation: 439

The DLL files of COM library should be included in EXE or package you are deploying. Try this and let me know if it works.

Upvotes: 1

Related Questions