Skip to main content

All Questions

1 vote
0 answers
637 views

Visual Studio 2022 Solution Upgraded from Visual Studio 2013 Fails to Set Telemetry Environment Variables

I recently upgraded a Visual Studio 2013 Solution with C++ Libraries in it to Visual Studio 2022. Everything went great except there were three major environment variables not set. The error: Error ...
Steve's user avatar
  • 4,047
-1 votes
2 answers
211 views

Unable to install in nuget package

I currently using VS2013, I'm using this for several months. I'm not encountering issue since then, but now I getting error. I unable to add package in my project. The default XML namespace of the ...
Vic's user avatar
  • 487
0 votes
1 answer
4k views

How to Unlock "Locked" files in Visual Studio 2013?

I accidentally ended up with all project files being locked in VS 2013. Now, when I edit resource file and rebuild I get error MSB6006 exited with code 1 Potential reasons why the files are ...
Ziri's user avatar
  • 736
0 votes
1 answer
2k views

How to Use different versions of MSBuild for same solution C++

I have a Visual Studio Solution with multiple projects. Few of them are of Visual studio 2017 and few are of Visual studio 2013. The difference is because of the use cases of the projects. Visual ...
vishalCpoddar's user avatar
3 votes
3 answers
3k views

How to install MongoDB.Driver in Visual Studio 2013

I'm using Visual Studio Ultimate 2013 trying to install MongoDB.Driver package in my project(.NET Framework 4.6) and I got the following error: Invalid static method invocation syntax: "[MSBuild]:...
Carlos Siestrup's user avatar
1 vote
1 answer
12k views

Microsoft.WebApplication.targets was not found during web application build

When I develop a web application via Visual Studio 2013 (version 12.0.21005) and compile/build and run locally (Citrix Desktop) it works fine. However, when the same project is built in our BUILD ...
Artha Wijendra's user avatar
1 vote
0 answers
801 views

Correcting error MSB4102 "Project' attribute in element <Import> is invalid. Illegal characters in path

Working my first WPF Application, was suggested to me that rather than manually creating my files that I allow Visual Studio 2013 to create the WPF Application for me and then use msbuild on the ....
tgrim90's user avatar
  • 339
0 votes
1 answer
1k views

MSBuild compilation problems with cvtres.exe execution (error LNK1158 - cannot execute cvtres.exe)

I install on my Windows 10 machine (is a x64 machine) an old VS2013 Professional/VS2015 Professional. I have a Visual C++ solution/project for native x86 Platform and I'm trying to compile it with ...
andrea l's user avatar
0 votes
0 answers
278 views

Copy required dlls with CMake/MSBuild

Problem I use Visual Studio 12 (2013) with MSBuild 12.0.40629.0. I have two projects, A and B. A depends on the shared library built by project B. At the moment I use something like the following ...
Cubimon's user avatar
  • 150
2 votes
1 answer
940 views

Visual Studio 2013, error MSB8020: The build tools for Visual Studio 2010 cannot be found

At the start I'd like to note that I've spent some time researching this issue and suggested solutions for similar questions like this one didn't help me. Problem background I need to migrate a ...
Pietruszek's user avatar
1 vote
1 answer
617 views

Visual Studio Rebuilds projects when switching from debug to release and vice-versa when option XML documentation is selected

I've a very similar problem than described in the following question Visual Studio C# projects force a rebuild when switching from debug to release and vice-versa. I've C# two projects and one has ...
Wollmich's user avatar
  • 1,606
7 votes
2 answers
5k views

Why does Visual Studio generates the following file .NETFramework,Version=v4.5.AssemblyAttributes.cs in the temp folder

Why does Visual Studio generates the following file .NETFramework,Version=v4.5.AssemblyAttributes.cs in the temp folder C:\Users\[USERNAME]\AppData\Local\Temp of the current user when building a ...
Wollmich's user avatar
  • 1,606
2 votes
2 answers
961 views

Visual Studio Rebuilds unmodified projects sometimes after a PC reboot

I've a Visual Studio 2013 solution with about 50 C# projects. Normally if I select build (F6) it just builds the projects which have changed. But sometimes after a I shut down and restart my PC it ...
Wollmich's user avatar
  • 1,606
0 votes
0 answers
151 views

DevEnv to build BizTalk Visual Studio 2013 solution from command line

I'm running the following: D:\GitRecompile>"c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" MyFolder\MyApp.sln /build "Debug" It gives no error, no results, nothing. ...
NealWalters's user avatar
  • 17.8k
3 votes
1 answer
2k views

Use an earlier version of MSBUILD

I'm trying to build a project using Visual Studio 2013, and I keep running into the following error: MSBUILD : error MSB1040: ToolsVersion is not valid. The tools version "15.0" is unrecognized. ...
WEFX's user avatar
  • 8,482

15 30 50 per page
1
2 3 4 5
29