I am trying to run this on Vista but everytime I try I get this!!!:
Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración
Just-In-Time (JIT) en lugar de a este cuadro de diálogo.
************** Texto de la excepción **************
System.UnauthorizedAccessException: Acceso denegado a la ruta de acceso.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.__Error.WinIOError()
en System.IO.File.Move(String sourceFileName, String destFileName)
en Microsoft.VisualBasic.FileIO.FileSystem.RenameFile (String file, String newName)
en Microsoft.VisualBasic.MyServices.FileSystemProxy.R enameFile(String file, String newName)
en COTools.mainmenu.CheckTIPS_CheckedChanged(Object sender, EventArgs e)
en System.Windows.Forms.CheckBox.OnCheckedChanged(Eve ntArgs e)
en System.Windows.Forms.CheckBox.set_CheckState(Check State value)
en System.Windows.Forms.CheckBox.set_Checked(Boolean value)
en COTools.mainmenu.mainmenu_Load(Object sender, EventArgs e)
en System.Windows.Forms.Form.OnLoad(EventArgs e)
en System.Windows.Forms.Form.OnCreateControl()
en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
en System.Windows.Forms.Control.CreateControl()
en System.Windows.Forms.Control.WmShowWindow(Message& m)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
en System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
en System.Windows.Forms.Form.WmShowWindow(Message& m)
en System.Windows.Forms.Form.WndProc(Message& m)
en COTools.mainmenu.WndProc(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Ensamblados cargados **************
mscorlib
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
COTools
Versión del ensamblado: 3.4.0.0
Versión Win32: 1.0.0.0
Código base: file:///C:/Program%20Files/Conquer%202.0/COTools.exe
----------------------------------------
Microsoft.VisualBasic
Versión del ensamblado: 8.0.0.0
Versión Win32: 8.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.resources
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_es_b77a5c561934e089/System.resources.dll
----------------------------------------
mscorlib.resources
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.312 (rtmLHS.050727-3100)
Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** Depuración JIT **************
Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
aplicación o equipo (machine.config) debe tener el
valor jitDebugging establecido en la sección system.windows.forms.
La aplicación también se debe compilar con la depuración
habilitada
Por ejemplo:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
se enviará al depurador JIT registrado en el equipo
en lugar de controlarlo mediante el cuadro de diálogo.
(TRANSLATED ON ENGLISH)
Consult the end of this message to obtain more details on how invoking to the purification
Just-In-Time (JIT) instead of east a dialogue picture.
************** Text of the exception **************
System.UnauthorizedAccessException: Access denied to the access route.
in __Error.WinIOError System.IO. (Int32 errorCode, String maybeFullPath)
in __Error.WinIOError System.IO. ()
in System.IO.File.Move (String sourceFileName, String destFileName)
in Microsoft.VisualBasic.FileIO.FileSystem.RenameFile (String cases out, String newName)
in Microsoft.VisualBasic.MyServices.FileSystemProxy.R enameFile (String cases out, String newName)
in COTools.mainmenu.CheckTIPS_CheckedChanged (Object to sender, EventArgs e)
in System.Windows.Forms.CheckBox.OnCheckedChanged (EventArgs e)
in System.Windows.Forms.CheckBox.set_CheckState (CheckState estimates)
in System.Windows.Forms.CheckBox.set_Checked (Boolean estimates)
in COTools.mainmenu.mainmenu_Load (Object to sender, EventArgs e)
in System.Windows.Forms.Form.OnLoad (EventArgs e)
in System.Windows.Forms.Form.OnCreateControl ()
in System.Windows.Forms.Control.CreateControl (fIgnoreVisible Boolean)
in System.Windows.Forms.Control.CreateControl ()
in System.Windows.Forms.Control.WmShowWindow (Message& m)
in System.Windows.Forms.Control.WndProc (Message& m)
in System.Windows.Forms.ScrollableControl.WndProc (Message& m)
in System.Windows.Forms.ContainerControl.WndProc (Message& m)
in System.Windows.Forms.Form.WmShowWindow (Message& m)
in System.Windows.Forms.Form.WndProc (Message& m)
in COTools.mainmenu.WndProc (Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.O nMessage (Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.W ndProc (Message& m)
in System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembled loaded **************
mscorlib
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
COTools
Version of the assembled one: 3.4.0.0
Win32 version: 1.0.0.0
Code bases: file:///C:/Program%20Files/Conquer%202.0/COTools.exe
----------------------------------------
Microsoft.VisualBasic
Version of the assembled one: 8.0.0.0
Win32 version: 8.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.resources
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_es_b77a5c561934e089/System.resources.dll
----------------------------------------
mscorlib.resources
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Version of the assembled one: 2.0.0.0
Win32 version: 2.0.50727.312 (rtmLHS.050727-3100)
Code bases: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** Purification JIT **************
In order to qualify the purification Just In Time (JIT), the configuration file of this
application or equipment (machine.config) must have
value jitDebugging established in the section system.windows.forms.
The application tam bién se debe compilar con la depuración
habilitada
Por ejemplo:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
se enviará al depurador JIT registrado en el equipo
en lugar de controlarlo mediante el cuadro de diálogo.