Questions tagged [visual-studio-project]
81 questions
0
votes
0 answers
How to copy a visual studio project to another directory without issues with file paths and errors
I want to copy a project without having issuing with file paths and the code seeing another project of the same code and as a result Bugging out
So can i do this in a simple way?

MervinpaismakesWindows14
- 36
- 2
- 7
0
votes
0 answers
Visual Studio 2019 Icon Extension and Spellchecker Error
I want to migrate from VSCode to Visual Studio 2019 but I have three questions:
Is there a way to "ignore all" or "add all to dictionary" in VS as there is VSCode?
Is there a plugin - extension that modifies the icons as I have done in VSCode?: I…

w3rty88
- 1
- 1
0
votes
0 answers
On an existing service fabric application project, where can I find the type of the project template that was used to create the project?
I am analyzing an existing service fabric project. Where can I find the type of the project template that was used to create the project?
Project Type:
Project Template:

variable
- 8,262
- 9
- 95
- 215
0
votes
1 answer
How to save an XmlDocument to a .csproj "formatted like Visual Studio" where empty elements are saved on separate lines?
Currently I've created a PowerShell script to go through hundreds (yes, hundreds) of Visual Studio projects and update the References for consistency which fixes a number of subtle bugs. This works for being able to round-trip 99% of the XML, such…

user2864740
- 60,010
- 15
- 145
- 220
0
votes
2 answers
How to get all methods of a Visual Studio Solution?
I need to document a complex solution for CI/CD and part of it is to build the Unit Test for all projects. My VS Solution Contains 17 projects.
Each of these projects contains at least 10 classes per project and most of the classes are replete with…

Federico Navarrete
- 3,069
- 5
- 41
- 76
0
votes
1 answer
Azure dev ops -- Set Visual Studio 2017 (VS2017) as default for cloning project
Azure dev ops -- Set Visual Studio 2017 (VS2017) as default for cloning project?
I have multiple versions of Visual Studio installed, and for policy reasons, I need to keep them, at least for a while.
How do I set up Azure dev ops so that when it…

JosephDoggie
- 1,514
- 4
- 27
- 57
0
votes
2 answers
Microsoft Visual Studio is Busy when trying to clean the solution using Xamarin
I have an application created by Xamarin.Forms (PCL)
When I try to Clean the solution,
visual-studio goes to stops working,
and I can't open any file or press anything to close it.
just by killing the visual-studio process
'End Process Tree for…

Anas Alweish
- 2,818
- 4
- 30
- 44
0
votes
1 answer
Visual Studio 2017: Create project template > use it > all references broken?
I have three projects(main project, integration test project, unit test project) that are located in a solution A. I want to use them in solution B now. So I read that creating a project template is the cleanest way to do it. So I created project…

Thypari
- 801
- 1
- 6
- 22
0
votes
2 answers
Custom property on projectfile preset by solution
I'm having a custom property on my project to build the same app with different ressources (images).
project.jsproj

kerosene
- 930
- 14
- 31
0
votes
0 answers
Run Coded UI test cases in one instance
I did Coded UI automated test cases for Visual studio extension project. Problem is, When after run test cases, VS instances open by each test cases. How can i run multiple test cases in one VS instance.
0
votes
2 answers
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 executable build path in the proper directory…

scubabbl
- 12,657
- 7
- 36
- 36
0
votes
2 answers
Get path of project created in experimental Instance of Visual Studio
I am developing a Visual Studio extension package. Every time I test run, an experimental instance of VS opens up. I created a project in the experimental instance; how can I get the path of the project created in the experimental instance?

user2423986
- 39
- 1
- 6
0
votes
1 answer
Importing SSL dll into project
I have a project which I imported from old system.
This code became most problematic
PacketGroup = new ArrayList();
Crypto = new GameCrypto(ASCIIEncoding.ASCII.GetBytes(STRING_CRYPTO));
KeyExchance = new OpenSSL.Crypto.DH();
KeyExchance.G =…

vavio
- 17
- 2
- 3
0
votes
1 answer
Why is my DLL reference getting set back to its previous setting?
I have an .EXE/.DLL pair that I need to keep in sync.
The .EXE has a reference to the DLL.
In practice, it seems like all I need to do is copy my latest DLL to the folder where the latest EXE lives to get the EXE to reference the correct DLL (the…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
1 answer
Visual Studio and installer project (c#), won't copy a "third party" dll (vb)
I'm on a C# project, and since it uses Sharepoint I'm working on a MS Server 2008.
The project compiles and runs fine on server, so I thought it was time for deployment, and created a Installer Project, provided by Visual Studio itself.
When I run…

Kilazur
- 3,089
- 1
- 22
- 48