MissingMethodException
Jan 22, 2008
Dear,
I have developed a proj in vs2003 c# for smartdevice.
The proj is working fine in normal conditions but when the pda gets hanged
or is not used for long period it has to be cold rebooted. so all the dlls r erased.
then we have to install the CAB file for compactframework and sql,system_enu manually or through a .cpy file
to make make our proj work. Even though after installing the cab files i am when i try to access SQL i am
thrown a error missing method exception.
After that when i dock the pda and deploy the proj on the pda it works fine.
Can any one help me pls my proj has to work after installing the cab files
i cannot deploy every time the pda hangs.
View 2 Replies
Aug 8, 2007
Hello!
I wrote an application which runs correctly on my iPaq HP 5500 series. I used VB .Net 2003 to write it. I bougth a new Pocket PC iPaq HP hx 2790b. I deployed this application on my new Pocket PC. I get an exception when the application tries to execute this instruction "LEng = New SqlCeEngine("Data Source= " & AccessBase).". The exception is "MissingMethodException". I don't know what to do?
All the best,
Yang
View 4 Replies
View Related
Jun 19, 2007
I€™m developing a smart device application using VB.net 2005
First I created a class project containing a simple function
I built the project and added it as a reference in a smart device project (as a dll file)
The problem is when trying to use this dll reference I get this message (in a message box):
There is no source code available for the current location
Then I get this error message:
System.MissingMethodException was unhandled
Message="File or assembly name 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089', or one of its dependencies, was not found."
StackTrace:
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at AdvWorksMobile.VendorList.Main()
Please can someone tell me what is the mean of this error and how to solve it
Thank u for your help
View 1 Replies
View Related