Copied to clipboard

Flag this post as spam?

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


  • Rodske 74 posts 104 karma points
    Mar 19, 2013 @ 10:53
    Rodske
    1

    USiteBuilderHttpModule Dependancies?

    In the umbraco log files I'm seeing Contour errors like below. Contour does works without it.

    Any idea why there's errors? Can it be removed / made to not error?

     

    Error creating type Umbraco.Forms.CodeFirst.ContourFormBuilderApplicationBase

    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Cannot change web.config automatically! Error: Access to the path 'D:\WebRoot\web.config' is denied.. Please add the following httpmodule:

       at Umbraco.Forms.CodeFirst.WebConfigManager.AddHttpModule(String name, String type)

       at Umbraco.Forms.CodeFirst.ContourFormBuilderApplicationBase..ctor()

       --- End of inner exception stack trace ---

       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)

       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)

       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)

       at System.Activator.CreateInstance(Type type, Boolean nonPublic)

       at Umbraco.Core.PluginManager.CreateInstances[T](IEnumerable`1 types, Boolean throwException)

     

  • Rich Green 2246 posts 4006 karma points
    Mar 19, 2013 @ 11:11
    Rich Green
    0

    Hey,

    I can't see any reference to uSiteBuilderHttpModule in your error message?

    Rich

     

     

     

  • Rodske 74 posts 104 karma points
    Mar 19, 2013 @ 11:16
    Rodske
    0

    It must have treated the copy & paste as a tag - ... it reads....
    Please add the following httpmodule: add name="USiteBuilderHttpModule" type="Vega.USiteBuilder.USiteBuilderHttpModule, Vega.USiteBuilder"

  • Rich Green 2246 posts 4006 karma points
    Mar 19, 2013 @ 11:17
    Rich Green
    0

    Hey,

    Are you using uSiteBuilder? If you are then add the line in the web.config as your error suggests, if you are not using uSiteBuilder then remove the Vega.uSitebuilder.dll file from your bin directory.

    Rich

  • Rodske 74 posts 104 karma points
    Mar 19, 2013 @ 11:24
    Rodske
    0

    Nope, I'm not using uSiteBuilder, nor is it in my bin, hence my ?? Definately Contour related error messages.

  • Rich Green 2246 posts 4006 karma points
    Mar 19, 2013 @ 11:32
    Rich Green
    0

    I would suggest that somewhere along the line someone / somewhere had uSiteBuilder installed.

    uSiteBuilder and Contour have 0% to do with each other.

    Rich

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 19, 2013 @ 11:40
    Tim Geyssens
    100

    Well Contour also has a codefirst part that is done similar to uSiteBuilder, and it's probably using a bit where the reference hasn't been renamed correctly

    Hence the error message, if you aren't using the code first bit you can just remove that assembly Umbraco.Forms.CodeFirst

  • 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