dll visual foxpro

21/10/2005 - 17:20 por david mejia | Informe spam
desarrolle una dll en visual foxpro 8.0 que lo que hace es traer datos de una
base de datos del mismo lenguaje ya la prove y funciona la ensaye en una
pagina aspx de visual estudio 2005 beta2 y funciona dentro del ambiente de
desarrollo pero cuando salgo al ambiente de producion me sale el siguiente
error
Server Error in '/tampa1' Application

Creating an instance of the COM component with CLSID
{BF720F69-AD35-4FC0-89D8-C596D41742D3} from the IClassFactory failed with
HRESULT: 0x80004005(Unspecified error (Exception from HRESULT: 0x80004005
(E_FAIL))).
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.Runtime.InteropServices.COMException: Creating an
instance of the COM component with CLSID
{BF720F69-AD35-4FC0-89D8-C596D41742D3} from the IClassFactory failed with
HRESULT: 0x80004005(Unspecified error (Exception from HRESULT: 0x80004005
(E_FAIL))).

Source Error:


Line 22: If IsPostBack() Then
Line 23: 'Dim sql As String
Line 24: Dim OVFP As New COMVFP
Line 25: Dim Reader As StreamReader
Line 26: Dim FS As FileStream
 

Preguntas similares