The imageEditorTest.aspx that you suggested trying already has this info..... and this error occurs..
https://secure.xtremeagent.com/CuteNET/CuteSoft_Client/CuteEditor/ImageEditor/imageeditorTest.aspx
.......
Value cannot be null.
Parameter name: path
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.ArgumentNullException: Value cannot be null.
Parameter name:
path
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:
[ArgumentNullException: Value cannot be null.
Parameter name: path]
System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) +1966050
CuteEditor.ImageEditor.ApplicationRecords..ctor(String temppath) +19
CuteEditor.ImageEditor.ImageEditor.OnPreRender(EventArgs e) +2192
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360
|