for some reason on only one of my doc types i am getting an object reference not set to instance of object exception when i click on it within the standard values folder.
would like to add that its not the UComponents Multi Tree picker causing the issue as i am using it on another doc type that i can set default values for. The rest of the controls are standard umbraco out of the box controls.
I have tested all the datatypes you listed except for the UComponents - > Multi Tree Picker, so that might be the cause of the problem. Is it possible for you to create a new DocType and add the same properties except the Multi Tree Picker and see if it works? Or simply create a DocType with only the Multi Tree Picker and see if it fails.
Okay, well thats strange. I'm pretty sure I tested all the standard umbraco datatypes.
Well, I'll have to check them one by one and in the combination you mentioned to see if I can reproduce the error. If you could help out in isolating which DataType is causing the problem that would be great.
object reference not set..
hi,
great package first off!
for some reason on only one of my doc types i am getting an object reference not set to instance of object exception when i click on it within the standard values folder.
any ideas?
thanks,
Felix
Hi Felix,
Which Data Types are you using on the specific Doc Type that throws an error? And could you add a stack trace for the error?
- Morten
Hi Morten,
The Data Types i am using are:
Here is the stack trace:
would like to add that its not the UComponents Multi Tree picker causing the issue as i am using it on another doc type that i can set default values for. The rest of the controls are standard umbraco out of the box controls.
Hi Felix,
I have tested all the datatypes you listed except for the UComponents - > Multi Tree Picker, so that might be the cause of the problem.
Is it possible for you to create a new DocType and add the same properties except the Multi Tree Picker and see if it works? Or simply create a DocType with only the Multi Tree Picker and see if it fails.
- Morten
Okay, well thats strange. I'm pretty sure I tested all the standard umbraco datatypes.
Well, I'll have to check them one by one and in the combination you mentioned to see if I can reproduce the error. If you could help out in isolating which DataType is causing the problem that would be great.
- Morten.
is working on a reply...