Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I receive this error when I create a new post and try to preview or publish. Any ideas would be appreciated.
[NullReferenceException: Object reference not set to an instance of an object.] uBlogsy.Web.usercontrols.uBlogsy.Contact.OnLoad(EventArgs e) in D:\_PROJECTS\uBlogsy - Blog\Branches\1.36_umb4.7.1_listfix\uBlogsy\uBlogsy\usercontrols\uBlogsy\Contact.ascx.cs:37 System.Web.UI.Control.LoadRecursive() +70 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Control.LoadRecursive() +189 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3063Thanks in advance...
Can anyone please help with this?
Did you delete any properties from the uBlogsyPost doctype?
Did you copy the contact control somewhere else?
No I did not.
Didn't do this either..
This is happening on any fresh install of ublogsy that I create.
If you take a look at the source, that line tries to get a value from the node.
If the node is not published then there will be no value.
If you click the preview button before the node is published you should get something like:
Make sure that the node is published and appears in the /app_data/umbraco.config
Hi Anthony,
We are also receiving above error and it doesnt allow us to review changes before publishing
Can you help us with the fix.
Regards
Aamir
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Ublogsy error on preview of new post
I receive this error when I create a new post and try to preview or publish. Any ideas would be appreciated.
[NullReferenceException: Object reference not set to an instance of an object.]
uBlogsy.Web.usercontrols.uBlogsy.Contact.OnLoad(EventArgs e) in D:\_PROJECTS\uBlogsy - Blog\Branches\1.36_umb4.7.1_listfix\uBlogsy\uBlogsy\usercontrols\uBlogsy\Contact.ascx.cs:37
System.Web.UI.Control.LoadRecursive() +70
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3063
Thanks in advance...
Can anyone please help with this?
Did you delete any properties from the uBlogsyPost doctype?
Did you copy the contact control somewhere else?
Did you delete any properties from the uBlogsyPost doctype?
No I did not.
Did you copy the contact control somewhere else?
Didn't do this either..
This is happening on any fresh install of ublogsy that I create.
If you take a look at the source, that line tries to get a value from the node.
If the node is not published then there will be no value.
If you click the preview button before the node is published you should get something like:
Page not found
No umbraco document matches the url 'http://localhost:49539/1244.aspx'
Make sure that the node is published and appears in the /app_data/umbraco.config
Hi Anthony,
We are also receiving above error and it doesnt allow us to review changes before publishing
Can you help us with the fix.
Regards
Aamir
is working on a reply...