Background: I'm writing a CF 3.5 application that is to run on a WINCE 6 embedded device. I have a 2 solution setup where one solution is targeting CF3.5 and another solution targeting the full framework. I had to do this because the VS test internals require full framework. It's very nice to be able to use the full framework unit test bits. Issue: I don't have hardware as of yet, and I don't want to run a risk by assuming that because my unit tests run well on the desktop that they will run fine on the embedded device. I would like to constrain the memory use that my components are allowed to use. Is there a way, directly or indirectly, to accomplish this?
"Simplicity carried to the extreme becomes elegance."
-Jon Franklin