How to change deploye location to flashdisk using vcsharp

I AM DEVELOPING APPLICATION FOR WINCE7 . FOR THAT I NEED TO DEPLOYE EXE ON FLASHDISK
HOW TO DEPLOYE EXE ON FLASH DISK USING VCSHARP .NET 3.5 COMPACT FRAMEWORK…
NOW THAT EXE DEPLOYE ON PROGRAM FILE BUT THE ISSUE IS ERROR OCCUR.
Error 0x80070070: There is not enough space on the disk.

dear ksah,
this setting can be changed in the project properties.

  • right-click onto the project in the solution explorer, or
  • select the menu entry project properties.

the textbox “output file folder” allows to select the folder on the target device.

regards, andy

hello andy,
I tried that earlier. But text box don’t allow to edit. It is disabled. I’m using VS2008 professional version. However when i create C++ project, it allows to edit.

hello andy,
Problem solved. I clicked on browse for output file folder. Selected device default. and enterd " …\FlashDisk\TEST" in subdirectory textbox.

output file forder (generated) shows this:
%CSIDL_PROGRAM_FILES%..\FlashDisk\TEST