Top "Visual-studio-2010" questions

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

How to resolve "procedure has an unresolved reference to object dbo.sysssislog"

I have a Visual Studio 2010 database project and I have imported an existing schema. There are stored procedures in this …

.net visual-studio-2010 sql-server-2008 database-project visual-studio-dbpro
How can I add an existing folder structure to my visual studio project (python tools)?

This question is essentially the same as these: How do I add an existing directory tree to a project in …

python visual-studio-2010 ptvs
Error LNK2019: unresolved external symbol "toString(int)"

Environment: Windows XP. Visual Studios 2010. Language - C++. I have run into the following link error & have run out …

visual-studio-2010 unresolved-external c++-standard-library lnk2019 stdstring
WiX 'Bundle' 'ExePackage' 'DetectCondition' is always false

I am trying to create a WiX bundle that installs the .NET Framework 4.0 before my MSI installer. I inspected the …

visual-studio-2010 wix bundle bootstrapper
Advanced tasks using Web.Config transformation

Does anyone know if there is a way to "transform" specific sections of values instead of replacing the whole value …

asp.net visual-studio-2010 web-config transformation web-deployment
Visual Studio 2010: how to force ASP.NET website to use x86 instead of "Any CPU"?

When using SharePoint DLLs (which are x86 only) from a non-ASP.NET app, you can set the "Platform target" to …

asp.net visual-studio-2010 .net-3.5 sharepoint-2010
How do I modify my settings to allow VS2010 to load 3rd party XSD files from the "Unauthorized Zone"?

I have opened a 3rd party XSD file in Visual Studio 2010 that imports namespaces from other schema files from the …

visual-studio-2010 xsd unauthorized zone
How do I remove TFS connections from a Visual Studio 2010 C# project/solution?

I have been given the full source code to work on locally (C#.NET/XAML/Visual Studio 2010), but I do …

visual-studio-2010 tfs project solution
Visual Studio 2010 does not discover new unit tests

I am writing some unit tests in Visual Studio 2010. I can run all tests by using "Run all Tests in …

visual-studio-2010 visual-studio unit-testing mstest
MSBuild target PipelinePreDeployCopyAllFilesToOneFolder cannot be found when deploying

Deploying a Web Application Project from VS2010 RTM causes an error in MSBuild. It complains that the PipelinePreDeployCopyAllFilesToOneFolder target cannot …

visual-studio-2010 msbuild pipeline