We upgraded our site from 3.0.13 to 3.1.0 and we copied Cute Chat key from old web.config to the new one and during the upgrade process it threw the following error:
Server Error in '/DotNetNuke' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: This is an unexpected token. The expected token is 'NAME'. Line 33, position 63.
Source Error:
Line 31: <add key="ShowMissingKeys" value="false" /><!-- Show missing translation keys (for development use) -->
Line 32: <add key="InstallationDate" value="4/11/2005" />
Line 33: <add key="CuteChat.ConnectionStringProvider"value="CuteChatControls.DotNetNukeConnectionStringProvider,CuteChatControls"/>
Line 34: <add key="EnableWebFarmSupport" value="false" /><!--Set to true to enable web farm suppot. See Web Farm Support documentation for additional configuration steps.-->
Line 35: <add key="EnableCachePersistence" value="false" /><!--Some cached items can persist an app recycle by serializing the object to disk. Set to "true" to enable this performance enhancement.-->
|
Source File: C:\DotNetNuke\web.config Line: 33
Then, we deleted the line 33 above, and re-did the upgrade successfully. Then we added the line 33 and got the above error again. Did this happen because your cutechat 3.0 isnt compatible with dnn 3.1 or could there be a different reason for this error? Please get back to as ASAP.
Thanks,
vmalishev