Hi,
Ive had cuteeditor running in a application for some time now.
Ive made changes to the app itself ( nothing effecting the cute editor) and all
runs fine on my machine. But if i placed the compiled app up to our staging
server, which runs cute editor fine, i now get this error whenever i goto a
page with cute on it :
[NullReferenceException: Object reference not set to an instance of an object.]
CuteEditor.CEU.b(String A_0) +87
CuteEditor.CEU.CombineEditorSetting(String culture, String securityPolicyFile, NameValueCollection dict) +453
CuteEditor.a.i() +51
CuteEditor.a.a() +2778
CuteEditor.a.g(HtmlTextWriter A_0) +3135
CuteEditor.a.h(HtmlTextWriter A_0) +276
CuteEditor.Editor.Render(HtmlTextWriter writer) +12
Of course, the error is absolutely of no use to me, and ive tried everything. It seems that if i place the old code dll for my site back, it works fine, but i cant upload any new code!
Anyone got any idea what the problem with this is ?