azure - log4net issue - Orchard on IIS8 Windows Server 2012 -


i'm deploying orchard cms onto azure vm (windows server 2012) iis8

i'm getting error:

could not load file or assembly 'log4net, version=1.2.11.0, culture=neutral, publickeytoken=669e0ddf0bb1aa2a' or 1 of dependencies. system cannot find file specified.   exception details: system.io.filenotfoundexception: not load file or assembly 'log4net, version=1.2.11.0, culture=neutral, publickeytoken=669e0ddf0bb1aa2a' or 1 of dependencies. system cannot find file specified. 

how can fix this? :(

update

i tried fresh copy of orchard 1.7 , issue :/

1) check have "lib" folder deployed contains of orchards resources. should have series of resources such autofac, castle windor etc, log4net. if can't find folder @ route of copy of 1.7 issue.

2) orchard not use nuget packages, instead uses lib folder (i believe have custom versions of several of packages). if got source code version of 1.7, lib should have been present when built. check in vs ensure references log4net point location exists.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -