ACTIVEX COMPONENT CAN T CREATE OBJECT
Estou tentando integrar as DLL’s em nossos sistemas .
Já registrei as DLL’s nos Serviços de Componentes
E no registro do Windows
Mas me ocorre o seguinte erro:
Erro de Servidor no Aplicativo [ô]/[ô].
--------------------------------------------------------------------------------
ActiveX component can[ô]t create object
Descrição: Ocorreu uma exceção não tratada durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código.
Detalhes da Exceção: System.Runtime.InteropServices.COMException: ActiveX component can[ô]t create object
Erro de Origem:
Linha 37: catch (ExternalException ex)
Linha 38: {
Linha 39: throw ex;
Linha 40: }
Linha 41: }
Arquivo de Origem: C:\Users\consultor1\Documents\Visual Studio 2008\Projects\TesteAUTBANK\TesteAUTBANK\Default.aspx.cs Linha: 39
Rastreamento de Pilha:
[COMException (0x800a01ad): ActiveX component can[ô]t create object]
TesteAUTBANK._Default.Page_Load(Object sender, EventArgs e) in C:\Users\consultor1\Documents\Visual Studio 2008\Projects\TesteAUTBANK\TesteAUTBANK\Default.aspx.cs:39
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
Informações sobre a Versão: Microsoft .NET Framework Versão:2.0.50727.4963; Versão do ASP.NET:2.0.50727.4971
Já registrei as DLL’s nos Serviços de Componentes
E no registro do Windows
Mas me ocorre o seguinte erro:
Erro de Servidor no Aplicativo [ô]/[ô].
--------------------------------------------------------------------------------
ActiveX component can[ô]t create object
Descrição: Ocorreu uma exceção não tratada durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código.
Detalhes da Exceção: System.Runtime.InteropServices.COMException: ActiveX component can[ô]t create object
Erro de Origem:
Linha 37: catch (ExternalException ex)
Linha 38: {
Linha 39: throw ex;
Linha 40: }
Linha 41: }
Arquivo de Origem: C:\Users\consultor1\Documents\Visual Studio 2008\Projects\TesteAUTBANK\TesteAUTBANK\Default.aspx.cs Linha: 39
Rastreamento de Pilha:
[COMException (0x800a01ad): ActiveX component can[ô]t create object]
TesteAUTBANK._Default.Page_Load(Object sender, EventArgs e) in C:\Users\consultor1\Documents\Visual Studio 2008\Projects\TesteAUTBANK\TesteAUTBANK\Default.aspx.cs:39
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
Informações sobre a Versão: Microsoft .NET Framework Versão:2.0.50727.4963; Versão do ASP.NET:2.0.50727.4971
Faça seu login para responder