visual-studio-project Questions

14

Solved

My project does not add reference to another in the same solution. I created a project for a website and and abstracted all the parts of the program into .Net Class Libraries (My models in a diffe...
Bowra asked 7/9, 2019 at 23:50

3

Solved

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...
Antalya asked 8/7, 2009 at 21:37

4

Solved

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 simp...

3

Solved

I have a WPF application I am building. I am using Visual Studio Community 2015. In an effort to create a "true" release build, I am changing up some build settings so it only generates necessary f...
Caecum asked 27/10, 2016 at 16:10

10

Solved

Being new to VS, how may I think of these two concepts, what is the difference?

2

Solved

I have defined several AfterBuild - Tasks in my Visual Studio project with different conditions: <Target Name="AfterBuild" Condition="'$(Configuration)'=='FinalBuilder'"> <Message Import...

6

Solved

I am using CMake to generate Visual Studio projects. Everything works fine except one thing. The startup project in the solution is always ALL_BUILD. How do I change the startup project to the rea...
Erinnerinna asked 5/9, 2011 at 6:45

2

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?
Airminded asked 14/11, 2011 at 0:25

2

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 t...

8

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 ...
Aquiculture asked 8/7, 2009 at 22:17
1

© 2022 - 2024 — McMap. All rights reserved.