Microsoft.ReportViewer.WebForms Assembly - Configuration Error

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

    Microsoft.ReportViewer.WebForms Assembly - Configuration Error

    Configuration Error from Visual Studio 2005 .NET 2.0

    This is an ASP.NET Website with a Report Viewer Component -
    Microsoft.Repor tViewer.WebForm s & .Common included in project output

    Trying to install on a remote server with websetup project and the
    error is ...

    Error(s) on Browse IE:
    Parser Error Message: Could not load file or assembly
    'Microsoft.Repo rtViewer.WebFor ms, Version=8.0.0.0 , Culture=neutral ,
    PublicKeyToken= b03f5f7f11d50a3 a' or one of its dependencies. The
    system cannot find the file specified.

    Assembly Load Trace: The following information can be helpful to
    determine why the assembly 'Microsoft.Repo rtViewer.WebFor ms,
    Version=8.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a'
    could not be loaded.

    -- It's telling me to reset registry key, HKLM\Software\M icrosoft
    \Fusion!EnableL og ... i get to "Fusion" but there is no "Enable Log"

    Ideas???? I have the assembly included in the websetup project, but
    it's just not binding????
  • Rich P

    #2
    Re: Microsoft.Repor tViewer.WebForm s Assembly - Configuration Error

    Hi Wendi,

    I had a problem with the reportviewer control kinda similar to your
    problem except it was on a winform. My problem - after deployment -
    ended up being the path to the rdlc file which the reportviewer was
    calling. Turned out that in the development environment I was calling
    the rdlc from its source folder even though I was copying content -
    Always - to the output folder. So I changed the path to the application
    startup path to the designated output folder. And if you didn't set the
    rdlc properties to copy content and copy always - you need to do that
    too.

    Rich

    *** Sent via Developersdex http://www.developersdex.com ***

    Comment

    Working...