Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i run my windows application i got the following error:Error while trying to run project:could not load file or assembly "demo" or one of its dependencies.The module was expected to contain an assembly manifest.
Posted

1 solution

Go to References under your project in the Solution Explorer pane, and right click the Demo reference.
Select "Properties" and look at the Properties Pane.
Under "Path" make a note of where the file is, and look there in Windows Explorer: It would appear that the file is corrupt or empty, so you may need to rebuild it if it is an external project.

If you can't see anything wrong, you could try removing the Demo reference, and see if your project works after that...:laugh:
 
Share this answer
 
Comments
Member 8233601 4-Jun-12 2:06am    
when i right click on demo reference it shows two option:Add Reference and Add service reference

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