Microsoft.ReportViewer.WebForms Assembly - Configuration Error

W

Wendi Turner

Configuration Error from Visual Studio 2005 .NET 2.0

This is an ASP.NET Website with a Report Viewer Component -
Microsoft.ReportViewer.WebForms & .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.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' 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.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
could not be loaded.

-- It's telling me to reset registry key, HKLM\Software\Microsoft
\Fusion!EnableLog ... 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????
 
R

Rich P

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top