Click here to Skip to main content
15,881,700 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everyone,

I'm trying to connect a specific device to my application in Silverlight environment, the provided dll is not usable in Silverlight so I tried using it as a COM object an late binding...

everything is fine, object is created in run-time and almost all methods are doing well after calling them, but there exist some methods which can not be invoked and throw exceptions of MissingMemberException and it says that the member not found! I used reflector for going through the dll and made sure that the member exist exactly with the same syntax i'm using, but still can't call that method,
please give any suggestion which lead me to find what is going on there!

thanks in advance for your replys....
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900