Retrieving the COM class factory for component with CLSID {4764040E-4222-4DEC-9F2E-82D46E212B3A} fai
Hi all,
I am using :
1. Windows XP-Visual Studio 2005
2.FastReport Studio Trial
I have used FastReport Studio (FastReport3.dll) in my ASP.NET website project,Every thing is ok and execute my project and generate report in local IIS of VS2005 BUT when i publish it and run in IIS ( localhost) on my server, the error comes as
Retrieving the COM class factory for component with CLSID {4764040E-4222-4DEC-9F2E-82D46E212B3A} failed due to the following error: 80040154
Please note that we have tried registering the fastreport3.dll. The error is still present .Can anyone please let us know a solution for the same?...
Your quick response would be really appreciated.
I am using :
1. Windows XP-Visual Studio 2005
2.FastReport Studio Trial
I have used FastReport Studio (FastReport3.dll) in my ASP.NET website project,Every thing is ok and execute my project and generate report in local IIS of VS2005 BUT when i publish it and run in IIS ( localhost) on my server, the error comes as
Retrieving the COM class factory for component with CLSID {4764040E-4222-4DEC-9F2E-82D46E212B3A} failed due to the following error: 80040154
Please note that we have tried registering the fastreport3.dll. The error is still present .Can anyone please let us know a solution for the same?...
Your quick response would be really appreciated.
Comments
i did it befor but my problem wasn't solved.
thanks and best regards
I had a similar error when trying to use the fastreport3.dll under a 64 bit program.
Maybe your development machine is 32 bit and your server 64?
Make sure you target 32 bit in your .net application.
Hope that helps.
Bryan