i am doing an application on HP iPAQ and trying to send an email through GPRS
When i compile my code and run the exe file from my pc, the email is sent and everything works ok, but when i try to deploy my application on the iPAQ the following error is displayed:
An unhandled exception of type 'System.TypeLoadException' occurred in myApp.exe
Additional information: Could not load type System.Security.IStackWalk from assembly mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC
When i copy the exe file on the iPAQ and run the exe from the iPAQ with the same code the following error is then displayed:
This application (myApp.exe) requires a newer version of the Microsoft(R) .NET Compact Framework that the version installed on the device.
and if I press Details the following details are displayed:
TypeLoadException Could not load type System.Security.IStackWalk from assembly mscrlib, Version=1.0.5000.0,Culture = neutral,PublicKey Token=969DB8053D3322AC
On the iPAQ I have isntalled:
Microsoft .NET CF 2.0
Microsoft .NET CF 1.0 ENU-String R...
mdegi
Member
5 Points
1 Post
Email From PDA
Dec 07, 2005 10:01 AM|LINK
i am doing an application on HP iPAQ and trying to send an email through GPRS
When i compile my code and run the exe file from my pc, the email is sent and everything works ok, but when i try to deploy my application on the iPAQ the following error is displayed:
An unhandled exception of type 'System.TypeLoadException' occurred in myApp.exe
Additional information: Could not load type System.Security.IStackWalk from assembly mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC
When i copy the exe file on the iPAQ and run the exe from the iPAQ with the same code the following error is then displayed:
This application (myApp.exe) requires a newer version of the Microsoft(R) .NET Compact Framework that the version installed on the device.
and if I press Details the following details are displayed:
TypeLoadException Could not load type System.Security.IStackWalk from assembly mscrlib, Version=1.0.5000.0,Culture = neutral,PublicKey Token=969DB8053D3322AC
On the iPAQ I have isntalled:
Microsoft .NET CF 2.0
Microsoft .NET CF 1.0 ENU-String R...
Can anyone help . . . . please !!