Je suis en train de déployer une application qui utilise une bibliothèque qui incorpore un contrôle ActiveX avec AxHost en C#.Obtenez plus d'informations de débogage d'AxHost?
Quand je lance l'application installée sur notre banc d'essai et j'attraper présenter l'exception suivante:
Unexpected exception.
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid 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()
at ....InitializeComponent()
at ...
Je googlé 0x800736b1, donc je sais que cela signifie qu'un fichier n'a pas pu être chargé.
Le grand Q en ce moment est de savoir comment trouver quel fichier est qu'il ne peut pas être chargé.
Existe-t-il une sorte de fonction de journalisation que je peux activer, ou y a-t-il un moyen d'obtenir plus d'informations de l'exception?