40 messaggi dal 01 ottobre 2010
ciao a tutti,
sto provando a portare sul web la mia applicazione che in locale funziona bene, il gestore del dominio è aruba, inizialmente ho avuto un problema di versione del framework, adesso risolto, ora ho un nuovo problema, premetto che per la realizzazione della parte grafica ho usato un programmino che me la gestisce che si chiama artisteer, non è il primo sito che realizzo tramite lui e con le versioni del framework 3.5 non ho mai avuto problemi, ora sto utilizzando per la prima volta il framework 4.0, se provo ad andare sul sito ottengo questo errore:

Server Error in '/' Application.
Inheritance security rules violated by type: 'Artisteer.BlockDesigner'. Derived types must either match the security accessibility of the base type or be less accessible.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Inheritance security rules violated by type: 'Artisteer.BlockDesigner'. Derived types must either match the security accessibility of the base type or be less accessible.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[TypeLoadException: Inheritance security rules violated by type: 'Artisteer.BlockDesigner'. Derived types must either match the security accessibility of the base type or be less accessible.]
   System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) +0
   System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) +46
   System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) +529
   System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) +167
   System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit) +65
   System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetAttributes(Type type) +347
   System.ComponentModel.ReflectedTypeData.GetAttributes() +627
   System.ComponentModel.DefaultTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetAttributes() +58
   System.ComponentModel.TypeDescriptor.GetAttributes(Type componentType) +45
   System.Web.UI.ViewStateModeByIdAttribute.IsEnabled(Type type) +115
   System.Web.UI.Control.SaveViewStateRecursive(ViewStateMode inheritedMode) +104
   System.Web.UI.Control.SaveViewStateRecursive(ViewStateMode inheritedMode) +148
   System.Web.UI.Control.SaveViewStateRecursive(ViewStateMode inheritedMode) +148
   System.Web.UI.Control.SaveViewStateRecursive(ViewStateMode inheritedMode) +148
   System.Web.UI.Control.SaveViewStateRecursive(ViewStateMode inheritedMode) +148
   System.Web.UI.Control.SaveViewStateRecursive(ViewStateMode inheritedMode) +148
   System.Web.UI.Page.SaveAllState() +194
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2839

Probabilmente è qualche impostazione di sicurezza presente dal framework 4.0 ma non ho idea di dove mettere le mani per risolverlo qualcuno può aiutarmi?
stellare21 wrote:
Probabilmente è qualche impostazione di sicurezza presente dal framework 4.0 ma non ho idea di dove mettere le mani per risolverlo qualcuno può aiutarmi?

setta anche tu il medium trust sul tuo IIS locale, come fanno loro. btw, il problema è che la base class ha un livello di sicurezza diverso dalla tua. guarda anche questo:
http://blogs.aspitalia.com/daniele/post1667/ASP.NET-2.0-AllowPartiallyTrustedCallers-Medium-Trust.aspx .

Daniele Bochicchio | ASPItalia.com | Libri
Chief Operating Officer@iCubed
Microsoft Regional Director & MVP

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.