Locating the assembly DLL and it's Version ??

  • Thread starter Thread starter jc
  • Start date Start date
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
 
Re: Locating the assembly DLL and it's Version ??

I'd ask them here.

http://www.microsoft.com/communitie...93c-03af-4a30-8a7c-5fcab20910da&lang=en&cr=US
http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/topics?hl=en&lnk=sg



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"jc" wrote:
> 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
>
 
Back
Top