You can't deploy a dll on its own because it is a code library, not an
executable. What you need is to add an Application project to the same
solution, set this as the start-up project and then you can deploy your
solution.
Peter
--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com |
www.opennetcf.org
"Sandman" <(E-Mail Removed)> wrote in message
news:015b01c3aa20$69421640$(E-Mail Removed)...
> Ok, so here's the problem. I write a library and then
> attempt to deploy it to the ppc emulator. VS does not
> deploy anything. However, if I write a exe and attempt
> to deploy it, deploys to the emulator just fine. Any
> thoughts?
>
> Thanks