I'm not sure if this error is related to uTwit, Archetype or the site I'm working on but I am getting an Object reference not set to an instance of an object error with uTwit's property value convertor.
Debugging the code it seems that the PublishedPropertyType being passed into IsConvertor is of type Object so it doesn't have he PropertyEditorAlias property which is being checked.
As it mentions Archetype I thought the error was some issue between uTwit and Archetype however wih the debug showing object being passed in I am wondering now whether there is an issue with the site itself.
Does anyone know what is causing this object to be passed to IsConvertor and how I can fix it.
Error in IsConvertor of property value convertor
I'm not sure if this error is related to uTwit, Archetype or the site I'm working on but I am getting an Object reference not set to an instance of an object error with uTwit's property value convertor.
Debugging the code it seems that the PublishedPropertyType being passed into IsConvertor is of type Object so it doesn't have he PropertyEditorAlias property which is being checked.
This is the stack trace for the error
As it mentions Archetype I thought the error was some issue between uTwit and Archetype however wih the debug showing object being passed in I am wondering now whether there is an issue with the site itself.
Does anyone know what is causing this object to be passed to IsConvertor and how I can fix it.
Update: It does seem to be an Archetype issue. Will re-post in the archetype forum.
is working on a reply...