Hi

This is WIERD!!!!

If i run the app within the IDE or even within the device itself, there is no error! however if i run the app within Windows... it gives me the arguement out of range exception saying that the length cannot be less than zero.

All I am doing is this:

Assembly.GetExecutingAssembly().GetName().FullName


from that I get the error ONLY IN WINDOWS.... NOT in the IDE or the mobile device

any ideas?