G
Guest
Hello,
I am developing a Pocket PC project on WinXP and Pocket PC 2002/2003 Emulator and a real Compaq PPC. After some days the project does not start any more. A MissingMethodException draws at the first line of form1. I made a copy of may source files and began to remove all the controls and Subs from Form1. After having removed all (except some line in Sub New) I found that the On Error resume next statement was the problem. After two days of testing I discovered, that the CF has problems to load the Mircosoft.VisualBasic.ErrorObject.
-If I set any statement that refers to the err-object in Sub Main, the deploy raises a MissingMethodException at this position
-If I remove all references and statements relating to the err-object, the program raises a MissingMethodException before deploy is finished or during execution
-If I define a variable of type ErrorObject at module level and than press F5, the system begins to deploy and after some seconds ends runing without any exception.
An other guy had the same problem this summer (he rewrote form1)
Is there anyone who knows a solution??
Thanks,
Alfred Malleier
I am developing a Pocket PC project on WinXP and Pocket PC 2002/2003 Emulator and a real Compaq PPC. After some days the project does not start any more. A MissingMethodException draws at the first line of form1. I made a copy of may source files and began to remove all the controls and Subs from Form1. After having removed all (except some line in Sub New) I found that the On Error resume next statement was the problem. After two days of testing I discovered, that the CF has problems to load the Mircosoft.VisualBasic.ErrorObject.
-If I set any statement that refers to the err-object in Sub Main, the deploy raises a MissingMethodException at this position
-If I remove all references and statements relating to the err-object, the program raises a MissingMethodException before deploy is finished or during execution
-If I define a variable of type ErrorObject at module level and than press F5, the system begins to deploy and after some seconds ends runing without any exception.
An other guy had the same problem this summer (he rewrote form1)
Is there anyone who knows a solution??
Thanks,
Alfred Malleier