Error while trying to run project: Could not load file or assembly "AssemblyName" or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
This error appears as a dialog box while trying to debug an application.
Solution:
1. Check if the assembly name used for the project contains ' (apostrophe). If it does, go change it, and do not use ' (apostrophe)
2. Check if the name "Program" (without quotes) is used as the assembly name. If it is, go change the name.
3. If still, it does not work, right-click on the Project -> Properties -> Choose tab Debug -> Uncheck the option "Enable the Visual Studio Hosting Process"
Great article. Like it.
ReplyDeleteThanks. *shakes fist at his apostrophe*
ReplyDeleteNice to hear it helps ^^
ReplyDeleteYou are welcome ;)
ReplyDeleteIt worked! Thanks!
ReplyDeleteYeah, almost all the times does it work :D
ReplyDelete