M
Mike
I'm building a CF DLL that can be called by the desktop environment and on a
PPC device. I have a solution that contains test programs for both. (I need
to run/debug the device and desktop apps simultaniously.) I have two related
problems:
- Even though the build dependencies seem okay, VS insists on deploying
projects in the solution that that to not depend on current active target.
(I need to (un)check them each time in the config mgr manually.)
- My desktop test application (that links against the CF-compliant DLL (as
well as desktop-only ones) that worked fine before now brings up the
deployment popup asking if I want to run in the emulator or the device - but
I want neither, I want it to run in the full desktop environment, but this
choice is not provided - how do I reset this? Note I'm not trying to write a
winform app that will run in both places (although it would be nice for some
of these test apps) but simply trying to call the same DLL from both places.
Also, is there a way see if a certain exe or set of DLLs is CF-compliant w/o
waiting until runtime to get MissingMethodExceptions?
thanks
MSDE 7.1.3088
PPC device. I have a solution that contains test programs for both. (I need
to run/debug the device and desktop apps simultaniously.) I have two related
problems:
- Even though the build dependencies seem okay, VS insists on deploying
projects in the solution that that to not depend on current active target.
(I need to (un)check them each time in the config mgr manually.)
- My desktop test application (that links against the CF-compliant DLL (as
well as desktop-only ones) that worked fine before now brings up the
deployment popup asking if I want to run in the emulator or the device - but
I want neither, I want it to run in the full desktop environment, but this
choice is not provided - how do I reset this? Note I'm not trying to write a
winform app that will run in both places (although it would be nice for some
of these test apps) but simply trying to call the same DLL from both places.
Also, is there a way see if a certain exe or set of DLLs is CF-compliant w/o
waiting until runtime to get MissingMethodExceptions?
thanks
MSDE 7.1.3088