ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
MVC5 AllowPartiallyTrustedCallersAttribute Exception
Title:
B
I
{code}
?
Hi,i have a mvc project with management Login. After login i call index page that use Awesome: @Html.Awe().TextBox("txtSearch").Placeholder("ricerca...") But i get this Exception after call: The assembly 'Omu.AwesomeMvc, Version = 3.5.1.0, Culture = neutral, PublicKeyToken = 9c6fbba722ea1caf' is marked with AllowPartiallyTrustedCallersAttribute and uses the model of transparency of security level 2. With the transparency level 2, all methods in assemblies AllowPartiallyTrustedCallers become security transparent by default, which could be the cause of this exception. How to Solve this problem?thanks
Save Changes
Cancel
Kondor
asked at 03 Apr 2014
you need to use the mvc5 version of the library (make sure to clean/rebuild)
at 04 Apr 2014
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK