In the Umbraco 4.9.1, the tag cloud doesn't work because the programs don't save the tags. This issue still existed in the Umbraco 4.10.1. I ever solved this problem by installing the package Open Calais Autotag. However, once I install this package in the Umbraco 4.10.1, I got the following error message:
Server Error in '/' Application. Could not load file or assembly 'log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) It seems the package Open Calais Autotag is not compatible with Umbraco 4.10.1. So I had to uninstall the package and tried to use the original datatype named Tags. Yet the old problems still existed. I could not save the tags by it. As a result, I could not find any solution for the tag cloud in Umbraco 4.10.1. Does any have a good solution for it? Thanks.
Or maybe the Autotag package that you want to use depends on log4net and since now Umbraco also uses log4net, there's a version conflict? Check that you have log4net DLLs in ~/bin. If that's the case then you need to configure binding redirects in web.config (Google for it) so that both Umbraco and the package are happy with the available version of log4net.
The problem is that the publicKeyToken of the two versions are different, so I downloaded the new assembly with the old key and replace the dll with the downloaded one. I found it didn't work either.
In addition, I just installed the packages named TagManager and Sniper Systems Tags Control. TagManger could not be installed in the Umb 4.10.1 and Sniper Systems Tags could install but could not add new tags properly.
I am getting the same error when installing the Open Calais Auto Tag package v2.2.4 into an Umbraco 6.0.5 environment. I would be interested in knowing if anyone has a final solution to this problem?
The two Tag Cloud Problems in Umbraco 4.10.1
In the Umbraco 4.9.1, the tag cloud doesn't work because the programs don't save the tags. This issue still existed in the Umbraco 4.10.1. I ever solved this problem by installing the package Open Calais Autotag. However, once I install this package in the Umbraco 4.10.1, I got the following error message:
Server Error in '/' Application.
Could not load file or assembly 'log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
It seems the package Open Calais Autotag is not compatible with Umbraco 4.10.1. So I had to uninstall the package and tried to use the original datatype named Tags. Yet the old problems still existed. I could not save the tags by it. As a result, I could not find any solution for the tag cloud in Umbraco 4.10.1.
Does any have a good solution for it? Thanks.
Or maybe the Autotag package that you want to use depends on log4net and since now Umbraco also uses log4net, there's a version conflict? Check that you have log4net DLLs in ~/bin. If that's the case then you need to configure binding redirects in web.config (Google for it) so that both Umbraco and the package are happy with the available version of log4net.
Stephen, thanks.
I tried to add the following code to the web.config:
This is the article I referred: http://stackoverflow.com/questions/8743992/how-do-i-work-around-log4net-keeping-changing-publickeytoken
The problem is that the publicKeyToken of the two versions are different, so I downloaded the new assembly with the old key and replace the dll with the downloaded one. I found it didn't work either.
In addition, I just installed the packages named TagManager and Sniper Systems Tags Control. TagManger could not be installed in the Umb 4.10.1 and Sniper Systems Tags could install but could not add new tags properly.
I am getting the same error when installing the Open Calais Auto Tag package v2.2.4 into an Umbraco 6.0.5 environment. I would be interested in knowing if anyone has a final solution to this problem?
Thanks
Gary
is working on a reply...