M
Michael
Hi Everyone
I used the guide by Steve and Mike
(http://msdn.microsoft.com/library/en-us/dnembedded/html/embedded04012003.asp).
to create a simple .NET CF Application for my ARM4i device (connected
through ethernet, not ActiveSync). I followed the guide step by step
and encountered no problems - til launching the application.
Everything worked out fine, VS .NET2003 could deploy the app to the
device, but the App just does not run. It does nothing, there is no
error there is no mouse pointer change, there is absolutely nothing
happening, when the application should start (see log below).
If I try to manually start the deployed application on the device by
double clicking the .exe file, absolutely nothing happens - no error,
nothing.
This is driving me insane.
Has anyone an Idea what the problem could be?
Thanks for any hints
-Michael
P.S. If I deploy the app on the Emulator it works.
LOG below:
------ Build started: Project: SmartDeviceApplication3, Configuration:
Debug Windows CE ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
Visual Studio is ready to deploy SmartDeviceApplication3
------ Deploy started: Project: SmartDeviceApplication3,
Configuration: Debug Windows CE ------
Deploying to Windows CE .NET Device using TCP Connect Transport
Connected to Windows CE .NET Device (Windows CE) running on ARMV4T.
Copying files from
'C:\WINCE420\VS2003\SmartDeviceApplication3\SmartDeviceApplication3\bin\Debug'
to '\Program Files\SmartDeviceApplication3'
Copying SmartDeviceApplication3.exe
Files in the package 'netcf.all.wce4.armv4t.cab' are more recent on
the device than on the development computer. Consider upgrading to the
latest version. Files affected are:
Microsoft.windowsce.forms.dll
Microsoft.visualbasic.dll
System.data.dll
System.net.irda.dll
System.xml.dll
System.windows.forms.datagrid.dll
System.windows.forms.dll
System.web.services.dll
System.drawing.dll
System.dll
Mscorlib.dll
Netcfagl1_0.dll
Cgacutil.exe
Mscoree1_0.dll
Mscoree.dll
Copying System_SR_enu.cab
Launching device installation of 'System_SR_enu.cab'. Please check
device screen for further instructions.........
---------------------- Done ----------------------
Build: 1 succeeded, 0 failed, 0 skipped
Deploy: 1 succeeded, 0 failed, 0 skipped
Launching Application
<no more output>
I used the guide by Steve and Mike
(http://msdn.microsoft.com/library/en-us/dnembedded/html/embedded04012003.asp).
to create a simple .NET CF Application for my ARM4i device (connected
through ethernet, not ActiveSync). I followed the guide step by step
and encountered no problems - til launching the application.
Everything worked out fine, VS .NET2003 could deploy the app to the
device, but the App just does not run. It does nothing, there is no
error there is no mouse pointer change, there is absolutely nothing
happening, when the application should start (see log below).
If I try to manually start the deployed application on the device by
double clicking the .exe file, absolutely nothing happens - no error,
nothing.
This is driving me insane.
Has anyone an Idea what the problem could be?
Thanks for any hints
-Michael
P.S. If I deploy the app on the Emulator it works.
LOG below:
------ Build started: Project: SmartDeviceApplication3, Configuration:
Debug Windows CE ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
Visual Studio is ready to deploy SmartDeviceApplication3
------ Deploy started: Project: SmartDeviceApplication3,
Configuration: Debug Windows CE ------
Deploying to Windows CE .NET Device using TCP Connect Transport
Connected to Windows CE .NET Device (Windows CE) running on ARMV4T.
Copying files from
'C:\WINCE420\VS2003\SmartDeviceApplication3\SmartDeviceApplication3\bin\Debug'
to '\Program Files\SmartDeviceApplication3'
Copying SmartDeviceApplication3.exe
Files in the package 'netcf.all.wce4.armv4t.cab' are more recent on
the device than on the development computer. Consider upgrading to the
latest version. Files affected are:
Microsoft.windowsce.forms.dll
Microsoft.visualbasic.dll
System.data.dll
System.net.irda.dll
System.xml.dll
System.windows.forms.datagrid.dll
System.windows.forms.dll
System.web.services.dll
System.drawing.dll
System.dll
Mscorlib.dll
Netcfagl1_0.dll
Cgacutil.exe
Mscoree1_0.dll
Mscoree.dll
Copying System_SR_enu.cab
Launching device installation of 'System_SR_enu.cab'. Please check
device screen for further instructions.........
---------------------- Done ----------------------
Build: 1 succeeded, 0 failed, 0 skipped
Deploy: 1 succeeded, 0 failed, 0 skipped
Launching Application
<no more output>