Error while trying to run project: Could not load file or assembly or one of its dependencies. The module was expected to contain and assembly manifest.
so please give me solution....
thank u in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted Nov 20, 2012, 2:00 AM
This error occurs by projectName.csproj file which has references your files and assemblies but these are not in project.
so its solution is delete warning icon file and rebuild.
one more thing
.do following:
1. Select Project in Solution under Visual studio Solution Exproler.
2. Clcik on "Show ALL FILES" Icon on top of solution expropler.
3. Include hidden Files in projcet which needs.
4. Clean and rebuild project.
5. Run
Atul PotePosted Nov 20, 2012, 1:36 AM
Sandeep Singh ShekhawatPosted Nov 20, 2012, 1:09 AM
1. Check bin or reference folder or other folder in your solution. There is some file with a WARNING ICON . Delete these warning icon files from your project.
2. Now Add these deleted files if need or leave these if no need in project.
3. Clean your solution or project.
4. Rebuild solution or project.
Thanks
Sandeep