projects-and-solutions Questions

9

Solved

When I build a Visual Studio project, the executable is written to the output directory specified in the projects Property Page. I have a project that has some extra files (e.g., .ini file) that a...

11

I created 2 dummy projects in my application and named them BAL and DAL. When I build them, they build successfully. If I add a reference to BAL to the DAL project, it added nicely. But while addin...

7

Solved

I have always used Visual Studios built in GUI support for configuring my projects, often using property sheets so that several projects will use a common set. One of my main gripes with this is m...
Bouillabaisse asked 17/8, 2010 at 12:48

6

Is it possible to add a folder structure to Solution Items without manually adding each level of the tree? We have a multi project solution which requires several third-party libraries, at least o...

22

Visual Studio 2017 breaks in debug mode and displays the message: Your app has entered a break state, but there is no code to show because all threads were executing external code (typically sy...
Laclos asked 8/10, 2017 at 18:44

2

Solved

Following up on my previous question: VS2010 DTE Addin: project inside solution folder is not "Project" I successfully found all my projects in the solution. However, the code also founds...
Stunt asked 23/8, 2011 at 11: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...

14

Solved

I frequently work with multiple instances of Visual Studio, often working on different branches of the same solution. Visual C++ 6.0 used to display the full path of the current source file in its...
Calvary asked 27/8, 2008 at 15:47

8

For the most part, you just take whatever Visual Studio sets it for you as a default... I'm referring to the BuildAction property for each file selected in Solution Explorer. There are a number of ...
Kalinda asked 28/9, 2008 at 12:15

6

Solved

I have a solution that contains few projects. The problem is that when I want to open just one of the projects by clicking on the specific .csproj file, it opens all the solution. How can I open j...
Illuminating asked 13/1, 2011 at 10:58

4

How do I open I a Visual Studio Code folder in Visual Studio 2015? If I open it as a "Web Site", it tries to treat the node_modules directory as part of the project's normal JavaScript files and ...

12

Due to issues with merging etc, we have lots of project files that don’t contain all source code files that are within their folders. Before I write a little tool, that checks that every *.cs file...

7

Solved

I'm running Visual Studio 2017, version 15.0.0+26228.9 When I'm trying to create a new project via File > New > Project... in Visual Studio 2017, I'm receiving the following error message and th...
Anoxia asked 20/3, 2017 at 11:39

2

Solved

I have a .NET Core 3 project in Visual Studio 2019. When I copy and paste a file, through Windows Explorer, into the project folder, Visual Studio automatically includes the file into my project, w...
Ayana asked 23/1, 2020 at 16:46

5

I'm a beginner/intermediate Python programmer but I haven't written an application, just scripts. I don't currently use a lot of object oriented design, so I would like this project to help build m...
Extraditable asked 23/3, 2011 at 1:26

3

Solved

I have a number of *.txt files included in my Visual Studio 2017 C++ project (*.vcxproj). Does anyone know how to get Visual Studio to copy these files to the output directory? I found a similar q...
Residual asked 3/6, 2017 at 4:56

3

Similar questions have been asked many times in SO. But most answers suggested to do it manually, which is very time consuming. Any free tools that can rename projects (and directories) automatica...

6

Solved

In Visual Studio 2008, what determines the order in which projects appear within a solution folder? It's not alphabetical order, nor is it build order. I cannot find any way of altering the order ...
Anglocatholic asked 11/2, 2010 at 13:43

1

Solved

I have a solution that contains a .deployproj type of project. It seems that Visual Studio 2019 is not able to load that project. The detailed error message is the following: Unsupported This vers...

1

I can open Angular or NativeScript or NodeJS projects in VisualStudio code by going to their directory and just type code . in the command line. So I am interested to know is there another command ...
Mercurate asked 30/7, 2019 at 7:44

8

Solved

I would like to know how I can determine the source of this build error; Warning 4 The primary reference "MyNamespace.MyProject" could not be resolved because it has an indirect dependency on th...
Outweigh asked 6/6, 2012 at 0:2

0

To expand on this existing question Microservices: Worker roles, APIs or both?: I have seen mixed examples of Microservices implemented as worker roles processing requests off a queue and/or as AP...

10

I recently installed the Visual Studio 11 Developer Preview to try it out, and now my VS 2010 projects won't open. Instead, I get the following error message: MSBuild does not contain a value fo...

16

We recently upgraded to VS2012 and .NET 4.5. Since switching to 2012, I constantly get these errors when debugging: Compiler Error Message: BC32206: The project currently contains references to...

16

Solved

I have error from visual studio 2010: Error 1 The item "CrossDomainService.svc.cs" was specified more than once in the "Sources" parameter. Duplicate items are not supported by the "Sources" par...
Gourami asked 27/12, 2010 at 15:34

© 2022 - 2024 — McMap. All rights reserved.