Questions tagged [visual-studio-project]
81 questions
0
votes
2 answers
What are the registry keys that detects an installed application?
This application is not working right now, and i want to remove it, to install another one.
The problem is that the uninstall/repair is not working because he's not able to find the service to remove(i don't know what the user did to end up in this…

LolaRun
- 5,526
- 6
- 33
- 45
0
votes
1 answer
Purging Recent to avoid confusion
Is there a way to remove certain projects/solutions from the Visual Studio menu FILE -> Recent Projects and Solutions besides deleting the solutions/folders?
I believe that it will prompt you if you delete it, but this seems like overkill.

Ryan Gates
- 4,501
- 6
- 50
- 90
0
votes
1 answer
Visual Studio project is loaded information
So I am working on a solution with a lot of projects with multiple developers using SVN. There are some projects that are specific for me that I want loaded but for others they might not be relevant.
So my question is, where does Visual Studio store…

Dumpen
- 1,622
- 6
- 22
- 36
0
votes
1 answer
Reusing EditorTemplates as linked items - not working
I have two ASP.NET MVC 4 websites in a Visual Studio Solution.
I have a custom EditorTemplate in one of the websites and I want to reuse the same template in the other website. I tried to add this template as a link from the first website.
But when…

JustAMartin
- 13,165
- 18
- 99
- 183
-1
votes
1 answer
Visual Studio project is not rebuilt automatically if it's settings depend on the environment variable which is changed
I have a solution in Visual Studio 16.8.3 (Enterprise 2019). Projects of the solution have settings that depend on the value of the environment variable OPTIMIZE. Something like the following (other settings are omitted):

undermind
- 1,779
- 13
- 33
-1
votes
1 answer
Add programmatically Visual Studio Solution and Projects
I am trying to generate a Visual Studio 2010 solution and add VS 2010 projects from custom templates!
My requirement:
1. Generate a VisualStudio Solution 2010, Save it to a folder, add VisualSTudio Project from my own templates (I have 3 different…

Giuseppe
- 1
- 2