Linked Questions
12 questions linked to/from Where is Developer Command Prompt for VS2013?
437 votes
22 answers
352k views
Found conflicts between different versions of the same dependent assembly that could not be resolved
When I clean and then build my solution that has several projects, the output window reports that the build succeeded. However, when I view the Error List Window, it shows me this warning: Found ...
353 votes
18 answers
166k views
How can I switch my signed in user in Visual Studio 2013?
A new feature of Visual Studio 2013 is the ability to sign in with a Microsoft Account and have your settings be persisted across all of your instances of Visual Studio, amongst other things. When I ...
284 votes
14 answers
231k views
How do I find the PublicKeyToken for a particular dll?
I need to recreate a provider in my web.config file that looks something like this: <membership defaultProvider="AspNetSqlMemProvider"> <providers> <clear/> <add ...
139 votes
16 answers
109k views
Change computer name for a TFS Workspace
My System Administrator renamed my computer. So where it was "MyLaptop2" it is now just "MyLaptop". So now all my source control bindings and checked out files are looking for a workspace with "...
18 votes
3 answers
41k views
How can I add the VS Command Prompt to Visual Studio 2010 C# Express?
When I install "real" editions, the command prompt exists as a tool, but not in the express edition? How can I open the special command prompt, and have easier access to the various command-line ...
6 votes
7 answers
15k views
While creating new project I am getting error "object reference not set to an instance of an object"
I have just started to use silverlight in visual studio 2k8. I have installed silverlight 3 tools for visual studio 2K8. Now while creating a new project an error is thrown - "object reference is not ...
3 votes
2 answers
12k views
Adding Native Tools Command Prompt on VS2015 RC
Since I cannot locate Native Tools CMD under the Tools menu, I try to manually add it in External Tools. Few questions: Regardless of what I choose for Command (ARM, x86 or x64 etc.), Command is ...
2 votes
2 answers
5k views
No MVC 5 Template in Visual Studio 2013
I´m using Visual Studio Professional 2013. When I wan't to create a MVC 5 Project (with .NET Framework 4.5.1 or 4.5) I go to "New Project > Installed > Templates > Visual C# > Web" select "ASP.NET Web ...
2 votes
2 answers
2k views
Git - How to revert origin remote remove
I removed origin remote in my visual Studio. I didn't know it will remove real git branches. I thought it just my local remotes. I have to revert every remote right now. But " git log " didn't work. ...
7 votes
0 answers
5k views
How to compile Boost on Windows 10 with Visual Studio
I'm working on a new project which requires Boost's regex library. I was able to use the no-compile headers, but needed some of the binaries which require being compiled. Boost's documentation for ...
2 votes
1 answer
2k views
Visual Studio 2008 Design View not working?
I download visual web developer 2008 to develop seilver-light apps BUT I faced problem! Why design view not appear in visual studio web developer 2008 :( !! just xaml window appears !! I tried by ...
0 votes
1 answer
148 views
qt memory issues with camerainfo and combobox.currentText()
I am trying to grab the names of webcams plugged into my computer and shove them into a combobox, then access the name later. Here is my code: #include <QApplication> #include <QComboBox> ...