Hello ,
I'm the Next Issue , Only Works without local server ( Version: 7.2.8 ) :
Assembly 'Umbraco.Core, Version=1.0.5675.23466, Culture=neutral, PublicKeyToken=null' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.
ERROR ASSEMBLY OR FULLY TRUSTED
Hello , I'm the Next Issue , Only Works without local server ( Version: 7.2.8 ) :
Assembly 'Umbraco.Core, Version=1.0.5675.23466, Culture=neutral, PublicKeyToken=null' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.
WHAT CAN Be occurring?
Att. Marcelo
You're trying run Umbraco on a machine that doesn't support full trust which is not possible. Umbraco requires full trust to be enabled.
See for example: http://stackoverflow.com/a/20754753
I've also added some info here that may help if you're not trying to run in partial trust:
http://issues.umbraco.org/issue/U4-7254#comment=67-23421
I having similar issues here, my hosting provider only supports medium-trust.
Would Umbraco 6 with SQL CE work on medium-trust?
I had to add
to system.web in the web.config for the site to work without that issue. Not sure if that really is the right thing to do.
is working on a reply...