Home All Groups Group Topic Archive Search About
Author
31 Mar 2005 2:09 PM
Mike
I have no clue what's happened. About a month or so ago I developed a VSTO
app that used WSE 2.0 SP2. I created a setup project that correctly installed
the app and set the policy correctly. All deployed and ran properly.

Now, I've installed SP3, and I keep getting security error (Execute
Permission cannot be acquired). The only way I can get around this it to
grant FullTrust to file://C:/windows/assembly/gac/microsoft.web.services2/*,
which I don't really like to do.

Did something change in SP3? I never had to grant full trust in SP2!

Mike

Author
9 Apr 2005 5:23 PM
Luke Stevens
I don't think anything relevant changed in WSE2 itself besides its version.
It should receive full trust simply by virtue of being in the GAC. Have your
policy adjustments effectively removed trust that is present by default? Do
they reference WSE2 in a version-specific way?

Luke

Show quoteHide quote
"Mike" wrote:
> I have no clue what's happened. About a month or so ago I developed a VSTO
> app that used WSE 2.0 SP2. I created a setup project that correctly installed
> the app and set the policy correctly. All deployed and ran properly.
>
> Now, I've installed SP3, and I keep getting security error (Execute
> Permission cannot be acquired). The only way I can get around this it to
> grant FullTrust to file://C:/windows/assembly/gac/microsoft.web.services2/*,
> which I don't really like to do.
>
> Did something change in SP3? I never had to grant full trust in SP2!
>
> Mike
>