Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A problem occurred while trying to set the "References" parameter for the IDE's in-process compiler

I get the following error while trying to build a normal C# application.

Error 1 A problem occurred while trying to set the "References" parameter for the IDE's in-process compiler. No metadata was found.

like image 330
arunondeck Avatar asked Dec 07 '11 10:12

arunondeck


1 Answers

Problem Solved. Upon closer inspection found the error MSB3021. Accidentally an app.config file had been added to the .csproj file. But since no error was there this error was being thrown out. Removing that from solution explorer fixed it.

like image 175
arunondeck Avatar answered Nov 11 '22 10:11

arunondeck