[Windows Mobile]: gwes.exe error message
-
Hello All, I am developing an application for WM 5. This can also be used in WM6. If the error reporting is enabled and if I invoke the application, gwes.exe error message is displayed. In WM6.1 it gives Application name with the error message. Is this the problem with OS.? When I googled, the solution for this is to disable the error reporting. Can anyone tell me how to solve this using code.? Regards, Madyastha.
-
Hello All, I am developing an application for WM 5. This can also be used in WM6. If the error reporting is enabled and if I invoke the application, gwes.exe error message is displayed. In WM6.1 it gives Application name with the error message. Is this the problem with OS.? When I googled, the solution for this is to disable the error reporting. Can anyone tell me how to solve this using code.? Regards, Madyastha.
Did you try debugging your app? That might give you a clue on what is going on. Did the error occur while running it on the emulator or on the device? If it is on the device, did it run without a trouble in the emulator?
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
Did you try debugging your app? That might give you a clue on what is going on. Did the error occur while running it on the emulator or on the device? If it is on the device, did it run without a trouble in the emulator?
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
Even in emulator also it is not working. As i have problem with WININET API i can't run it on emulator. But before having this class also it was giving the same problem. My app consists of 3 project. I have run first version of the same application on emulator am getting this error "The MCli can not be opened. Either it is not signed with trusted certificate, or one of its components can not be found. You might need to reinstall or restore this file"
modified on Friday, September 26, 2008 9:37 AM