PDA

View Full Version : Error loading info for project file


rosvb
12-01-2020, 12:52 AM
Hi,

we use VisualBuild to compile a Visual Studio 2019 solution. When executing the VisualBuild step an "Error loading info for project file ..." error is logged.
When I execute the msbuild command directly in the cmd I do not get an error.

At first analysis I could find out that it is because of the attribute "AssemblyName" in the project file. If this attribute is removed, there is no warning in the VisualBuild.
However, the attribute is set by VisualStudio itself via the project properties. What is the problem with VisualBuild?

Enclosed you will find a VisualBuild sample file that calls the attached Visual Studio sample project.

Thanks for your help.

kinook
12-01-2020, 03:49 PM
There was a bug when processing .NET Core project files containing the AssemblyName. This is fixed in v10.4.