Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    [.NET Framework 2.0] Installazione Vista - Win 2003 Server

    Qualche utente mi ha segnalato un problema con il funzionamento dei miei software su Vista e Win 2003 Server.
    Dopo l'installazione del framework 2.0 e l'esecuzione del software, vengono segnalati errori sul framework tipo questo:

    System.Runtime.InteropServices.COMException (0x80040154): Interfaccia non registrata. (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
    at System.Windows.Forms.UnsafeNativeMethods.CoCreateI nstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
    at System.Windows.Forms.AxHost.CreateWithoutLicense(G uid clsid)
    at System.Windows.Forms.AxHost.CreateWithLicense(Stri ng license, Guid clsid)
    at System.Windows.Forms.AxHost.CreateInstanceCore(Gui d clsid)
    at System.Windows.Forms.AxHost.CreateInstance()
    at System.Windows.Forms.AxHost.GetOcxCreate()
    at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
    at System.Windows.Forms.AxHost.CreateHandle()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.AxHost.EndInit()
    ...
    librerie varie
    ...
    ************** 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.
    Per Win 98-2000-XP non mi sono stati segnalati problemi invece, ovviamente l'installazione e' identica!
    E' gia' successo ad altri?
    Qualcuno ha una soluzione o un consiglio?
    Se cercate un software visitate il sito della mia software house
    Hobby Vitual: il nuovo sito per tutti i collezionisti!

  2. #2
    Utente di HTML.it L'avatar di oregon
    Registrato dal
    Jul 2005
    residenza
    Roma
    Messaggi
    36,480
    Sembra che il framework non riesca a trovare le informazioni nel registro relative ad un componente COM (che, evidentemente, non e' registrato).

    Quali componenti COM utilizzi nel tuo programma?

  3. #3

    Componenti COM

    Originariamente inviato da oregon
    Sembra che il framework non riesca a trovare le informazioni nel registro relative ad un componente COM (che, evidentemente, non e' registrato).

    Quali componenti COM utilizzi nel tuo programma?
    L'unico componente COM e' quello di Flash "ShockwaveFlashObjects", gli altri sono tutti componenti .NET.
    Dici che per Vista - Win 2003 Server possa esserci un problema di registrazione dovuto alle limitazioni dell'utente? Come posso modificare eventualmente l'impostazione per l'accesso?
    Se cercate un software visitate il sito della mia software house
    Hobby Vitual: il nuovo sito per tutti i collezionisti!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.