Author |
|
brett.donald Newbie
Joined: 23 April 2009
Online Status: Offline Posts: 1
|
Posted: 23 April 2009 at 8:19pm | IP Logged
|
|
|
I have installed AfterLogic WebMail Lite, the ASP.NET version, and am experiencing the following error when I browse to the virtual directory:
Server Application Unavailable
I have checked the web server Event Log as instructed, and the text of the error which appears there is pasted below.
Thanks,
Brett Donald
========================================
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1334
Date: & nbsp;24/04/2009
Time: & nbsp;1:15:15 PM
User: & nbsp;N/A
Computer: SPIDEY
Description:
Failed to initialize the AppDomain:/LM/W3SVC/1180176272/Root/webmail/AdminPanel
Exception: System.IO.FileLoadException
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Access is denied.
StackTrace: at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Activator.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(String assemblyName, String typeName)
at System.AppDomain.CreateInstance(String assemblyName, String typeName)
at System.AppDomain.CreateInstance(String assemblyName, String typeName)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHos tingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHos tingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
========================================
|
Back to Top |
|
|
Corwin Valued Community Member
Joined: 16 March 2009 Location: Russian Federation
Online Status: Offline Posts: 15
|
Posted: 24 April 2009 at 4:38am | IP Logged
|
|
|
People over there seem to have similar problems, check the following discussions as they contain descriptions of how the issue can be resolved:
Discussion 1
Discussion 2
Cheers,
Corwin.
|
Back to Top |
|
|