Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Keith Bamberger 26 posts 106 karma points
    Jan 25, 2011 @ 16:13
    Keith Bamberger
    0

    /Base HELP! Unhandled Exception Umbraco 4.6.1

    I have installed Umbraco on a Windows Web Server 2008 R2 and it works but not /base.

    I have copied the same files to my local machine and everything is working fine including base.

    I have no idea whats stopping this code from running on my webserver?

    Does hanyone have any ideas i can try?

    I get an eventlog trace :

    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 2011-01-25 15:49:59
    Event time (UTC): 2011-01-25 14:49:59
    Event ID: d5db0f8dcc294bdbbdb340d910dd5235
    Event sequence: 3
    Event occurrence: 1
    Event detail code: 0
    Application information:
    Application domain: /LM/W3SVC/63/ROOT-1-129404405972922783
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\inetpub\wwwroot\umbraco.ateatmp.plakat.se\
    Machine name: WEBDEV

     

    Process information:
    Process ID: 8696
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
    Exception type: ReflectionTypeLoadException
    Exception message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
    at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
    at System.Reflection.Assembly.GetTypes()
    at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute)
    at umbraco.presentation.umbracobase.restExtension..ctor(String extensionAlias, String methodName)
    at umbraco.presentation.umbracobase.requestModule.httpApp_PostAcquireRequestState(Object sender, EventArgs e)
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

     

    Request information:
    Request URL: http://umbraco.ateatmp.plakat.se/default.aspx
    Request path: /default.aspx
    User host address: 192.168.170.63
    User:
    Is authenticated: False
    Authentication Type:
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Thread information:
    Thread ID: 6
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace: at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
    at System.Reflection.Assembly.GetTypes()
    at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute)
    at umbraco.presentation.umbracobase.restExtension..ctor(String extensionAlias, String methodName)
    at umbraco.presentation.umbracobase.requestModule.httpApp_PostAcquireRequestState(Object sender, EventArgs e)
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

     

  • Julius Bartkus 51 posts 76 karma points
    Feb 03, 2011 @ 11:18
    Julius Bartkus
    0

    Hey,
    I have the same error running on godaddy shared hosting, medium trust.

    /Julius Bartkus

  • Keith Bamberger 26 posts 106 karma points
    Feb 03, 2011 @ 11:30
    Keith Bamberger
    0

    Hi Julius,

    I installed MVC 3.0 and added a few WebConfig entries to fix this

      <runtime>
        <!-- Old asp.net ajax assembly bindings -->
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" />
          </dependentAssembly>

  • Julius Bartkus 51 posts 76 karma points
    Feb 03, 2011 @ 18:28
    Julius Bartkus
    0

    Hey Keith,
    thanks for the tip, but I did not succeed to get it working...
    in Full trust it works fine, it is just the Medium trust where it fails..
    I can see you run Umbraco in Full trust

  • Byron Delgado 47 posts 70 karma points
    Feb 10, 2011 @ 15:15
    Byron Delgado
    0

    Hi I am having the same problem when I deployed the site in a IIS 6  Server 2003. I tried to add <trust level="Full" /> under <trust level="Full" /> but still the same problem, could any one help with please.

  • Julius Bartkus 51 posts 76 karma points
    Feb 19, 2011 @ 17:25
    Julius Bartkus
    0

    hey,

    I have created a workitem on codeplex

    http://umbraco.codeplex.com/workitem/29996

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies