I had a customised version of Umbraco 4.7.1 I had installed a number of packages successfully Contour, DAMP, User Controlls Editor, uComponents, Robots etc. and had no problems.
I just tried to install Back Office Notes, and it crashed;
Server Error in '/' Application.
The configuration is read only.
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.Configuration.ConfigurationErrorsException: The configuration is read only.
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.
I've tried to get the site running from a back up but that failed. This was not a production site, and this is not the first time I have had this sort of problem loading a package, which is why I only do it on a test site.
I tried to report this on the page where I downloaded Back Office Notes, but it doesn't allow you to provide feedback.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
Last post not displayed
I made a post about a fatal crash and it did not appear on this forum.
This is the post that will not display.
I had a customised version of Umbraco 4.7.1 I had installed a number of packages successfully Contour, DAMP, User Controlls Editor, uComponents, Robots etc. and had no problems.
I just tried to install Back Office Notes, and it crashed;
Server Error in '/' Application.
The configuration is read only.
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.Configuration.ConfigurationErrorsException: The configuration is read only.
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:
I've tried to get the site running from a back up but that failed. This was not a production site, and this is not the first time I have had this sort of problem loading a package, which is why I only do it on a test site.
I tried to report this on the page where I downloaded Back Office Notes, but it doesn't allow you to provide feedback.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
If running in integrated pipleline mode, add the following to the web.config under system.webServer/handlers section.
<add name="BackOfficeNotes" path="*.note" verb="*" type="Dascoba.Umb.BackOfficeNotes.NotesHandler, Dascoba.Umb.BackOfficeNotes" />
is working on a reply...