Deploying a C# app to PDA

DanielP

Newcomer
Joined
Sep 28, 2004
Messages
1
I'm working on a multiple form C# app for a PDA. It tests fine on my PC. However, when I deploy it to the PDA or to the emulator in debug mode, it only shows the first form and closes.
Hint: This is part of the message I get when I deploy it.
"Forms.dll', No symbols loaded" There's a list of 4 dll's and the .exe. in similar messages.
I'm thinking that it's not talking to the debugger. I've put everything in debug mode (not release) that I know of... Batch build, Configuration manager,... Are there any others? Any help would be greatly appreciated.
 
Back
Top