View Single Post
  #1  
Old 12-01-2020, 12:52 AM
rosvb rosvb is offline
Registered User
 
Join Date: 10-09-2015
Posts: 3
Error loading info for project file

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.
Attached Files
File Type: zip Examples and screenshots.zip (178.0 KB, 1128 views)

Last edited by rosvb; 12-01-2020 at 12:58 AM.
Reply With Quote