If a dll added as reference it will be deployed automatically. If a dll is
an unmanaged library you have to set its "Build Action" to Content in the
Properties window.
Also notice an File Explorer by default doesn't show all files. To enable
this function you have to select item "View All Files" in File Explorer
context menu.
BTW, the PocketPC 2003SE emulator comes with SDK:
http://www.microsoft.com/downloads/...83-C3CE-4A4C-AB83-491FD5729551&displaylang=en
--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com
Thanks for your response,
I am developed an PDA application that use .NET CF with a class lib in a
dll. when VS2003 deploy into emulator it copy exe file only. how can i
copy
dll into emulator?
Thanks,
Nguyen
I think you are asking where the .NET CF is at on your PC so you can
copy it to the emulator? If so try looking in the following directory
(may be different but it will give you an idea)
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400
For the emulator you will want the files out of the x86 directory. Just
copy them to the emulator and run them.
Hope this helps!
Hello,
I am new to .net cf. I am build an app in .NET CF but when i deploy
them into Pocket PC 2002 emulator(i can not find Pocket PC 2003) it did
not copy ref dll. i don't know how to copy it manual.
Thanks,
Nguyen