index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Creating an instance of the COM component with CLS :: (2)Post a New Message | Post a Reply
Jun 18 2010, 7:47 AM
 Creating an instance of the COM component with CLSPost a Reply
 mjuni

View this author's profile Send this author a private message

since: Jun 18, 2010
from: Tanzania

hi ,I'm a asp beginner.am trying to use web solution but it keep giving me this error.can anybody help me please.

Creating an instance of the COM component with CLSID {BDA1F6F5-FE3E-427B-9037-ADAD07D3A5DF} from the IClassFactory failed due to the following error: 800a000d.

my code:

<%

Dim objWiz
Dim sConnection

    objWiz = Server.CreateObject("AspWebSolution.ReportWizard2"  // error appear here

With objWiz
        .LicenseKey = "xxxx-xxxx-xxxx-xxxx-xxxx"
    .HiddenTables = "tblissues, tblElectricity, tblnotes, tblvendors"
    .HiddenFields = "ID"
    .DatabaseType = "MySQL"
End With

'Set an active connection to the Connection object using a DSN-less connection
sConnection = "DRIVER={MySQL ODBC 5.1 Driver}; SERVER=localhost; DATABASE=osmm;UID=xxxxx;PASSWORD=xxxxx; OPTION=3"
objWiz.init(sConnection)

Aug 9 2010, 6:40 AM
 Re: Creating an instance of the COM component w...Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Make sure you have classic ASP enabled on the server


-------------------------
Ghost
Pages: (1)   [1]

search this forum: