Advertisement

07.22.2008 at 02:55PM PDT, ID: 23586757
[x]
Attachment Details

Deployment of Visual Basic 2005 Application with Access Runtime Issues...

Asked by rrowe68 in Microsoft Visual Basic.Net, Microsoft Access Database, Access Reports

Tags: visual Basic 2005, Access 2003

I have an applicaiton Visual Basic 2005, that prints an Access Report that resides on a local server.   It works at the client when the full Access 2003 is installed.

Users here at EE have indicated that installing Access Runtime 2003 might do the trick also.   Yet, I am running into the following error.

Retrieving the COM class factory for component for CLSID {73A4C9C1-D68D-11D0-98BF-00A0C90DC8D9} failed due to the following error: 80080005.

This CLSID is Microsoft Access.

Do I need to really buy licenses for all my workstations to print these reports?

Here is the code that calls the report....  Any other way to call the report?
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
Try
            Dim oAccess As New Access.ApplicationClass
            oAccess.OpenCurrentDatabase(filepath:=eAccessPath, Exclusive:=False)
            strWhere = "nMemoID = " & CURRMEMO & " AND " & "lPropertyID = " & CURRPROP
            oAccess.DoCmd.OpenReport(ReportName:="prMemo", View:=Access.AcView.acViewNormal, WhereCondition:=strWhere)
            oAccess.Quit()
            oAccess = Nothing
        Catch ex As Exception
            MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning)
        Finally
 
        End Try
[+][-]07.22.2008 at 04:27PM PDT, ID: 22064622

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.22.2008 at 09:38PM PDT, ID: 22066039

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 02:16AM PDT, ID: 22067315

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 06:51AM PDT, ID: 22069280

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 07:36AM PDT, ID: 22069729

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 07:45AM PDT, ID: 22069861

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Visual Basic.Net, Microsoft Access Database, Access Reports
Tags: visual Basic 2005, Access 2003
Sign Up Now!
Solution Provided By: peter57r
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07.23.2008 at 07:48AM PDT, ID: 22069883

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628