Linked Questions

437 votes
22 answers
352k views

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 ...
Water Cooler v2's user avatar
353 votes
18 answers
166k views

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 ...
Dewi Rees's user avatar
  • 3,707
284 votes
14 answers
231k views

I need to recreate a provider in my web.config file that looks something like this: <membership defaultProvider="AspNetSqlMemProvider"> <providers> <clear/> <add ...
Matthew Jones's user avatar
139 votes
16 answers
109k views

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 "...
Vaccano's user avatar
  • 83.2k
18 votes
3 answers
41k views

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 ...
Michael Paulukonis's user avatar
6 votes
7 answers
15k views

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 ...
malay's user avatar
  • 1,492
3 votes
2 answers
12k views

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 ...
KMC's user avatar
  • 20.1k
2 votes
2 answers
5k views

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 ...
Creeperagent26's user avatar
2 votes
2 answers
2k views

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. ...
고은혜's user avatar
7 votes
0 answers
5k views

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 ...
Wes H's user avatar
  • 99
2 votes
1 answer
2k views

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 ...
Developer Girl's user avatar
0 votes
1 answer
148 views

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> ...
dmedine's user avatar
  • 1,571