Copied to clipboard

Flag this post as spam?

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


  • Dave 14 posts 34 karma points
    Sep 05, 2013 @ 08:52
    Dave
    0

    Contour crashed my site on uninstall gaaaaah!!!

    Tried contour a bit and when I uninstalled it the whole site crashed and gives a runtime error. Been at this for many long hours and cant fix it. PLEASE can somebody help me? 

    Dave

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Sep 05, 2013 @ 17:04
    Tim
    0

    Can you post the detailed error message that you are getting please?

  • Dave 14 posts 34 karma points
    Sep 05, 2013 @ 21:06
    Dave
    0

    Ofcourse I forgot, sorry Tim, Im stressed as f-k :(

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

     

     

    <!-- Web.Config Configuration File -->

     

    <configuration>

        <system.web>

            <customErrors mode="Off"/>

        </system.web>

    </configuration>

     

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

     

     

    <!-- Web.Config Configuration File -->

     

    <configuration>

        <system.web>

            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

        </system.web>

    </configuration> 

  • Dave 14 posts 34 karma points
    Sep 09, 2013 @ 07:31
    Dave
    0

    Any thoughts?

    D

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Sep 09, 2013 @ 14:35
    Tim
    0

    You need to follow the instructions on the error screen, open up the web.config file that should be in the root of the website, look for the text "customErrors" set the setting to "Off" and save the file. Reload your site and you should get the actual error message that is being generated, which should help track down the issue! If you have remote access to the server that the site lives on, you can also check the application error logs using the event viewer.

  • Dave 14 posts 34 karma points
    Sep 09, 2013 @ 20:49
    Dave
    0

    Ah ok, thanks! Thats a lot of stuff for a front-end developer like me : /

    The result is:

    Stack Trace: 

     

    [FileNotFoundException: Could not load file or assembly 'Umbraco.Forms.References, Version=1.0.10920.32880, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
       System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes) +0
       System.Reflection.RuntimeAssembly.GetExportedTypes() +38
       Umbraco.Core.TypeFinder.GetTypesWithFormattedException(Assembly a) +75
       Umbraco.Core.TypeFinder.GetClasses(Type assignTypeFrom, IEnumerable`1 assemblies, Boolean onlyConcreteClasses, Func`2 additionalFilter) +331
       Umbraco.Core.TypeFinder.FindClassesOfType(IEnumerable`1 assemblies, Boolean onlyConcreteClasses) +64
       Umbraco.Core.TypeFinder.FindClassesOfType(IEnumerable`1 assemblies) +45
       Umbraco.Core.PluginManager.<ResolveTypes>b__1c() +65
       Umbraco.Core.PluginManager.LoadViaScanningAndUpdateCacheFile(TypeList typeList, TypeResolutionKind resolutionKind, Func`1 finder) +52
       Umbraco.Core.PluginManager.ResolveTypes(Func`1 finder, TypeResolutionKind resolutionType, Boolean cacheResult) +931
       Umbraco.Core.PluginManager.ResolveTypes(Boolean cacheResult) +138
       Umbraco.Core.CoreBootManager.InitializeApplicationEventsResolver() +44
       Umbraco.Web.WebBootManager.InitializeApplicationEventsResolver() +8
       Umbraco.Core.CoreBootManager.Initialize() +236
       Umbraco.Web.WebBootManager.Initialize() +18
       Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +86
       Umbraco.Core.UmbracoApplicationBase.Application_Start(Object sender, EventArgs e) +9
    
    [HttpException (0x80004005): Could not load file or assembly 'Umbraco.Forms.References, Version=1.0.10920.32880, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
       System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9169469
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +131
       System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +194
       System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +339
       System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +253
    
    [HttpException (0x80004005): Could not load file or assembly 'Umbraco.Forms.References, Version=1.0.10920.32880, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9088636
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +256
  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Sep 10, 2013 @ 16:09
    Tim
    0

    Hmmmmm, it looks like Contour hasn't un-installed properly, I suspect its left a DLL behind that it should have removed. Look in you "/bin" folder on the website, are there any files in there that start with "Umbraco.Forms" (e.g. "Umbraco.Forms.Core.dll")?

  • Dave 14 posts 34 karma points
    Sep 10, 2013 @ 19:19
    Dave
    0

    There was and when i removed it the site works!! Thanks Tim, I owe u bigtime!!!

    Dave 

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Sep 11, 2013 @ 10:06
    Tim
    0

    Excellent! Glad that sorted it out for you :)

Please Sign in or register to post replies

Write your reply to:

Draft