Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

How do I use Powershell to add/remove references to a csproj?

In relation to this previous question I am trying to create a batch file which as part must remove and …

xml visual-studio-2010 powershell csproj
Launching the "Coded UI Test Builder" without creating a new Coded UI Test

The Coded UI Test Builder application in Visual Studio is very useful when hand-writing Coded UI Tests. It has an …

visual-studio-2010 coded-ui-tests
How can I tell Visual Studio/Microsoft's C compiler to allow variable declarations after the first statement?

I have code that compiles on the GNUARM compiler, but Visual Studio 2010 issues errors. The issue involves declaring variables after …

c visual-studio-2010 variable-declaration
Why does the Stack Trace shows my development files path?

Visual Studio 2010 SP1, compiled WCF app, put it on a server, and of course it got an error on the …

c# visual-studio-2010 debugging c#-4.0 stack-trace
Silverlight 4 Equivalent to WPF "x:static"

I'm working on a project that is based on an old project someone started and didn't finish. I was trying …

wpf silverlight visual-studio-2010 silverlight-4.0 c#-4.0
The provided URI scheme 'file' is invalid expected 'http'

I created a small Silverlight 4.0 / RIA Services application and tested it. I developed the app on a machine at home …

silverlight visual-studio-2010 silverlight-4.0
How to fix a CA2000 IDisposable C# compiler warning, when using a global cache

CA2000 is a warning regarding the IDisposable interface: CA2000 : Microsoft.Reliability : In method 'ImportProcessor.GetContext(string)', call System.IDisposable.…

c# visual-studio-2010 code-analysis idisposable ca2000
C++ _TCHAR* to std::string

I created a project in C++, and VS2010 created int _tmain(int argc, _TCHAR* argv[]) { string sInput; string sOutput; int …

c++ string visual-studio-2010 tchar
How to increase timeout for activating features through Visual Studio deployment

I get the following error sometimes when deploying a SharePoint 2010 solution via Visual Studio 2010: Error occurred in deployment step 'Activate …

visual-studio-2010 deployment sharepoint-2010
PostBuild Event fails in Visual Studio after SignTool.exe error

We have a project in Visual Studio 2010 that runs a batch file in the post-build event. That batch calls to …

visual-studio-2010 build-process code-signing errorlevel timestamping