I can not deploy project to PPC

G

Guest

(VS.NET 2005, CF2.0, OpenNETCF2.0)

Hi all.
I am really desperate.
I can not deploy one my solution to Pocket PC. (but others works)
All builds passed and VS give me only this simple row in Output box:
------ Deploy started: Project: MyProject, Configuration: Debug Any CPU ------
Error: The operation could not be completed

That's all.
I have check everything twice.
What I can do more?

Thx for anything.
kp
 
A

Arun

You have not mentioned the Pocket PC version.
Make sure your application is not running,
This may be a sharing violation error, go to START-->Settings-->System
Tab-->Memory-->Running Programs to see if the EXE is still running.
You may stop that and try deploying.
You can also try installing CF 2.0 SP1 to solve some issues with
debugging from VS 2005 where it offen disconnects saying Remote
connection is Lost.
Finally, if at all if you have added any DLLs that are not compatible
with the CF version, you may get this error.
Make sure, you have not added any desktop version DDL in your project
reference.

Hope this helps,
Cheers,
Arun
www.innasite.com
 

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