Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When I tried creating a new silverlight project, I got an error message.

It is "Could not load file or assembly 'Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The module was expected to contain an assembly manifest."

Kindly help me to solve this issue in visual studio 2010.
Posted
Comments
Tejas Vaishnav 16-Jun-12 0:40am    
Have you tried to search this error on google.?
R. Ganesh Kumar IT 16-Jun-12 2:24am    
Yes I tried searching in google but there was no clear idea abt it
Strange_Pirate 18-Mar-13 8:37am    
IF user not found proper solution, Only then they are requesting help.
Keep in mind that . :)
Sandeep Mewara 16-Jun-12 1:49am    
Can you share more details on when it comes? Designer? Opening project? Sharing your exact situation would help.
R. Ganesh Kumar IT 16-Jun-12 2:28am    
In visual studio 2010 pro edition
File-->New Project
New project dialog box --> Silverlight Application --> Ok
New Silverlight Application dialog box --> Ok
Error msg comes with the message as above.

1 solution

Your issue is not common. It would be difficult to say whats going wrong. You need to troubleshoot and see if something helps.

Since it is looking for dll of version 4.0, some file is missing and needs installation. Try iInstalling: Microsoft Silverlight 4 Tools for Visual Studio 2010[^]


BTW, do look into systems event viewer too if you have anything more to the error.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900