How to enable JIT Debugging ?


  1. Posts : 2
    win 7 Pro 64
       #1

    How to enable JIT Debugging ?


    This is for a credit card swipe program. When a credit card is used this is the message on the server. I do not have a tools option in the program.


    Code:
     
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
     
    ************** Exception Text **************
    System.IO.DirectoryNotFoundException: Path not found
    at ChargeNet._OCXCharge.GetMerchantInfo()
    at AxChargeNet.AxOCXCharge.GetMerchantInfo()
    at RSDesigns.GinSan.NetCommunicationLib.NetCommunicationLibrary.ChargeSendPreAuth(CCDCChargeRequestInfo chargeInfo)
    at RSDesigns.GinSan.GinSanApp.CMainDeviceController.TransactionQ_AuthorizeTransactionReady(Object sender, EventArgs e)
    at RSDesigns.GinSan.GinSanApp.CTransactionQ.FireTransactionReady()
    at RSDesigns.GinSan.GinSanApp.CTransactionQ.AddTransaction(ICCDCTransaction trans)
    at RSDesigns.GinSan.GinSanApp.CMainDeviceController.ProcessCCDCChrgRequest(Object sender, EventArgs e)
    at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
    at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
    at System.Threading.ExecutionContext.runTryCode(Object userData)
    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
    at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
     
     
    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Liberator
    Assembly Version: 1.0.11.0
    Win32 Version: 1.0.11.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Ginsan/Liberator/Liberator.exe
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    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.5483 (Win7SP1GDR.050727-5400)
    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.5485 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    ----------------------------------------
    System.EnterpriseServices
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    ----------------------------------------
    CardReaderLib
    Assembly Version: 1.0.0.58
    Win32 Version: 1.0.0.58
    CodeBase: file:///C:/Program%20Files%20(x86)/Ginsan/Liberator/CardReaderLib.DLL
    ----------------------------------------
    NetCommunicationLib
    Assembly Version: 1.0.0.58
    Win32 Version: 1.0.0.58
    CodeBase: file:///C:/Program%20Files%20(x86)/Ginsan/Liberator/NetCommunicationLib.DLL
    ----------------------------------------
    AxInterop.ChargeNet
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Ginsan/Liberator/AxInterop.ChargeNet.DLL
    ----------------------------------------
    Interop.ChargeNet
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Ginsan/Liberator/Interop.ChargeNet.DLL
    ----------------------------------------
    Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.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.
    Last edited by Brink; 16 Sep 2014 at 10:30. Reason: code box
      My Computer


  2. Posts : 3,904
    Windows 7 Ultimate 64-bit
       #2

    can you explain the problem?
      My Computer


  3. Posts : 2
    win 7 Pro 64
    Thread Starter
       #3

    The tech support for this program stated the message was coming from .Netframe and I needed to enable it from the. Net Frame folder in windows. When I went and found the "system.windows.frame" folder and opened it, the dll file was present. I was then told they didn't know how to fix it. This program will not process the credit card charges while this error is occurring. I just need to know if it's something I can fix in the .net frame folder or if I need to fix it in the registry. If it's in the registry where would I find it?
      My Computer


  4. Posts : 3,904
    Windows 7 Ultimate 64-bit
       #4

    Honestly i have no idea what your talking about, hopefully someone else will.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:33.
Find Us