80080005 Error in Visual Basic 2008

K

Keith

I tried posting this in the MSDN discussion groups, but received no response,
so I thought I'd try posting it here. I realize that this is, perhaps, more
of a VB question than an Access question, but I thought someone here might
have some experience with this.

I have a little Visual Basic (2008) application that prints a Microsoft
Access report. The Access database is in mdb format (Access 2000). This
application works exactly as intended on computers that have Microsoft Access
2000 installed on them. My problem is that I would like to run this
application on computers that only have the Microsoft Access runtime
installed on them. When this is the case, the application gives me the
following error:



System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM
class factory for component with CLSID {73A4C9C1-D68D-11D0-98BF-00A0C90DC8D9}
failed due to the following error: 80080005.


What do I need to do to have Visual Basic print an Access report when only
the runtime is installed?

Thanks,

Keith
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top