.NET Runtime 1026 错误
Application: iSmartPush.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException
at System.RuntimeTypeHandle.CreateInstance(System.RuntimeType, Boolean, Boolean, Boolean ByRef, System.RuntimeMethodHandleInternal ByRef, Boolean ByRef)
at System.RuntimeType.CreateInstanceSlow(Boolean, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)
at System.Activator.CreateInstance(System.Type, Boolean)
at System.Activator.CreateInstance(System.Type)
at iSmartPush.frmiSmartPush..ctor()
先参考下面的步骤对系统镜像进行校验和修复试试:
1. 按键盘Win+R打开"运行",输入cmd然后按Ctrl+Shift+回车,以管理员身份打开命令提示符.或者按Win+S在搜索框中输入cmd,右键点击搜索结果中的"命令提示符">以管理员身份运行
2. 在打开的命令提示符窗口中粘贴运行下面的命令:
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow