Error in Windows CE Emulator [Solved]
-
Hi, I have developed an mobile application. I successfully deploy it on Windows CE Emulator. My application is referencing a dll from other c# project. Dll is visible on my Emulator. But when i try to run my application on Emulator, it shows the error as: Could not load type 'TestClass.MyClass' from assembly 'TestClass,Version=1.0.0.0, Culture=Neutral,PublicKeyToken=null'. TestClass is my c#project whose dll i am referencing in my mobile application. Can anybody tell me what i am doing wrong or am i missing something? Thanks and regards, Nagendra.
modified on Friday, April 30, 2010 1:27 AM
-
Hi, I have developed an mobile application. I successfully deploy it on Windows CE Emulator. My application is referencing a dll from other c# project. Dll is visible on my Emulator. But when i try to run my application on Emulator, it shows the error as: Could not load type 'TestClass.MyClass' from assembly 'TestClass,Version=1.0.0.0, Culture=Neutral,PublicKeyToken=null'. TestClass is my c#project whose dll i am referencing in my mobile application. Can anybody tell me what i am doing wrong or am i missing something? Thanks and regards, Nagendra.
modified on Friday, April 30, 2010 1:27 AM
I figured it out. :)