After upgrading to Umbraco 6.2.5 I am getting this error in my log file. I uninstalled and reinstalled Robots.text Editor and same error.
2016-02-01 14:45:17,797 [9] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 23] The tree definition: <add silent="false" initialize="true" sortOrder="6" alias="robotsTxt" application="developer" title="Robots.txt" iconClosed="../../robots-txt/robot.png" iconOpen="../../robots-txt/robot.png" assembly="Our.Umbraco.Tree.RobotsTxt" type="RobotsTxtTree" action="" /> could not be resolved to a .Net object type
It's strange that no one else has raised this issue - as Robots.txt Editor v3.0 was released 4.5 years ago and Umbraco v6.2.5 was released 12 months ago. (Guess no one else is using that combination?)
could not be resolved to a .Net object type
After upgrading to Umbraco 6.2.5 I am getting this error in my log file. I uninstalled and reinstalled Robots.text Editor and same error.
Hi Connie,
I'll give it a try on a fresh v6.2.5 install, (I haven't used v6 in a couple of years - eek).
I'll let you know what I find.
Cheers,
- Lee
Hi Connie,
OK, I can reproduce the problem! :-)
When the package is installed, the tree definition is added to the "trees.config" file. But in v6.2.5 the format is invalid.
Try manually changing the entry in "trees.config" to this...
The differences are:
assembly
attributetype
attribute to be fully qualified (e.g. "Our.Umbraco.Tree.RobotsTxt.RobotsTxtTree, Our.Umbraco.Tree.RobotsTxt")I hope this helps.
I'll flag up an issue on my GitHub repo to remind me to look at this at some point, (sorry, this package isn't high on my to-do list any more).
It's strange that no one else has raised this issue - as Robots.txt Editor v3.0 was released 4.5 years ago and Umbraco v6.2.5 was released 12 months ago. (Guess no one else is using that combination?)
Cheers,
- Lee
Thanks Lee! That was it. I tried some variations but just did not have the correct values.
Cool, glad it worked! (I tried several variations too!) :-)
Cheers,
- Lee
is working on a reply...