Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
ktratt  
#1 Posted : Monday, February 5, 2007 7:00:29 AM(UTC)
ktratt

Rank: Member

Groups: Member
Joined: 2/5/2007(UTC)
Posts: 11

I have attempted to follow the directions but i am getting the following error

Code:
Object reference not set to an instance of an object. 
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.NullReferenceException: Object reference not set to an instance of an object.

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: 


[NullReferenceException: Object reference not set to an instance of an object.]
   Aurigma.PhotoEditor.Editor.CreateThumbnail() in C:\Inetpub\wwwroot\sources\PhotoEditor\Editor.ascx.vb:186
   Aurigma.PhotoEditor.Editor.OnPreRender(EventArgs e) in C:\Inetpub\wwwroot\sources\PhotoEditor\Editor.ascx.vb:396
   System.Web.UI.Control.PreRenderRecursiveInternal() +77
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.91; ASP.NET Version:2.0.50727.210 

here is the code behind i am using in my c# project

Code:
 Editor objEditor  = (Editor) pnlUploadPhoto.FindControl ("Editor1");
            objEditor.MediumQualityDpi = 300;
            objEditor.OriginalPath = Server.MapPath("photoeditor/images/redeye.jpg");
            Editor.BitmapManager = new DefaultBitmapManager();
            objEditor.InitializationData = "border=simple,white";
            objEditor.DebugMode = true;
            objEditor.RedirectUrl = "http://hoffman.eznetinc.com/faces/default.aspx";
            objEditor.TitleHtml = "<a href='javascript:alert('example')'>PhotoEditor Title</a>";

this is running on .net framework 2.0.

Does anybody know what is wrong.

Edited by user Tuesday, December 18, 2007 5:12:16 PM(UTC)  | Reason: Not specified

Andrew  
#2 Posted : Monday, February 5, 2007 7:39:25 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
The current version of PhotoEditor requires .NET 1.1. If it is not acceptable for you to use .NET 1.1, please submit case. We will provide you with a version adapted for .NET 2.0.

Edited by user Thursday, May 22, 2008 7:15:50 PM(UTC)  | Reason: Not specified

ktratt  
#3 Posted : Tuesday, February 13, 2007 6:17:18 AM(UTC)
ktratt

Rank: Member

Groups: Member
Joined: 2/5/2007(UTC)
Posts: 11

i have sent 2 requests for the version which runs with .net 2.0. can you please email it to me or send the the instructions on how to download it.

ktratt@eznetinc.com

Andrew  
#4 Posted : Thursday, February 15, 2007 9:30:33 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Kerric,

Just want to make sure whether you get any emails from us. If you did not, I post a message here and I will try to email through an alternative account.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.