0
votes

I have a very similar problem as in this post: Crystal Reports "Class not registered" WPF

I am installing Crystal Reports version 13.0 on a Windows 2008 R2 64bit server and I am getting this error when I try to create a ReportDocument like so when running it on the server:

Dim rptDoc As New CrystalDecisions.CrystalReports.Engine.ReportDocument

Error Message

Retrieving the COM class factory for component with CLSID 
{F734A321-8381-4FFD-A614-139E8906DC83} failed due to the following error: 
80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

What I tried that hasn't worked for me:

It runs from my Windows 7 32bit machine without a problem.

Any other things I can try?

1

1 Answers

0
votes

After some research I found out that it was another missing .dll that doesn't install with the CRVS2010 runtime engine.