The visual-studio-project tag has no wiki summary.
0
votes
0answers
18 views
Settings every properties to <inherits from parents or project defaults>
I have a decent code base with multiple projects within multiple solutions. Each projects uses multiples property sheets that may or may not be used by every projects.
The issue is that each time I ...
0
votes
0answers
12 views
Visual Studio Project fails to show sub content- sometimes
I have upgraded a VS 2010 solution to VS 2012. For the most part everything is great except sometimes Solution Explorer fails to show the contents of one of the root folders in my main Project with a ...
0
votes
1answer
12 views
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 ...
0
votes
1answer
128 views
Where the data-tier application version number is stored in a Visual Studio project?
I have an utility which fills version numbers in AssemblyInfo.cs files. Now I need to implement a functionality to adjust version numbers for Visual Studio Data-Tier applications (DACPAC).
I see that ...
2
votes
2answers
280 views
Adding Visual Studio .resx files in cmake
In CMake, while it is a great cross platform tool, it is also great for managing complex and large configurations. One road block I am hitting is allowing an otherwise cross platform project to have ...
0
votes
1answer
78 views
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 ...
0
votes
0answers
65 views
How to use same project in different solutions with different references
I have to CMS projects (same CMS but different versions) that uses a component library that we have built. This component library needs ofcourse to be built specifically for each CMS project. How do i ...
2
votes
2answers
62 views
How to know which other projects refer to a certain project in Visual Studio?
In Visual Studio, for a class, a field, a method, I can just right click and say "Find All References" to see who is calling my code.
But there is no similar thing for a project.
What is the ...
0
votes
0answers
120 views
Reusable windows service project
I've made a windows service with a timer (I've seen discussions about timer-driven windows services vs windows task scheduler, and still want to go with my own windows service) that runs some business ...
3
votes
1answer
808 views
Order of AfterBuild tasks in Visual Studio projects …?
I have defined several AfterBuild - Tasks in my Visual Studio project with different conditions:
<Target Name="AfterBuild" Condition="'$(Configuration)'=='FinalBuilder'">
<Message ...
1
vote
1answer
343 views
What are Visual Studio project references?
I came across the Framework and References tab of my project and noticed that I can "Add New Reference..." to my project, what is this functionality?
1
vote
1answer
518 views
Convert C# 2008 files to C# 2010
I've got a program which i made on one machine in which i used C# 9 to make it in and i now want to run it on my other machine which uses C# 2010. I opened the program in C# 2010 and use the embedded ...
1
vote
1answer
179 views
How to read\write settings from a Visual Studio Project file using NuGet?
I'm interested in creating a NuGet package for a documentation tool I'm writing. Ideally, I'd like the user to not have to configure my tool in anyway. In order to do this, I need to be able to read ...
1
vote
3answers
632 views
How to enumerate C# project files and update the header of a file?
Can somebody help me on enumerating a C# project files and update the cs file headers in Visual Studio 2010? Any helpful code snippet or a pointer to that would be highly appreciated.
1
vote
2answers
539 views
External tool (esriRegasm.exe) fails during build. Where in my VS project is it executed?
I am trying to compile a sample from ESRI and I get this error
Error 1: The command "esriRegasm.exe CommandInheritingBaseCommand.dll" /p:Desktop /s" exited with code -1.
So, there must be a ...
4
votes
4answers
110 views
Bad to leave unused default assemblies in the reference folder?
There are usually some that I don't use in whatever project I'm working on (System.XML, System.XML.Linq for example).
Are there any drawbacks from leaving default assemblies that I won't be using ...
1
vote
2answers
2k views
VS 2010 Database Project - Different Connections
I have an application that I'm developing in Visual Studio 2010 that utilizes a SQL Server database. As such, I am using a VS SQL Server 2008 Database Project.
The database project requires a target ...
3
votes
2answers
543 views
How to automatically include generated source files into a C# project in Visual Studio?
I have a situation where I need to generate a bunch of C# code files in a prebuild step of a project and include the generated files into the current project for compilation. Is there a way to do this ...
1
vote
2answers
91 views
How can I access the currently opened project's types(classes) from a Visual Studio add-in?
How can I access the currently opened project's types(classes) from a Visual Studio add-in(be able to create instances of those classes within the add-in)? Is this possible through reflection? Or ...
0
votes
2answers
153 views
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 ...
10
votes
8answers
7k views
How to upgrade IIS 6 web app, so it opens in visual studio on machine running IIS 7
My web apps created in VS 2008 on Windows Server 2003, refuse to open in VS 2008 on Windows Server 2008.
"The Web Application project 'MyProjectName' is configured to use IIS. To access local IIS ...
1
vote
2answers
435 views
Setting up a build dependency without using a reference?
All:
I am working on a solution where one of the projects is actually plug-in to the main exe that the solution builds. Since this one project is a plug in, it's wrong to reference the plug-in from ...
2
votes
3answers
3k views
Creating setup project with single output file (Visual Studio 2005)
I'm using visual studio 2005 Setup project to create an installer for my application.
The outputs of the setup projects are:
- Setup.exe (a bootstrapper which makes installed .Net framework if it ...
2
votes
3answers
677 views
Build Visual Studio Projects from Jamfiles?
Anyone know of a way to create Visual Studio Projects from a build based on Jamfiles?
I'd settle for a jamfile -> XML-or-some-other-intermediate-format exporter tool, so I could write my own.
0
votes
2answers
2k views
Team Foundation Server - Cannot add new project [closed]
I am logged in as administrator I click on add new project on my TFS Server.
I give a name to the project than select a process template for the new Team Project ( the process template is MSF for ...
0
votes
2answers
788 views
Visual Studio C++ project management. How do I handle non-code files in a project?
I have a project in a c++ solution. For that project, I have some config files that I would like to manage from within the project and when I build the project, have those config files added to the ...

