如题,我装的是vs.net2003开机后第一带开都是没有响应,一定要在任务管理器中将其结束,然后再打开就可以啦,在日志文件中有如下的错误:事件类型: 错误
事件来源: Application Hang
事件种类: (101)
事件 ID: 1002
日期: 2007-11-8
事件: 16:53:53
用户: N/A
计算机:
描述:
挂起应用程序 devenv.exe,版本 7.10.6030.0,挂起模块 hungapp,版本 0.0.0.0,挂起地址 0x00000000。有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。
数据:
0000: 41 70 70 6c 69 63 61 74   Applicat
0008: 69 6f 6e 20 48 61 6e 67   ion Hang
0010: 20 20 64 65 76 65 6e 76     devenv
0018: 2e 65 78 65 20 37 2e 31   .exe 7.1
0020: 30 2e 36 30 33 30 2e 30   0.6030.0
0028: 20 69 6e 20 68 75 6e 67    in hung
0030: 61 70 70 20 30 2e 30 2e   app 0.0.
0038: 30 2e 30 20 61 74 20 6f   0.0 at o
0040: 66 66 73 65 74 20 30 30   ffset 00
0048: 30 30 30 30 30 30         000000  
谁能帮我看看到底是怎么回事啊,每次都这样太痛苦啦。

解决方案 »

  1.   

    我每次都是正常关闭.net的,但是有一个问题就是我关机的时候,.net肯定是关闭的,但是却总有一个.net程序未结束,必须手动结束掉,是不是因为这个原因哪?
      

  2.   

    c:\windows\microsoft.net\framwork\v1.1.1432\csc.exe
      

  3.   

    在网上看,如果第一次打开.net结束进程中的csc.exe文件,就会报这样的错误
    System.IO.FileNotFoundException: 未能找到文件“C:\DOCUME~1\hyf\LOCALS~1\Temp\ilc2agic.dll”。文件名: “C:\DOCUME~1\hyf\LOCALS~1\Temp\ilc2agic.dll”   at System.IO.__Error.WinIOError(Int32 errorCode, String str)   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)   at System.CodeDom.Compiler.CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames)   at System.CodeDom.Compiler.CodeCompiler.FromSourceBatch(CompilerParameters options, String[] sources)   at System.CodeDom.Compiler.CodeCompiler.FromSource(CompilerParameters options, String source)   at System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(CompilerParameters options, String source)   at System.Xml.Serialization.Compiler.Compile()   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings)   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)   at System.Xml.Serialization.XmlSerializer..ctor(Type type)   at Ankh.Config.ConfigLoader.DeserializeConfig(XmlReader reader)   at Ankh.Config.ConfigLoader.LoadConfig()   at Ankh.AnkhContext.LoadConfig()   at Ankh.AnkhContext..ctor(_DTE dte, AddIn addin, IUIShell uiShell)   at Ankh.Connect.OnConnection(Object application, ext_ConnectMode connectMode, Object addInInst, Array& custom)
      

  4.   

    搞定啦,是因为SVN有问题,把Ankh这个插件重新安装一下就可以啦,谢谢楼上的各位