i'm trying to deploy umbraco v
4.7.0 (Assembly version: 1.0.4090.21631) on an IIS6 machine that has .Net 4 installed. This machine has serveral .Net 4 umbraco 4.5 installations. However i'm now getting the following error
Parser Error Message: Unexpected end of file while parsing Comment has occurred. Line 5, position 15.
Microsoft.Scripting.Hosting.Configuration.Section
i'm trying to deploy umbraco v 4.7.0 (Assembly version: 1.0.4090.21631) on an IIS6 machine that has .Net 4 installed. This machine has serveral .Net 4 umbraco 4.5 installations. However i'm now getting the following error
Parser Error Message: Unexpected end of file while parsing Comment has occurred. Line 5, position 15.
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" />
Resolved.
Actually the error message is quite descriptive.
Parser Error Message: Unexpected end of file while parsing Comment has occurred. Line 5, position 15.
I add an extra config file further below in the web config that container some bad syntax. If you get this error.
It's possible the issue is not
name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" />
Hi,
I´m glad to hear that you found a solution to your problem.
/Dennis
thanks dennis, ( i wasn't able to answer my own question )
is working on a reply...