Fault module: kernelbase.dll . Application crash

前端 未结 4 1918
傲寒
傲寒 2021-01-02 16:29

I Have an application done in .Net framework 3.5 (C#.Net). I installed the application in Windows 7. But while opening some forms, the

4条回答
  •  既然无缘
    2021-01-02 16:51

    For me the reason was using Dependency Injection + an Installer. The installer merged the contents of multiple application folders and therefore i had assembly version mismatches which resulted in loading issues.

    The solution was consolidating the referenced assemblies for me.

提交回复
热议问题