I am trying to integrate Designit Gallery Package to a website, but when I go to the gallery page on my site, I get the Server Error you can see below. I got ImageGen installed as said on Designit's webpage, and I am using noerd.Umb.MultipleFileUpload 1.1 for uploading images.
I have also created a document type and template with the macro and correct ID from the mediafolder in the template.
Anyone know how to fix this problem? :)
Regards, Fredrik
Umbraco Version 4.0.2.1
SQL Server 2005
Server 2008 SP2
Server Error in '/' Application.
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.]
Designit.Umb.Gallery.WebUi.usercontrols.Designit.Gallery.ShowGallery.Page_Load(Object sender, EventArgs e) +949
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +41
System.Web.UI.Control.OnLoad(EventArgs e) +131
System.Web.UI.Control.LoadRecursive() +65
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427
Version Information: Microsoft .NET Framework Version:2.0.50727.4016;
ASP.NET Version:2.0.50727.4016
Getting error using Designit Gallery Package
Hello!
I am trying to integrate Designit Gallery Package to a website, but when I go to the gallery page on my site, I get the Server Error you can see below.
I got ImageGen installed as said on Designit's webpage, and I am using noerd.Umb.MultipleFileUpload 1.1 for uploading images.
I have also created a document type and template with the macro and correct ID from the mediafolder in the template.
Anyone know how to fix this problem? :)
Regards,
Fredrik
Hi - I just used a couble of hours on this same issue, and the solution is to change your <head> tag to <head id="head1" runat="server">
is working on a reply...