I'm trying to install concierge 2.0 (Umbraco_Concierge_201_For_Umbraco4.zip) on my Windows 7- 64 bit machine. I get the following error:
"Could not load file or assembly 'DeployLX.Licensing.v3' or one of its dependencies. An attempt was made to load a program with an incorrect format."
I found other people having a similar problem (in a different product). In that case it had to do with the fact that 64 bit modules need to be downloaded. Does the same apply here? And if so, where to download?
I think that this is due to the fact that DeployLX.Licensing.v3 is expecting a different .net version. You're probably using a .net 3.5 config while the dll might be targeted at 2.0.
concierge on 64 bit platform
Hi,
I'm trying to install concierge 2.0 (Umbraco_Concierge_201_For_Umbraco4.zip) on my Windows 7- 64 bit machine. I get the following error:
"Could not load file or assembly 'DeployLX.Licensing.v3' or one of its dependencies. An attempt was made to load a program with an incorrect format."
I found other people having a similar problem (in a different product). In that case it had to do with the fact that 64 bit modules need to be downloaded. Does the same apply here? And if so, where to download?
thanks,
Ewout
I think that this is due to the fact that DeployLX.Licensing.v3 is expecting a different .net version. You're probably using a .net 3.5 config while the dll might be targeted at 2.0.
Sebastiaan,
thanks for replying!
The application pool is set to use .net v2.0, are there any other configs that I need to be aware of in order to target the .net version?
Should I have installed courier first? I read somewhere that the concierge install contains all of these functionalities.
cheers,
Ewout
Hi Ewout
It is caused by our licensing which is not 64bit compatible. You can however set your application pool to execute 32bit apps
You do this on the application pool properties pane in IIS
/per
that did the trick!
thanks,
Ewout
is working on a reply...