i would like to mention a problem i encounterred when i've installed uMirror. The installation itself went fine, but when trying to create a project or a node an error would pop up. When investigating this further it was because of a certain dll i had in my bin folder (from courier): NHibernate.ByteCode.Castle.dll (this was on v7.1.4). I had a similar problem on a v6.2.1, on the dll Vega.uSitebuilder.dll .
The problem actually occurs on the GetMethods function in Lecoati.uMirror.Bll.BllProject. The code is trying to fetch the Types in an assembly but for some reason it fails on those dll's, might be good to fetch or avoid these :)
On the v7 i could easily solve it by temporary deleting the dll. I was puzzled with the uSitebuilder one, i had to change the inherritance on the templates before i could temporary delete it and get uMirror to work :)
Hope you can find a fix for this :)
Thanks for such on awesome extension! It really helped a lot!
Error when creating a project
Hi Antoine,
i would like to mention a problem i encounterred when i've installed uMirror. The installation itself went fine, but when trying to create a project or a node an error would pop up. When investigating this further it was because of a certain dll i had in my bin folder (from courier): NHibernate.ByteCode.Castle.dll (this was on v7.1.4). I had a similar problem on a v6.2.1, on the dll Vega.uSitebuilder.dll .
The problem actually occurs on the GetMethods function in Lecoati.uMirror.Bll.BllProject. The code is trying to fetch the Types in an assembly but for some reason it fails on those dll's, might be good to fetch or avoid these :)
On the v7 i could easily solve it by temporary deleting the dll. I was puzzled with the uSitebuilder one, i had to change the inherritance on the templates before i could temporary delete it and get uMirror to work :)
Hope you can find a fix for this :)
Thanks for such on awesome extension! It really helped a lot!
Gerty
Thank you for your feedback Gerty, we will have a look on this !!
is working on a reply...