Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio project load error : The attribute "Include" in element <EmbeddedResource> is unrecognized

When I open a project in visual studio I'm getting following error:

The attribute "Include" in element <EmbeddedResource> is unrecognized.

like image 842
Amit Avatar asked Jan 03 '14 12:01

Amit


1 Answers

I got the solution.

There was some problem in csproj file due to merging. Some files were added twice. That were causing the issue. After removing duplicates issue is resolved.

like image 69
Amit Avatar answered Oct 22 '22 18:10

Amit