views:

163

answers:

2

I want to copy a DLL file from PC to vs.net`s pocket pc 2003 simulator, so i use the shared folder of the simulator, but i can not see the dll file in file list of simulator.

How to do it, please ?

A: 

Suggestion: if you need to use an external DLL to be copied along with your code, add a reference to the DLL, and in its properties pane on Visual Studio make sure that Copy Local is set to True. That might accomplish what you're trying to do.

Jon Limjap
Sorry, it not work, but thanks also!
+1  A: 

Add it to the project's primary output.

tsilb