2015-03-25 13:43:01,812 [7] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 12] The tree definition: <add silent="false" initialize="true" sortOrder="1" alias="newsletterstudio_letter" application="newsletterstudio" title="Newsletters" iconClosed="folder_table.png" iconOpen="folder_table.png" assembly="NewsletterStudio" type="Umbraco.loadNewsletters" action="" /> could not be resolved to a .Net object type
(I t does so for all three aprts of the content tree, but I included only one for brevity)
When did this error appear? Just after the install? Have it ever worked or did it just happen "suddenly"? Do you have the NewsletterStudio.dll file in your bin-directory?
yes, it appeared after install. We have a copy of this website working on a different domain without problems.
The NewsletterStudio.dll is present in the bin folder.
Is that an exact copy that works? The configuration looks fine, the error message says
"The tree definition: <add silent="false" initialize="true" sortOrder="1" alias="newsletterstudio_letter" application="newsletterstudio" title="Newsletters" iconClosed="folder_table.png" iconOpen="folder_table.png" assembly="NewsletterStudio" type="Umbraco.loadNewsletters" action="" /> could not be resolved to a .Net object type"
What version of Newsletter Studio did you install? What versin is the NewsletterStudio.dll-file?
Appears that the latest release of Umbraco 6 (6.2.5) have a breaking change in the way that the types in the application tree are resolved. I will address this in upcomming releases but to get the trees showing just change the lines to:
Newsletter content tree fails to load
The Tracelog says:
(I t does so for all three aprts of the content tree, but I included only one for brevity)
Hi Gijs
What version of Umbraco have you been installing this package on?
/Jan
Sorry, forgot to mention that: 6.2.5
Hi Gijs
Ok, that's a bit weird - What does your /config/trees.config file look like? Could you paste it in here please?
/Jan
Hi!
When did this error appear? Just after the install? Have it ever worked or did it just happen "suddenly"? Do you have the NewsletterStudio.dll file in your bin-directory?
/ m
yes, it appeared after install. We have a copy of this website working on a different domain without problems. The NewsletterStudio.dll is present in the bin folder.
Is that an exact copy that works? The configuration looks fine, the error message says
"The tree definition: <add silent="false" initialize="true" sortOrder="1" alias="newsletterstudio_letter" application="newsletterstudio" title="Newsletters" iconClosed="folder_table.png" iconOpen="folder_table.png" assembly="NewsletterStudio" type="Umbraco.loadNewsletters" action="" /> could not be resolved to a .Net object type"
What version of Newsletter Studio did you install? What versin is the NewsletterStudio.dll-file?
Hi again!
Appears that the latest release of Umbraco 6 (6.2.5) have a breaking change in the way that the types in the application tree are resolved. I will address this in upcomming releases but to get the trees showing just change the lines to:
<add silent="false" initialize="true" sortOrder="1" alias="newsletterstudio_letter" application="newsletterstudio" title="Newsletters" iconClosed="folder_table.png" iconOpen="folder_table.png" assembly="NewsletterStudio" type="NewsletterStudio.Umbraco.loadNewsletters, NewsletterStudio" action="" />
<add silent="false" initialize="true" sortOrder="3" alias="newsletterstudio_settings" application="newsletterstudio" title="Settings" iconClosed="settingMasterDatatype.gif" iconOpen="settingMasterDatatype.gif" assembly="NewsletterStudio" type="NewsletterStudio.Umbraco.loadSettings, NewsletterStudio" action="" />
<add silent="false" initialize="true" sortOrder="2" alias="newsletterstudio_subscriptions" application="newsletterstudio" title="Subscriptions" iconClosed="group.png" iconOpen="group.png" assembly="NewsletterStudio" type="NewsletterStudio.Umbraco.loadSubscriptions, NewsletterStudio" action="" />
Hi again!
It relates to this breaking change: http://issues.umbraco.org/issue/U4-6509#tab=Comments ;
I have posted an updated version of Newsletter Studio (v1.4.5.1) that will handle these differences beetween versions of Umbraco.
Hope this helps =D
Cheers!
Any idea if an update to 6.2.5 will be released to address this or are we left to hacking a solution?
I really don't know at the moment.
is working on a reply...