Something curious

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

a few minutes ago I've got a very curious behaviour in my application. I'm developing a PPc application for Windows Mobile 2003 with VS .NET 2003 and C#

The thing is that if I make my application run in DEBUG mode, a MissingMethodException occurs when I call a static function in my project. This function exists, has been always executed correctly but now it doesn't want to work
The strange thing is that if I execute the application directly in my PDA (in "Program Files" folder where the dll and exe files are copied) no error occurs

I've tried to restart my PC and PDA, to delete all the dll files and recompile them (in case of old versions) but the problem remains

Could someone help me

Thanx a lo

Stefan
 
are you sure you started it on your device ?
if you started it on the emulator there are some missing functions, as far i
know ...

regards

Milosz


Stefano said:
Hi all,

a few minutes ago I've got a very curious behaviour in my application. I'm
developing a PPc application for Windows Mobile 2003 with VS .NET 2003 and
C#.
The thing is that if I make my application run in DEBUG mode, a
MissingMethodException occurs when I call a static function in my project.
This function exists, has been always executed correctly but now it doesn't
want to work.
The strange thing is that if I execute the application directly in my PDA
(in "Program Files" folder where the dll and exe files are copied) no error
occurs!
I've tried to restart my PC and PDA, to delete all the dll files and
recompile them (in case of old versions) but the problem remains.
 
Back
Top