debugging

Discussion in 'Software' started by acapro, Jul 8, 2012.

  1. acapro

    acapro Private E-2

    Hi all,

    I am trying to save updated data in a program I am using however I keep getting the following message: Could someone please help me fix this problem, and PS please keep it as simple as possible :-o,

    Thanks in advance

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.UnauthorizedAccessException: Access to the path 'go.dat' is denied.
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
    at go.Form1.SaveData(String filename)
    at go.Form1.SaveData()
    at go.Form1.menuItem14_Click(Object sender, EventArgs e)
    at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
    at System.Windows.Forms.MenuItem.MenuItemData.Execute()
    at System.Windows.Forms.Command.Invoke()
    at System.Windows.Forms.Command.DispatchID(Int32 id)
    at System.Windows.Forms.Control.WmCommand(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.ContainerControl.WndProc(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4223 (VistaSP2GDR.050727-4200)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    go
    Assembly Version: 2.10.6.9598
    Win32 Version: 2.10.6.9598
    CodeBase: file:///C:/Program%20Files/GO/go.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4228 (VistaSP2GDR.050727-4200)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4223 (VistaSP2GDR.050727-4200)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4230 (VistaSP2GDR.050727-4200)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4223 (VistaSP2GDR.050727-4200)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="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.
     
  2. pwillener

    pwillener MajorGeek

    What is the program you are using? It appears as if a file named 'go.dat' cannot be accessed.

    Do you know where that file is?

    What is your Windows version?
     
  3. acapro

    acapro Private E-2

    The file is under C : program files\go\ and this computer runs Vista (don't hold that against me)
     
  4. pwillener

    pwillener MajorGeek

    Can you check the permissions of that folder, as well as the file? (Sorry, I don't know how to do that under Vista; probably right-click, Properties, etc.)
     
  5. acapro

    acapro Private E-2

    The permissions are set on allow
     
  6. pwillener

    pwillener MajorGeek

    Allow for everything, every user?

    Can you try to open that file, e.g. with Notepad?
     
  7. mjnc

    mjnc MajorGeek

    If the application you are using was not Compiled with debugging enabled (by the developer), then the configuration changes shown will not work.

    If you can find a file named something like jit.cfg or jit.ini, then you might try making those changes, after making a copy of the original file.
     
  8. acapro

    acapro Private E-2

    I found the file go.ini not sure what I have to do though
     
  9. acapro

    acapro Private E-2

    anyone???
     
  10. pwillener

    pwillener MajorGeek

    We still don't know what program you are trying to use (just so we can understand what it is supposed to do).

    Also the file 'go.dat' - can you give us some details (location, size, last update date, permissions). You earlier wrote that it is in C:\Program Files\go - no data files should be stored there!
     
  11. acapro

    acapro Private E-2

    This is the web address of the program I think this may help

    http://www.89484848.dk/gpro/manual/

    Again i'm sorry I am a real novice and take my hat off to you guys who can sort this stuff out
     
  12. pwillener

    pwillener MajorGeek

    Thank you for providing additional information.

    The first thing you need to do is find that inaccessible file 'go.dat'; can you do a Windows Search to locate that file, then note where the file is located?

    Can you also tell us what Windows version you are using?

    Check http://mbjerg.dk/gpro/ if you have the latest version of that software installed.

    P.S. if you cannot find that file 'go.dat', then you may also want to contact the support address published on that link above.
     
  13. acapro

    acapro Private E-2

    C:\Program Files\GO is where the application is but when i search go.dat nothing comes up.

    I am running Vista and have the latest update
     
  14. pwillener

    pwillener MajorGeek

    If the file does not already exist, then we don't know where the program is trying to write it to (where it has no permission to do so).

    I think you should really try to contact the makers of this software, as we don't know enough about it.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds