开发者

Deploy to Memory Card When Debugging

开发者 https://www.devze.com 2023-02-15 09:13 出处:网络
I\'m trying to run and debug a C# winforms app on a mobile device running Windows CE 5. It\'s only got a tiny \"hard drive\" memory but I\'ve stuck a memory card in it with plenty of space. Unfortunat

I'm trying to run and debug a C# winforms app on a mobile device running Windows CE 5. It's only got a tiny "hard drive" memory but I've stuck a memory card in it with plenty of space. Unfortunately when I hit debug in Visual Studio it deploys the app to "program files" on the main hard drive memory and it doesn't fit.

Is there a way to make Visual Studio deploy the app to the memory card when debugging rather than using the main drive? I can't find any option like this. I'm using VS 2008.

Th开发者_如何学编程anks a lot

Mark


See the answer to this question.

0

精彩评论

暂无评论...
验证码 换一张
取 消