在这页面 只要添加数据源,整个vs2013 就会崩溃重启,查看了系统日志发现,报了一下2个错误
错误应用程序名称: devenv.exe,版本: 12.0.40629.0,时间戳: 0x5590c8a4
错误模块名称: KERNELBASE.dll,版本: 10.0.10586.162,时间戳: 0x56cd55ab
异常代码: 0xe0434352
错误偏移量: 0x000bdad8
错误进程 ID: 0x1a84
错误应用程序启动时间: 0x01d17d3ecd6e0933
错误应用程序路径: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
错误模块路径: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
报告 ID: 360d1004-8762-4670-a9ec-507ee0f91e49
错误程序包全名:
错误程序包相对应用程序 ID:
应用程序: devenv.exe
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.IO.FileNotFoundException
在 System.Signature.GetSignature(Void*, Int32, System.RuntimeFieldHandleInternal, System.IRuntimeMethodInfo, System.RuntimeType)
在 System.Reflection.RuntimeMethodInfo.get_ReturnType()
在 Microsoft.ReportDesigner.Design.DesignUtil.IsObjectDataSourceMethod(System.Reflection.MethodInfo)
在 Microsoft.ReportDesigner.Design.DesignUtil.ClassContainsObjectDataSourceMethod(System.Type)
在 Microsoft.ReportDesigner.Design.DesignUtil.GetVenusObjectDataSources(System.Xml.Schema.XmlSchema[], System.IServiceProvider)
在 Microsoft.ReportDesigner.Data.Local.DataSetSynchronizer+<GetProjectGenericObjectDataSources>d__24.MoveNext()
在 Microsoft.ReportDesigner.Data.Local.DataSetSynchronizer+<GetSynchableDataSources>d__0.MoveNext()
在 Microsoft.ReportDesigner.Data.Local.Dialogs.Pages.DataSetGeneralPage.LoadDataSources()
在 Microsoft.ReportDesigner.Data.Local.Dialogs.Pages.DataSetGeneralPage.LoadData()
在 Microsoft.ReportDesigner.Data.Local.Dialogs.DataSetDialog.OnLoad(System.EventArgs)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(System.Windows.Forms.Message ByRef)
在 System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
在 System.Windows.Forms.ScrollableControl.WndProc(System.Windows.Forms.Message ByRef)
在 System.Windows.Forms.Form.WmShowWindow(System.Windows.Forms.Message ByRef)
在 System.Windows.Forms.Form.WndProc(System.Windows.Forms.Message ByRef)
在 System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
在 System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
网上搜了一大堆,有人说是是“阿里巴巴反钓鱼安全服务”进程引起 ,但是我没有该进程。
最后,我发现把我的项目上的aspx 文件(就一个新建页面,只是新建了一个aspx页面,在添加数据源就重启(新建项目:rdlc与aspx没有该问题))排除掉,清除解决方案,可以添加数据源,但是这个不是解决的办法啊!!
求哪位大神帮忙解决,有遇到这种情况的,麻烦也解答一下,非常感谢
建议还是先修复一下吧
看报措是由于缺少文件导致,是不是缺少.net环境运行库或者vs部分文件被清理或者损坏了?
我以前也出现过这种情况,怎么解决都不行,最后我吧整个文件都删除了,重新添加了一回就好了,但是不能用老的复制进去,我感觉是我之前经常复制,然后什么文件复制丢了照成的
http://zhidao.baidu.com/link?url=4hVCythbAIj0GLoXly9UEXqDa6XHw_-rSSmLDU4wtGZfQlM4M7B4vPpy0ZOoeQOFjpLpLYWyKDhFLEcVbOnix_
http://www.gezila.com/tutorials/6043.html
重装吧,一般vs装好,最好把系统备份下好点。
晕,我这也碰到这个问题了。而且我是2015 update3