index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Jul 27 2004, 4:01 AM |
| ||||||
yusufakyol from: Istanbul, TURKEY | Hi, I've just tested .net version. I did what you inform in your net document ( I registered com object, restart machine, ...) but I got an error message : "COM object with CLSID {97ADEFB5-4C24-449E-8516-E7BFA32F2AD1} is either not valid or not registered. ". Why ? What is wrong. Stack trace is : [COMException (0x80040154): COM object with CLSID {97ADEFB5-4C24-449E-8516-E7BFA32F2AD1} is either not valid or not registered.] ReportWizardVB.WebForm1.Page_Load(Object sender, EventArgs e) in D:\web\ReportWizard\ReportWizardVB\WebForm1.aspx. vb:26 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +731 At stack trace has your machine's directory path . I want to use .net version of your product. Thanks for your help. Best regards. Yusuf AKYOL Istanbul / TURKEY | ||||||
Jul 27 2004, 9:10 AM |
| ||||||
whichman from: Laurel, MD | Please follow these instructions carefully - these steps apply for any late-bound COM object you want to use in a .NET project. These steps show how to use the Microsoft (R) .NET Framework Type Library to Assembly Converter. 1. Download and register the AWSReportWizard2.dll 2. Lauch your command screen and navigate to the folder in which the AWSReportWizard2.dll resides. for example: C:\Program Files\AspWebSolution\. 3. At the command prompt, type the following: tlbimp AWSReportWizard2.dll /out:AWSReportWizard2_NET.dll tlbimp is the command and AWSReportWizard2_NET.dll will be the output. C:\FOLDER_PATH>tlbimp AWSReportWizard2.dll /out:AWSReportWizard2_NET.dll 4. copy the output file AWSReportWizard2_NET.dll into the bin directory of your .NET application and reference it like any other assembly. ------------------------- Master of the Game | ||||||
Jul 27 2004, 10:13 AM |
| ||||||
yusufakyol from: Istanbul, TURKEY | Hi, Thanks too much before everything. That problem disappeared. But I now I got blank page. I tested it with C# and VB.Net , but result were same. I know there is also a solution for this . Thanks again. Best regards. | ||||||
Jul 27 2004, 11:33 AM |
| ||||||
whichman from: Laurel, MD | Check out the following post http://www.aspwebsolution.com/forums/?tid=546 let me know if it helps ------------------------- Master of the Game | ||||||
Jul 28 2004, 10:52 AM |
| ||||||
Darin from: Conway, AR | The link in the post above doesn't point to a solution, it points to this page. All I get back after I click finish in the wizard is an empty gray screen. No report. Any ideas? I have checked to make sure that the folder has read/write permissions set, and the report file is not read only. | ||||||
Jul 28 2004, 1:32 PM |
| ||||||
whichman from: Laurel, MD | Sorry I meant this http://aspwebsolution.com/forums/?tid=451 ------------------------- Master of the Game | ||||||
Pages: (1) [1] |