开发者

Visual Studio 2010 Project Creating/Opening Problem

I'm encountering a problem in Visual Studio 2010.Problem began after I hibernated my computer,and other day when i opened Visual Studio had problems with finding my existing projects.

After problem occurred I tried to reestablish my projects by using Open Existing Project dialog,an error message appears like below

Visual Studio 2010 Project Creating/Opening Problem

c:\windows\microsoft.net\framework\v4.0.30319\Microsoft.Common.targets(1347,130): 
The project file could no be loaded.The 'FindDependencies' 
start tag on line 1347 
position 14 does not match the end tag of '_FindDependencies'. 
Line 1347, position 130

I tried to disable exten开发者_C百科sions,delete my current settings but no solution

How can solve this problem ?


File is probably corrupted. Your start tag is different than it should be (missing underscore). I have this in my .NET targets file:

<_FindDependencies Condition="'$(BuildingProject)' != 'true' and '$(_ResolveReferenceDependencies)' != 'true'">false</_FindDependencies>

I recommend reinstalling .NET 4.0, you do not know what else can be wrong.


I had the same problem and it was exactly what you pointed out. The underscore was missing in front of the "FindDependencies" tag. After adding underscore back in place, the project loaded without any errors. I didn't need to re-install .NET 4.0 in my case but as Tomas mentioned there could be other possible problems.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜