Interface not Registered Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sean

    Interface not Registered Error

    I've created a .NET application that displays a specified Crystal report. If
    I build the application, it runs OK. I want to be able to install this
    application (and the appropriate files on other client machines), so
    following the document, Crystal Reports 10 and .NET, I added a Setup project
    to the solution, added the Primary output, excluded the dependencies
    crystalreports1 0_net_webservic ereporting.msm and dotnetfxredist_ x86.msm. I
    added the CrystalReports1 0_NET_EmbeddedR eporting.msm and entered the
    keycode.

    When I build the solution (or just the setup proj), I get the below error.
    It usually reports a different file each time I try to Rebuild it. Any ideas
    on what I'm doing wrong?

    E:\Local
    Docs\SLambert\T CCA\Crystal\Dis tribution\Expor tAndPrintReport \Setup\Setup.vd p
    roj Could not find file
    'C:\DOCUME~1\SL ambert\LOCALS~1 \Temp\VSD28A.tm p\CrystalReport s10_NET_Embedde d
    Reporting.51C7A 60C_AD31_495B_9 913_7077386357F 0\Program Files\Common
    Files\Crystal Decisions\2.5\b in\crdb_ado.dll ' 'Interface not registered'


    Thanks for your help....

    sean


  • Sean

    #2
    Re: Interface not Registered Error


    Resolved the problem by registering Ole32.dll...




    "Sean" <slambert007@ya hoo.com> wrote in message
    news:umkL6t4aFH A.1456@TK2MSFTN GP15.phx.gbl...[color=blue]
    > I've created a .NET application that displays a specified Crystal report.[/color]
    If[color=blue]
    > I build the application, it runs OK. I want to be able to install this
    > application (and the appropriate files on other client machines), so
    > following the document, Crystal Reports 10 and .NET, I added a Setup[/color]
    project[color=blue]
    > to the solution, added the Primary output, excluded the dependencies
    > crystalreports1 0_net_webservic ereporting.msm and dotnetfxredist_ x86.msm. I
    > added the CrystalReports1 0_NET_EmbeddedR eporting.msm and entered the
    > keycode.
    >
    > When I build the solution (or just the setup proj), I get the below error.
    > It usually reports a different file each time I try to Rebuild it. Any[/color]
    ideas[color=blue]
    > on what I'm doing wrong?
    >
    > E:\Local
    >[/color]
    Docs\SLambert\T CCA\Crystal\Dis tribution\Expor tAndPrintReport \Setup\Setup.vd p[color=blue]
    > roj Could not find file
    >[/color]
    'C:\DOCUME~1\SL ambert\LOCALS~1 \Temp\VSD28A.tm p\CrystalReport s10_NET_Embedde d[color=blue]
    > Reporting.51C7A 60C_AD31_495B_9 913_7077386357F 0\Program Files\Common
    > Files\Crystal Decisions\2.5\b in\crdb_ado.dll ' 'Interface not registered'
    >
    >
    > Thanks for your help....
    >
    > sean
    >
    >[/color]


    Comment

    Working...