I have been using Visual Studio 2005 for several years, and I have run into a problem that I am wondering if this is her stupidity. I am using Windows Vista, and I cannot debug a project with an assembly name containing the word "update" without starting Visual Studio in administrator mode.
For example, I created a new Windows Form Application project, leaving the default assembly name windowapplication1 and pressing F5 for debugging and, of course, completed the project. Then I changed the assembly name to UpdateManager and hit F5 again. This time it will not work and says that this requires increased permissions. Changing the assembly name in UpdatManager (no 'e') and re-executing?
Is this setting or behavior built into Visual Studio?
source
share