Hello,
I get the following error when trying to run the unzipped download. I created a virtual dir in IIS under local host.
An error occurred creating the configuration section handler for appSettings: Could not load type 'Systeformm.Configuration.AppSettingsSection' from assembly 'System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 14)
I loaded the files up in a project in VS.Net 2005. The editor controls are found in the Intellisense and I can complile, but I get the same error and fin the exception ocurrs with the following line:
<CE:Editor id="Editor1" EditorWysiwygModeCss="../example.css" runat="server" OnTextChanged="Editor1_TextChanged" ></CE:Editor>
I appreciate your help.