We have now upgraded to 4.11.10 and we are still having serious problem installing your package. We have now invested close to 5 hours of time. I really appreciate your excellent support of this product. You respond quickly and obviously care about users getting it installed. I hope you can help us get over the finish line.
I am not a programmer, but I am posting the comments he sent me below:
"Hunspellchecker still has same problem with wrong version
of log4net even though the umbraco version of log4net is 1.2.11.0 which is
correct (see error text below). We are running umbraco 4.11.10. May have
something to do with PublicKeyToken=null' (Umbraco's version is not null). Other people have mentioned this.
Maybe if we could get the source code I could compile
against our specific version.
Error:
> 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)
He also furnished me w/a win.dat file, but it doesnt't appear to be uploadable here. I can email it to you if need me.
Would you be willing to let us have the source code so we can compile against a specifc version?
Glad to hear you resolved the issue - would you be able to make the relevant bits of code available for the community? You never know, I may be able to get time to include your code to add words to dictionary as part of the HunSpellChecker package...
HunSpellChecker will not install on 4.11.10
@Adrian
First this is a continuation of http://our.umbraco.org/projects/backoffice-extensions/hunspellchecker/feedback/45524-Should-HunSpellChecker-work-in-Umbraco-472
We have now upgraded to 4.11.10 and we are still having serious problem installing your package. We have now invested close to 5 hours of time. I really appreciate your excellent support of this product. You respond quickly and obviously care about users getting it installed. I hope you can help us get over the finish line.
I am not a programmer, but I am posting the comments he sent me below:
"Hunspellchecker still has same problem with wrong version of log4net even though the umbraco version of log4net is 1.2.11.0 which is correct (see error text below). We are running umbraco 4.11.10. May have something to do with PublicKeyToken=null' (Umbraco's version is not null). Other people have mentioned this.
Maybe if we could get the source code I could compile against our specific version.
Error:
> 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)
He also furnished me w/a win.dat file, but it doesnt't appear to be uploadable here. I can email it to you if need me.
Would you be willing to let us have the source code so we can compile against a specifc version?
Thanks.
Richard Barg
Hi Richard,
Sorry for the slow response on this (needed to get approval to distribute the source code then get time to figure out how to use Git)
I've created a git repository for this which will hopefully help you.
Please see: https://github.com/ahollandusc/HunSpellChecker-for-Umbraco
We were able to write our own code to get around this. We support adding words to dictionary as well.
Hi Richard,
Glad to hear you resolved the issue - would you be able to make the relevant bits of code available for the community? You never know, I may be able to get time to include your code to add words to dictionary as part of the HunSpellChecker package...
Regards,
Adrian
is working on a reply...