Results 1 to 5 of 5

Thread: [RESOLVED] My program have a exception !!! please?!

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2017
    Posts
    96

    Resolved [RESOLVED] My program have a exception !!! please?!

    Hello everyone,
    I have a big problem with my program. Indeed, after put images, I have this type of message after:
    System.Windows.Forms.AxHost + InvalidActiveXStateException
    More details
    Code:
    See the end of this message for more details on the debug call
    just-in-time (JIT) instead of this dialog box.
    
    ************** Exception text **************
    Can not call set property of 'URL' currently.
    
    
    ************** Assemblies loaded **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3131.0 built by: NET472REL1LAST
        CodeBase: file: /// C: /Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    Danzey legendary tournament 2
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file: /// C: /Users/DANIEL/Documents/DANZEY%20LEGENDARY%20TOURNAMENT/Danzey%20legendary%20tournament%202.exe
    ----------------------------------------
    Microsoft.VisualBasic
        Assembly Version: 10.0.0.0
        Win32 Version: 14.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3110.0 built by: NET472REL1LAST_C
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Runtime.Remoting
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    AxInterop.WMPLib
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file: /// C: /Users/DANIEL/Documents/DANZEY%20LEGENDARY%20TOURNAMENT/AxInterop.WMPLib.DLL
    ----------------------------------------
    Interop.WMPLib
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file: /// C: /Users/DANIEL/Documents/DANZEY%20LEGENDARY%20TOURNAMENT/Interop.WMPLib.DLL
    ----------------------------------------
    mscorlib.resources
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_en_b77a5c561934e089/mscorlib.resources.dll
    ----------------------------------------
    System.Windows.Forms.resources
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3056.0 built by: NET472REL1
        CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_en_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    
    ************** Debug JIT **************
    To enable just-in-time (JIT) debugging, the configuration file for this
    application or this computer (machine.config) should have value
    jitDebugging defined in the system.windows.forms section.
    The application must also be compiled with debugging
    activated.
    
    For example :
    
    <Configuration>
        <system.windows.forms jitDebugging = "true" />
    </ Configuration>
    can you help me solve this problem?What i must check? thank you in advance for your answer!
    Last edited by danzey; Aug 4th, 2018 at 08:41 AM. Reason: RESOLVED

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width