Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
- From: "Frederic" <fredericbaumann@xxxxxxxx>
- Date: 1 Dec 2005 14:54:33 -0800
Thanks for your prompt answer. Regarding your 3 remarks:
1. You will be prompted by WM 5.0 device several times to confirm you
want
to run unsigned application. Answer yes to all of them.
--> You are right,.I am prompted, and I answer yes all time
2. VS 2003 would be unable to recognize the device and will "install"
separate assemblies instead of CAB file. It will run OK as WM 5.0 has
NETCF
V1 SP3 in ROM.
--> yes, it is installing several dlls.
3. If you're using SQL CE, it needs to be installed manually as VS 2003
won't be able to pick the correct CAB as device is unrecognized.
--> I have the problem even with the code generated by the standard
Smart Device Application wizard.
The scenario to reproduce the problem on my environment is:
- connect the device (Qtek 9100) via USB, and wait that Active Sync has
connected and synchronized.
- create a new project of type "Smart Device Application"
- choose platform = PocketPC (rather than Smartphone) and project type
= windows application
- Once the Wizard has generated the code, I switch the deployment
device from Emulator to "Pocket PC Device".
- Press F5
- After having been prompted on the device to accept the exe
installation, Visual Studio produces the following output, and goes
back to [design] mode:
------ Build started: Project: SmartDeviceApplication1, Configuration:
Debug Pocket PC ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
Visual Studio is ready to deploy SmartDeviceApplication1
------ Deploy started: Project: SmartDeviceApplication1, Configuration:
Debug Pocket PC ------
Connected to Pocket PC Device (Pocket PC) running on ARMV4T.
Copying files from
'c:\docs\devdotnet\SmartDeviceApplication1\bin\Debug' to '\Program
Files\SmartDeviceApplication1'
Copying SmartDeviceApplication1.exe
Copying files from 'E:\Programs\Visual Studio .NET
Professional\CompactFrameworkSDK\v1.0.5000\Windows CE\' to '\Program
Files\SmartDeviceApplication1'
Copying System.Windows.Forms.dll
Copying System.dll
Copying System.Data.dll
Copying MSCorLib.dll
Copying System.XML.dll
Copying System.Drawing.dll
---------------------- Done ----------------------
Build: 1 succeeded, 0 failed, 0 skipped
Deploy: 1 succeeded, 0 failed, 0 skipped
Launching Application
Nothing is run on the device (the list of running programs does not
show my app).
However, in the \Programs\SmartDeviceApplication1, I have the following
files:
MSCorLib
SmartDeviceApplication1
System.Data
System
System.Drawing
System.Windows.Forms
System.XML
All files but the .EXE are dated Sept 25 2002.
If I tap the SmartDeviceApplication1 file, it runs, but once again, it
is out of any connection with the V.S. debugger.
Would you have any suggestion to fix this and help me use the debugger?
Many thanks,
Frédéric
.
- Follow-Ups:
- Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
- From: Ilya Tumanov [MS]
- Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
- From: Rüdiger Kardel
- Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
- References:
- Extension to Visual Studio 2003 to develop on WM 2005 ?
- From: Frederic
- Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
- From: Ilya Tumanov [MS]
- Extension to Visual Studio 2003 to develop on WM 2005 ?
- Prev by Date: Re: Alternative to current hardware vendor
- Next by Date: Re: How to simulate mouse down on a control
- Previous by thread: Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
- Next by thread: Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
- Index(es):
Relevant Pages
|