Could not load file or assembly '' or one of its dependencies

后端 未结 9 1488
遇见更好的自我
遇见更好的自我 2020-12-16 13:34

Any help please?

I have only one library and it is driving me crazy. this is the error that I receive. I am not using any other dependancies.

Could n         


        
9条回答
  •  伪装坚强ぢ
    2020-12-16 13:48

    • Does the version number match?
    • It's weird to see you're trying to load a .lib file instead of a dll. Perhaps you wanted to load a dll instead?
    • To debug this kind of problems, try Fusion Logging
    • You say you're using only one library, but that library might have some dependencies you're not aware of. This SO question deals with listing the dependencies of a managed .NET assembly.

提交回复
热议问题