I'm trying to add the Ajax Control Toolkit v.NET35 to my toolbox in VS 2010. After I navigate to the AjaxControlToolkit.dll, I get a popup that reads "The security state of an AppDomain was modified by an AppDomainManager configured with the NoSecurityChanges flag."
I am running VS2010 as an administrator, and I have added the lines;
<NetFx40_LegacySecurityPolicy enabled="true"/>
<legacyCasPolicy enabled="true" />
to both my devenv.exe.config and web.config files, but to no avail.
I've searched and found quite a few people with this problem, but no resolution that works 100%.
Anyone else solved this one?
TIA Mike