SGksDQppIHVzZSBDIyB3aXRoIE5FVDEuMSB0byBjcmVhdGUgcHJvZ3JhbSBmb3IgQ0U0LjEgcHJv
Y2VzIGNvbnRyb2wgZGV2aWNlLiBJdCB3b3JrcyBmaW5lIGlmIGkgZGVidWcgaXQgb3IganVzdCBz
dGFydCB0aGUgYXBwIGZyb20gdGhlIFZTMjAwMy4NCkJ1dCBpZiBpIGZyZXNoIHJlYm9vdCwgbm90
IGFueSBvZiBteSBORVQgYXBwbGljYXRpb25zIHdpbGwgc3RhcnQgKHdpdGhvdXQgZXJyb3IgbWVz
c2FnZSkuDQpJdCB3b3JrcyBhZ2FpbiBhZnRlciBpIHVzZSB0aGUgZGVidWdnZXIgdG8gc3RhcnQg
YW55IE5FVCBhcHAuIFRpbGwgdGhlIG5leHQgcmVib290LiANCkkgbmV2ZXIgaGFkIHNvbWV0aGlu
ZyBsaWtlIHRoaXMuIEkgY2FuJ3QgdXNlIHRoZSBkZXZpY2UgdW5kZXIgdGhpcyBjaXJjdW1zdGFu
Y2VzLg0KUGxlYXNlIGhlbHAsDQoNCktydW5vDQoNCg==

Re: problem starting the exe without debugger by Paul

Paul
Tue Apr 22 10:16:53 CDT 2008

Sounds like the device doesn't have .NET CF 1.0 (there is no .NET CF 1.1),
installed on it. Talk to the device vendor about how to get the framework
onto the device so that it will survive a reboot. What's happening now, I
think, is that, when you deploy from VS, it detects that the framework isn't
there, so it installs it. That works until the device is rebooted, but the
\windows directory and/or the registry must not persist through the reboot
so, when you reboot, they're gone.

Paul T.

"Krunoslav Ostrouska" <krunoslav.ostrouska@tele-haase.at> wrote in message
news:100B0000480DF66B000040B2@msnews.microsoft.com...
> Hi,
> i use C# with NET1.1 to create program for CE4.1 proces control device. It
> works fine if i debug it or just start the app from the VS2003.
> But if i fresh reboot, not any of my NET applications will start (without
> error message).
> It works again after i use the debugger to start any NET app. Till the
> next reboot.
> I never had something like this. I can't use the device under this
> circumstances.
> Please help,
>
> Kruno
>
>