Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I upgraded a website from version 4.8.1 to 4.9.0.
When I try to visit the website on my local machine I get this error message from IIS 7.5:
The configuration section 'ImageGenConfiguration' cannot be read because it is missing a section declaration
However, when I look in the web.config file (I merged my web.config file with WinMerge) I see the ImageGenConfiguration section:
<ImageGenConfiguration configSource="config\ImageGen.config" />
Anyone else encountered this problem?
Thanks for your help,
Anthony
seems like I overlooked a section when merging web.config file from Umbraco 4.9.0:
<section name="ImageGenConfiguration" type="ImageGen.ImageGenConfigurationHandler,ImageGen" />
all is working fine now,
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.
Continue discussion
problem with ImageGen after upgrading to 4.9.0
Hi,
I upgraded a website from version 4.8.1 to 4.9.0.
When I try to visit the website on my local machine I get this error message from IIS 7.5:
The configuration section 'ImageGenConfiguration' cannot be read because it is missing a section declaration
However, when I look in the web.config file (I merged my web.config file with WinMerge) I see the ImageGenConfiguration section:
<ImageGenConfiguration configSource="config\ImageGen.config" />
Anyone else encountered this problem?
Thanks for your help,
Anthony
seems like I overlooked a section when merging web.config file from Umbraco 4.9.0:
<section name="ImageGenConfiguration" type="ImageGen.ImageGenConfigurationHandler,ImageGen" />
all is working fine now,
Anthony
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.