Image editor not showing images

  •  05-12-2006, 4:31 PM

    Image editor not showing images

    I'm working through setting up the editor for the first time.  Everything is going well except for one thing.  When I try to edit an image that I've uploaded, the image will either not be there at all, or will disappear once I start trying to draw lines on it.



    I knew that ASP.NET 2.0 logs all exceptions to the Windows event log, so I checked there and found the following:

    Exception information: 
        Exception type: NullReferenceException 
        Exception message: Object reference not set to an instance of an object. 
     
    Request information: 
        Request URL: http://localhost:3309/CuteSoft_Client/CuteEditor/ImageEditor/
    ImageEditor_ShowImage.aspx?drawid=IE1&filepath=/uploads/horsearmour.jpg
    &action=&GID=ba7a355c-7eee-494c-8aa8-0cd2be035ac6
        Request path: /CuteSoft_Client/CuteEditor/ImageEditor/ImageEditor_ShowImage.aspx 
        User host address: 127.0.0.1 
        User: FAKEDDOMAIN.local\RupertTheSlim
        Is authenticated: True 
        Authentication Type: NTLM 
        Thread account name: FAKEDDOMAIN.local\RupertTheSlim

    Thread information: 
        Thread ID: 14 
        Thread account name: FAKEDDOMAIN.local\RupertTheSlim 
        Is impersonating: False 
        Stack trace:    at 
    CuteEditor.ImageEditor.DrawShow..ctor(String drawid, String filepath,
    String action, String parameters, String guid)
       at ASP.cutesoft_client_cuteeditor_imageeditor_imageeditor_showimage_aspx.Page_Load(Object sender, 
    EventArgs e)
    in c:\Local Working Folder\TestWebApplication\TestWebApplication.Web\
    CuteSoft_Client\CuteEditor\ImageEditor\imageeditor_showimage.aspx:line 21
       at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
       at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, 
    Boolean includeStagesAfterAsyncPoint)

    I couldn't find anything on these forums about this and was hoping that somebody here would be able to help.

    Thanks in advance.

    --RtS

    -RtS
View Complete Thread