For UrlMembershipCondition the .NET Framework requires an exact match. You can instead choose to
sign your assemblies and use a StrongNameMembershipCondition instead. MSDN has more information
about this class. You should also check out
http://msdn.microsoft.com/library/?url=/library/en-us/dnsql2k/html/dngrfCodeAccessSecurityInSQLServer2000ReportingServices.asp?frame=true.
--
Thanks.
Donovan R. Smith
Software Test Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] "Benjamin Pierce" <bpierce@opentext.com> wrote in message
news:eGLrhPwfEHA.2812@tk2msftngp13.phx.gbl...
Hello,
We're in the process of putting the final polish on our new Delivery Extension and were hoping
someone would know how to remove the hardcoded path in the below snippet of our CodeGroup. Surely
there's an $AppPath$ variable or something like that?
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust"
Name="MSRSLiveLinkDeliveryCodeGroup"
Description="Code group for LiveLink delivery extension">
<IMembershipCondition
class="UrlMembershipCondition"
version="1"
Url="C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\ReportManager\bin\MSRSLiveLinkDelivery.dll"
/>
</CodeGroup>
Any ideas?
As always, thanks!
Benjamin Pierce