title author date CreateTime categories
WPF 异常 NativeWPFDLLLoader.LoadNativeWPFDLL
lindexi
2018-2-13 17:23:3 +0800
2018-2-13 17:23:3 +0800
WPF

如果发现出现下面异常,可以尝试重装 .net Framework

 System.ComponentModel.Win32Exception 异常信息: System.DllNotFoundException 在 MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16*, UInt16*) 在 MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite() 在 <Module>.CModuleInitialize.{ctor}(CModuleInitialize*, Void ()) 在 <Module>.?A0x721f77f1.CreateCModuleInitialize() 在 <Module>.?A0x721f77f1.??__E?A0x721f77f1@cmiStartupRunner@@YMXXZ() 在 <Module>._initterm_m(Void* ()*, Void* ()*) 在 <Module>.<CrtImplementationDetails>.LanguageSupport.InitializePerAppDomain(<CrtImplementationDetails>.LanguageSupport*) 在 <Module>.<CrtImplementationDetails>.LanguageSupport._Initialize(<CrtImplementationDetails>.LanguageSupport*) 在 <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize(<CrtImplementationDetails>.LanguageSupport*) 异常信息: <CrtImplementationDetails>.ModuleLoadException 在 <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize(<CrtImplementationDetails>.LanguageSupport*) 在 <Module>..cctor() 异常信息: System.TypeInitializationException 在 lindexi.Startup.Main(System.String[]) 

尝试使用 sfc /scannow 看是否系统坏了,重新安装 .net Framework就好了

最新文章

  1. tftp服务器的搭建
  2. Linux Linux程序练习十四(多进程压力测试)
  3. HDU 4791 Alice&#39;s Print Service(2013长沙区域赛现场赛A题)
  4. UITapGestureRecognizer
  5. BroadcastReceiver的简介
  6. 模仿ViewPager控件
  7. javascript中for-in的用法
  8. System.Reflection.Assembly.GetEntryAssembly()获取的为当前已加载的程序集
  9. linux下系统定时任务配置----crontab(mysql定时备份)
  10. Css Div半透明
  11. Json对象在JS里面的处理
  12. C函数调用与栈--代码真相
  13. go:挂webserver
  14. JSP入门必读
  15. django全流程--青空琉璃
  16. 【UVA10140】Prime Distance
  17. MySQL缓存分类和配置
  18. IDEA导入jar包
  19. hdu5242 Game (贪心+dfs序)
  20. wordpress 常用函数-wpdb类

热门文章

  1. IOS 后台挂起程序 当程序到后台后,继续完成Long-Running Task 任务
  2. 基于Spark Mllib的Spark NLP库
  3. php输入流简单小例子
  4. hdu 1950 最长上升子序列(lis) nlogn算法【dp】
  5. ArcGIS 如何设置地图显示范围大小
  6. @loj - 2090@ 「ZJOI2016」旅行者
  7. Python中json和eval的区别
  8. 13-4 jquery操作标签(文本,属性,class,value)
  9. PMC亮相IDF展示12G SAS分层存储解决方式
  10. pytorch学习笔记(十二):详解 Module 类