I've tried to use this package with umbraco v6.1.2, but I'm getting a YSOD:
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.]
uRelate.RelationsMultiTreePicker.MultiPickerRelationsEventHandler.AfterSave(Content sender, SaveEventArgs e) in c:\Visual Studio Solutions\uRelate\RelationsMultiTreePicker\RelationsEventHandler.cs:122
umbraco.cms.businesslogic.web.SaveEventHandler.Invoke(Document sender, SaveEventArgs e) +0
umbraco.cms.businesslogic.web.Document.FireAfterSave(SaveEventArgs e) +185
umbraco.cms.businesslogic.web.Document.Save() +1025
umbraco.cms.presentation.editContent.Save(Object sender, EventArgs e) +159
umbraco.controls.ContentControl.SaveClick(Object sender, ImageClickEventArgs e) +191
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +133
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +203
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3803
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045
I've updated the config, documentation and code to reflect the Relation Type Alias being required. Thanks for the help with that. Next stop - try and remove the config file all together!!
No solution just yet - I'll be putting it bck into re-development early in the new year. Until then, feel free to download the sourcecode & see if you can isolate the problem on your installation.
Doesn't work on v6.1.2
I've tried to use this package with umbraco v6.1.2, but I'm getting a YSOD:
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045
Hi Stefan,
I've uploaded a zip of the VS Solution. I'm working on getting it on Git, but until then will that do for you?
http://our.umbraco.org/projects/backoffice-extensions/urelate
I'd be interested to know what you find.
Best wishes
Neil
Great, works fine for now!
When you've put it up on Gihub, I'll help you clean-up/configure Github for the solution, if necessary, okay? :-)
Hey Stefan,
I've updated the config, documentation and code to reflect the Relation Type Alias being required. Thanks for the help with that. Next stop - try and remove the config file all together!!
All the best
Neil
Hi Stefan & Neil
Did you find a solution to the YSOD, I'm getting it on my V6.1.6 install as well
Regards
Brendan
Hi Brendan,
No solution just yet - I'll be putting it bck into re-development early in the new year. Until then, feel free to download the sourcecode & see if you can isolate the problem on your installation.
Regards
Neil
Hi Neil
I got the package working, I just uninstalled it and reinstalled the package and it works fine now.
Not sure what the problem was.
Thanks again, Great Package
is working on a reply...