Problem debuging applications on the acctual device (WIN CE)

Z

Zlajoni

Hi I have a problem debuging my app on the acctual device. Here is my
build info:

------ Build started: Project: IntelliDemo WINCE, Configuration: Debug
Windows CE ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...
Visual Studio is ready to deploy IntelliDemo WINCE



------ Deploy started: Project: IntelliDemo WINCE, 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 'D:\IntelliDemo WINCE\bin\Debug' to '\Program
Files\IntelliDemo WINCE'
Copying IntelliDemo WINCE.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 files from 'C:\Programmer\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\' to '\Program
Files\IntelliDemo WINCE'
Copying Intelliprog.Net.dll



---------------------- Done ----------------------

Build: 1 succeeded, 0 failed, 0 skipped
Deploy: 1 succeeded, 0 failed, 0 skipped


Launching Application


As you can see, it is like the app is beeing lunched....but the form
never shows up on my device? Anybody know what is wrong?
 
D

Daniel Moth

Have you got toolhelp.dll on your device?

(btw, you can ignore the "most recent files" warning)

Cheers
Daniel
 
C

Carsten Marx

---------------------- Done ----------------------

Build: 1 succeeded, 0 failed, 0 skipped
Deploy: 1 succeeded, 0 failed, 0 skipped


Launching Application


As you can see, it is like the app is beeing lunched....but the form
never shows up on my device? Anybody know what is wrong?

i've the same problem using the pocket pc 2003 emulator...

anyone with any help?
 
C

Carsten Marx

Daniel said:
Have you got toolhelp.dll on your device?

(btw, you can ignore the "most recent files" warning)

Cheers
Daniel


Hi,
can you please give me some more details to this toolhelp.dll.....

thanks
 
D

Daniel Moth

Look into your Windows folder on your device. If there is no toolhelp.dll
you cannot debug but you should be able to Debug->Start without debugging.
The solution of course is to build your device image with toolhelp.dll (core
os services->debugging)

Cheers
Daniel
 
C

Carsten Marx

Daniel said:
Look into your Windows folder on your device. If there is no toolhelp.dll
you cannot debug but you should be able to Debug->Start without debugging.
The solution of course is to build your device image with toolhelp.dll (core
os services->debugging)

Cheers
Daniel

ok thanks.. starting the application without debugging works fine.
ther is no toolhelp.dll in the windows folder on my device.
sorry for asking again>
how can i fix this. just copy the toolhelp.dll into the windows folder?
and where can i find this file?

thanks for answering.
 
G

Guest

please daniel help me in this .
i cannot establish a connection to the device from VS2003

"Error: Cannot establish a connection. Be sure the device is physically
connected to the development computer."

i need a solution . i havve installed and used VS tools for CE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top