J
jc
Guest
Windows 2003 Server.
I'm getting this event error:
Error: Failure in loading assembly:
Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=9.0.242.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91
and I suspect I have the wrong DLL version as my web.config has these
two entries.:
<SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName="*" Safe="True" />
<SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName="*" Safe="True" />
How can I locate the DLL associated with these? And get it's
version .
Also, is there any way to extract version information from the GAC? a
cab file ? how about an msi file?
Thanks for any help or information.
Also, might there be a more verbose log of why it could not load
I'm getting this event error:
Error: Failure in loading assembly:
Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=9.0.242.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91
and I suspect I have the wrong DLL version as my web.config has these
two entries.:
<SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName="*" Safe="True" />
<SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName="*" Safe="True" />
How can I locate the DLL associated with these? And get it's
version .
Also, is there any way to extract version information from the GAC? a
cab file ? how about an msi file?
Thanks for any help or information.
Also, might there be a more verbose log of why it could not load