.NET 1.1: Problems with StrongNameIdentityPermissionAttribute
From: Markus Wildgruber (msdngroups_at_syska.de)
Date: 05/05/03
- Previous message: Alice: "Access Forbidden using Certificates & web service"
- Next in thread: Ivan Medvedev [MS]: "Re: .NET 1.1: Problems with StrongNameIdentityPermissionAttribute"
- Reply: Ivan Medvedev [MS]: "Re: .NET 1.1: Problems with StrongNameIdentityPermissionAttribute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 5 May 2003 15:27:51 +0200
Hi!
In our solution we use the StrongNameIdentityPermissionAttribute to assure
that only callers signed with certain public keys get access to some of our
methods.
So we applied the StrongNameIdentityPermissionAttribute twice to that
methods with two different public keys.
That worked in version 1.0 of the .NET Framework.
Now, when we first tried to compile the project in version 1.1 using VS.NET
2003 we got some errors (Common language runtime internal error:
0x8013144e).
After we removed one of the attributes from the methods we can build the
project without any problems.
Does anyone know a solution?
TIA,
Markus
- Previous message: Alice: "Access Forbidden using Certificates & web service"
- Next in thread: Ivan Medvedev [MS]: "Re: .NET 1.1: Problems with StrongNameIdentityPermissionAttribute"
- Reply: Ivan Medvedev [MS]: "Re: .NET 1.1: Problems with StrongNameIdentityPermissionAttribute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|