How can i stop it creating these 2 files i have turned off the option to generate the XML doc file under compile options and have None as the general debugging info and they keep reappearing in the release folder!
Thanks
Kris
Printable View
How can i stop it creating these 2 files i have turned off the option to generate the XML doc file under compile options and have None as the general debugging info and they keep reappearing in the release folder!
Thanks
Kris
Hey,
If you select the file in the solution explorer, and look at the properties window, what is the build action for the file set to?
Gary
There is no build action for the project file for anything with code behind it - they seem to be set to compile
Kris
* shamless bump -
anyone?
Works fine for me. Are you sure that you set those options for the Release build configuration and not the Debug build configuration?
Well the settings seemed to be right... don't no y it kept recreating them ... it was a small dll in a big project so just recreated it and problem solved :)
Kris