Retrieving the COM class factory for component with CLSID {} ... error: 80040154

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mojde
    New Member
    • Aug 2008
    • 6

    Retrieving the COM class factory for component with CLSID {} ... error: 80040154

    Hi all,

    I am using :
    1. Windows XP-Visual Studio 2005
    2. FastReport Studio Trial (www.fast-report.com)

    I have used FastReport Studio Trial (FastReport3.dl l) in my ASP.NET web Site project,Every thing is ok and execute my project and generate report on VS2005 BUT when i publish it in local host , the error comes as

    Retrieving the COM class factory for component with CLSID {4764040E-4222-4DEC-9F2E-82D46E212B3A} failed due to the following error: 80040154i have done 2 solution

    at first I registered the fastreport3.dll but the error isn't solved .
    at second,
    my friend said that i must change my Platform to .x86 but in web site project i can't do it so I changed my VS 2005 Web Site Projects to VS 2005 Web Application Projects and then changing my platform to .X86
    BUT , The error is still present .

    can you help me to solve this error i have one emergency project that it depend to this solution.....


    Your quick response would be really appreciated.

    Best Regards.
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi mojde,

    You've posted your question in the ASP Forum which is for Classic ASP only - I've moved it for you but in future please post all ASP.NET questions in the .NET Forum.

    Thanks and regards,

    Dr B

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      I suggest you get support from the publishers of FastReport. It is very unlikely that one of the experts here has experience supporting that specific 3rd party software.

      Comment

      • mojde
        New Member
        • Aug 2008
        • 6

        #4
        hi,

        Thanks for your useful reply...

        I want know , that this problem may happen becuse the FastReport Studio is Trial or no ???...

        Best Regards

        Comment

        • irina45
          New Member
          • Oct 2011
          • 4

          #5
          I had the same problem running C# code with reference to a COM dll.
          Changing platform from AnyCPU to x86 didn't help.
          Changing the reference property "Isolated" to True inside the C# project, solved the problem.
          Also, all the files created by compilation should be copied together with exe:
          *.exe.manifest
          *.pdb
          *.dll
          Interop.*.dll

          Comment

          Working...