My Application works fine until I move to my production environment. Then, whenever I launch a dialog I get
Server Error in
'/cutesoft_client' Application.
Setting Not Fould!
Description: An unhandled exception occurred during the execution of
the current web request. Please Review the stack trace for more information
information about the error and where it originated in the code.
Exception Details: System.Exception: Setting Not Fould!
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:
[Exception: Setting Not Fould!]
CuteEditor.EditorSetting.a(String A_0) +363
CuteEditor.EditorSetting..ctor(Editor editor, String hash) +173
CuteEditor.EditorSetting.GetFromHash(HttpContext context, Editor editor, String hash) +112
CuteEditor.EditorSetting.GetFromContext(HttpContext context, Boolean bthrow) +64
CuteEditor.Impl.ResourceContext.LoadResources(HttpContext context, Editor editor, CultureInfo culture) +64
CuteEditor.EditorUtilityPage.OnInit(EventArgs e) +92
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() + 197
My production environment is a multiple server web farm environment. I am using 5.2.0.0. I have changed the CuteEditor\Configuration\Editor.config to
<setting name="MultipleServerMode" value="True" />
Any ideas?