|
|
 Rank: Enthusiast
Joined: 5/30/2008 Posts: 43 Location: Manchester, UK
|
Hi, I've tried to create a book for my beginners tutorial http://www.stevemorgan.me.uk/umbraco_setup.zip and it throws an exception... Code: 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.] umbraco.BusinessLogic.Actions.Action.registerActionHandlers() +49 umbraco.BusinessLogic.Actions.Action..cctor() +96
[TypeInitializationException: The type initializer for 'umbraco.BusinessLogic.Actions.Action' threw an exception.] umbraco.BusinessLogic.Actions.Action.RunActionHandlers(Document d, IAction action) +0 umbraco.cms.businesslogic.web.Document.MakeNew(String Name, DocumentType dct, User u, Int32 ParentId) +632 umbracoOrg.books.createBook.Button1_Click(Object sender, EventArgs e) in C:\Users\Hartvig\Documents\Visual Studio 2005\Projects\umbraco.org.books\umbraco.org.books\createBook.ascx.cs:60 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Is this a known bug...?
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,136 Location: Belgium
|
Not sure if this is known bug, but it would be good to contact the umbraco folks to get rid of the error asap? Maybe use the contact form to send a mail to the guys. Greetz, /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
 Rank: Enthusiast
Joined: 5/30/2008 Posts: 43 Location: Manchester, UK
|
Sorry to be dumb - where is the contact form?!
Is there anyone responsible for the website itself? I can't seem to find any email addresses etc.
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,136 Location: Belgium
|
Hi, Contact form for the umbraco.org site is a bit hidden I agree, but here it goes: http://umbraco.org/about/contactGreetz, /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
|
Guest |