Dear All,
Today i got an issue that
Problem
Assemblies that implement asp .net web parts and are installed in partially trusted location which is some how like that
Today i got an issue that
Problem
Assemblies that implement asp .net web parts and are installed in partially trusted location which is some how like that
Here is a solution
- Go to Your Visual studio project
- Go to Project "Properties" folder
- Click on the AssemblyInfo.cs
- and add the following line
[assembly:AllowPartiallyTrustedCallers]
Rebuild & Deploy Your Solution
Regards
Rashid Imran Bilgrami
Comments
Post a Comment