G
Guest
I have created a smart device application in vb.net for use on a Pocket PC 2002 device. This application will be used for inventory control purposes. I have written the first form of the project and started some testing to make sure the database connection was set up correctly. The form is comprised of three text box's and a button. The text boxes were set up to execute code that would access the database from the textchanged event. When the event fires this exception is thrown
An unhandled exception of type 'System.MissingMethodException' occurred in System.Windows.Forms.dll
This is apparently thrown before any code is executed though. I tested this by placing a msgbox at the beginning of the event and the exception was thrown and the msgbox did not display. If I take all of the code out of the event the program doesn't throw the exception. I have tried executing code from a combobox event with the same results. Does anyone know what could be causing this error
Thanks in advance for any help
Robert
An unhandled exception of type 'System.MissingMethodException' occurred in System.Windows.Forms.dll
This is apparently thrown before any code is executed though. I tested this by placing a msgbox at the beginning of the event and the exception was thrown and the msgbox did not display. If I take all of the code out of the event the program doesn't throw the exception. I have tried executing code from a combobox event with the same results. Does anyone know what could be causing this error
Thanks in advance for any help
Robert