From ASP.NET 1.1 to 2.0:

mlfblom_at_gmail.com
Date: 11/16/05


Date: 16 Nov 2005 00:53:19 -0800

Hi,

Recently, my hosting partner (shared hosting) updated my account from
.NET 1.1 to 2.0. After this update one particular call to a DLL
(freeware Metabuilders FirstFocus) results in an error:

System.Security.SecurityException: That assembly does not allow
partially trusted callers

>>From the info that I found on www and usenet, this means that my
partially trusted web app is referencing a strongly-named assembly
Firstfocus.dll and that is not allowed. I also read that this mechanism
is also in place for .NET 1.1 but I had never seen this before as it
all worked fine.

My questions
1. why did I not have this issue with .NET 1.1?
2. what can I do about it?

Thanks,

Mark