Reputation: 360
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."
Kindly give me a solution . Thanks
Upvotes: 1
Views: 999
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