Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

building error of assemblyInfo.cd could not be found in visual studio 2012 on win 7

After searching the SO forum, I cannot find a working solution for my question. If you find one, I would really appreciate it.

In Visual Studio 2012, I am building a C# project. I get the following error:

Source file 'Properties\Assemblyinfo.cs' could not be found. 

I have this solution:

Source file 'Properties\AssemblyInfo.cs' could not be found

But, it does not work for me.

Actually, I have the 'Assemblyinfo.cs' in working directory, I can see it in VS solution explorer.

like image 991
user3440244 Avatar asked Apr 22 '14 15:04

user3440244


Video Answer


1 Answers

Have you tried deleting the assemblyinfo.cs files and then trying Clean and Rebuild solution? If you don't need versioning this might help you.

like image 115
Dennis van Gils Avatar answered Oct 22 '22 03:10

Dennis van Gils