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()
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"
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.
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
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)
Hey,
I can't see any reference to uSiteBuilderHttpModule in your error message?
Rich
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"
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
Nope, I'm not using uSiteBuilder, nor is it in my bin, hence my ?? Definately Contour related error messages.
I would suggest that somewhere along the line someone / somewhere had uSiteBuilder installed.
uSiteBuilder and Contour have 0% to do with each other.
Rich
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
is working on a reply...
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.