Umbraco on Windows 7 64-bit
Posted
by
HeavyWave
on Server Fault
See other posts from Server Fault
or by HeavyWave
Published on 2009-11-04T15:20:01Z
Indexed on
2012/06/12
16:42 UTC
Read the original article
Hit count: 268
windows-7
I'm trying to install Umbraco CMS on Windows 7 64-bit and I get the following exception:
[HttpException (0x80004005): Could not load file or assembly 'ImageManipulation, Version=1.0.2105.41209, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission required.
The application pool's trust mode is set to 'Full', all the user permissions are just as on other sites hosted on the same machine. I went through all relevant topics on Umbraco's forum, but all advices are about the trust level.
How do I fix this?
© Server Fault or respective owner