Na inicialização, Microsoft .Net Framework Exception

1

Na inicialização, encontro uma exceção:
Informaçõesdetalhadas:

Seetheendofthismessagefordetailsoninvokingjust-in-time(JIT)debugginginsteadofthisdialogbox.**************ExceptionText**************System.Net.WebException:AnexceptionoccurredduringaWebClientrequest.--->System.UnauthorizedAccessException:Accesstothepath'C:\WINDOWS\explorer_1.exe'isdenied.atSystem.IO.__Error.WinIOError(Int32errorCode,StringmaybeFullPath)atSystem.IO.FileStream.Init(Stringpath,FileModemode,FileAccessaccess,Int32rights,BooleanuseRights,FileShareshare,Int32bufferSize,FileOptionsoptions,SECURITY_ATTRIBUTESsecAttrs,StringmsgPath,BooleanbFromProxy,BooleanuseLongPath,BooleancheckHost)atSystem.IO.FileStream..ctor(Stringpath,FileModemode,FileAccessaccess)atSystem.Net.WebClient.DownloadFile(Uriaddress,StringfileName)---Endofinnerexceptionstacktrace---atSystem.Net.WebClient.DownloadFile(Uriaddress,StringfileName)atSystem.Net.WebClient.DownloadFile(Stringaddress,StringfileName)atWindowsFormsApplication1.Form1.Form1_Load(Objectsender,EventArgse)atSystem.Windows.Forms.Form.OnLoad(EventArgse)atSystem.Windows.Forms.Form.OnCreateControl()atSystem.Windows.Forms.Control.CreateControl(BooleanfIgnoreVisible)atSystem.Windows.Forms.Control.CreateControl()atSystem.Windows.Forms.Control.WmShowWindow(Message&m)atSystem.Windows.Forms.Control.WndProc(Message&m)atSystem.Windows.Forms.ScrollableControl.WndProc(Message&m)atSystem.Windows.Forms.ContainerControl.WndProc(Message&m)atSystem.Windows.Forms.Form.WmShowWindow(Message&m)atSystem.Windows.Forms.Form.WndProc(Message&m)atSystem.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&m)atSystem.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&m)atSystem.Windows.Forms.NativeWindow.Callback(IntPtrhWnd,Int32msg,IntPtrwparam,IntPtrlparam)**************LoadedAssemblies**************mscorlibAssemblyVersion:4.0.0.0Win32Version:4.0.30319.34003builtby:FX45W81RTMGDRCodeBase:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll----------------------------------------WindowsFormsApplication1AssemblyVersion:1.0.0.0Win32Version:1.0.0.0CodeBase:file:///C:/Windows/bat_starter.exe----------------------------------------System.Windows.FormsAssemblyVersion:4.0.0.0Win32Version:4.0.30319.33440builtby:FX45W81RTMRELCodeBase:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.DrawingAssemblyVersion:4.0.0.0Win32Version:4.0.30319.33440builtby:FX45W81RTMRELCodeBase:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------SystemAssemblyVersion:4.0.0.0Win32Version:4.0.30319.34003builtby:FX45W81RTMGDRCodeBase:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.ConfigurationAssemblyVersion:4.0.0.0Win32Version:4.0.30319.33440builtby:FX45W81RTMRELCodeBase:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.XmlAssemblyVersion:4.0.0.0Win32Version:4.0.30319.33440builtby:FX45W81RTMRELCodeBase:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------**************JITDebugging**************Toenablejust-in-time(JIT)debugging,the.configfileforthisapplicationorcomputer(machine.config)musthavethejitDebuggingvaluesetinthesystem.windows.formssection.Theapplicationmustalsobecompiledwithdebuggingenabled.Forexample:<configuration><system.windows.formsjitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Eu segui esta proposta solução , mas não funciona para mim. Estou usando o Windows 8.1 de 64 bits. Qualquer ideia? Obrigado. :)

    
por Daniel 22.01.2014 / 02:45

1 resposta

2

Parece que você foi atingido por um Vírus do Mineiro de Moeda .

Ele está sendo executado na inicialização, você pode usar Autoruns para Windows para solucionar o problema.

    
por 22.01.2014 / 03:01