.Net 2005 and Per Application Settings

I do a lot of development in .Net 2005 and build and launch apps from the IDE. Does anyone know if it's possible to exclude an app from being skinned via the Per Application settings in WB6 when run through the IDE? I have it set up to exclude the app when running the exe directly, but this is ignored when running via the IDE. Also, setting the exclude on the IDE itself has no effect on the launched app.

Thanks,
JollyFE
1,761 views 1 replies
Reply #1 Top
Try adding an exclusion to the IDE's VSHost debug process for your project... [ProjectName].vshost.exe... which should be located in the bin\debug or bin\release folder (depending on which mode you're compiling for) off your project's home folder. (You might want to kill that process first in the Task Manager if it's running)