当前位置: 代码迷 >> .NET Framework >> net runtime 异常
  详细解决方案

net runtime 异常

热度:141   发布时间:2016-05-01 23:30:51.0
net runtime 错误
Application: CreationMaster14.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
   at FifaControls.Viewer3D..ctor()
   at CreationMaster.KitForm.InitializeComponent()
   at CreationMaster.KitForm..ctor()
   at CreationMaster.MainForm.CreateForms()
   at CreationMaster.MainForm..ctor()
   at CreationMaster.Program.Main()

------解决思路----------------------
System.IO.FileNotFoundException
文件没找到。
------解决思路----------------------
FifaControls.Viewer3D这个类的构造函数中,获取某个文件的时候没找到该文件。
如果你debug模式,打印堆栈信息出来,应该可以定位到哪行代码报错
  相关解决方案