Hola
Estoy tratando de usar una DLL realizada en VB6 dentro deVB.NET en una
aplicación "ASP.NET Web Application", pero lamentablemente estoy haciendo
algo mal, pues obtengo el siguiente mensaje:
"
Retrieving the COM class factory for component with CLSID
{2A97D270-98F2-4012-80DA-CD2FDAF41784} failed due to the following error:
8007007e.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Retrieving the COM class
factory for component with CLSID {2A97D270-98F2-4012-80DA-CD2FDAF41784}
failed due to the following error: 8007007e.
Source Error:
Line 72: g = New AlgoReseau.ClsGraphe
"
Si utilizo la DLL desde una Aplicación Window no tengo ningún problema.
Si tienen alguna idea de la causa del error, o de un documento que me ayude
a entender el error les agradezco inmensamente.
Gracias
AA.
Leer las respuestas