I am having this problem whenever I try to debug my project:
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?
If you are using Assembly.Load() to load file try change it with Assembly.LoadFile() instead.