Exception from HRESULT: 0x80131047

Omarrrio picture Omarrrio · Sep 20, 2012 · Viewed 90.5k times · Source

I am having this problem whenever I try to debug my project:

Visual Studio error dialog

It's in French, here is my translation:

"Error while trying to run project: Failed Loading assembly "DBZ buu's Fury Text Editor" or one of it's dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)"

Can anyone help me please?

Answer

Ivandro Jao picture Ivandro Jao · Nov 25, 2016

If you are using Assembly.Load() to load file try change it with Assembly.LoadFile() instead.