Creating DocumentType using uSiteBuilder in umbraco 6.1.6 throws error
Hi,
While creating a document type using uSiteBuilder in umbraco 6.1.6 throws the below error.
[NullReferenceException: Object reference not set to an instance of an object.]
Vega.USiteBuilder.DocumentTypeManager.SynchronizeAllowedChildContentType(Type typeDocType) +243
Vega.USiteBuilder.DocumentTypeManager.SynchronizeAllowedChildContentTypes(Type baseTypeDocType) +138
Vega.USiteBuilder.DocumentTypeManager.Synchronize() +86
Vega.USiteBuilder.UmbracoManager.Synchronize() +139
Vega.USiteBuilder.UmbracoManager.SynchronizeIfNotSynchronized() +122
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +164
Please help me in finding what the issue was and confirm whether uSiteBuilder works with umbraco 6.1.6
Creating DocumentType using uSiteBuilder in umbraco 6.1.6 throws error
Hi,
While creating a document type using uSiteBuilder in umbraco 6.1.6 throws the below error.
[NullReferenceException: Object reference not set to an instance of an object.] Vega.USiteBuilder.DocumentTypeManager.SynchronizeAllowedChildContentType(Type typeDocType) +243 Vega.USiteBuilder.DocumentTypeManager.SynchronizeAllowedChildContentTypes(Type baseTypeDocType) +138 Vega.USiteBuilder.DocumentTypeManager.Synchronize() +86 Vega.USiteBuilder.UmbracoManager.Synchronize() +139 Vega.USiteBuilder.UmbracoManager.SynchronizeIfNotSynchronized() +122 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +164
Please help me in finding what the issue was and confirm whether uSiteBuilder works with umbraco 6.1.6
Thanks,
Saravanan
Which uSiteBuilder version are you using?
Hi Vladan,
Thanks for your reply. We are using version 1.2.
Thanks,
Saravanan
That version of uSiteBuilder does not support Umbraco 6.x. You can build the usitebuilder dll that supports Umbraco 6.x if you build it from the code from the codeplex (http://usitebuilder.codeplex.com/). You should use get the code from the 'Umbraco6API' branch (you can find it here: http://usitebuilder.codeplex.com/SourceControl/latest)
Thanks a lot Vladan. Will do that and update here.
Hi Valdan,
I've downloaded usiteBuilder source and builded the site with umbraco 6.1.6 references as a result got new 'Vega.USiteBuilder.dll'.
Used the above in our project and created the documenttype, this time no error comes in the umbraco backend but the new documenttype has not created.
Thanks,
Saravanan
is working on a reply...