The only error in Eventviewer is:
+ System
- Provider
[ Name] Adaxes Service
- EventID 0
[ Qualifiers] 0
Level 2
Task 0
Keywords 0x80000000000000
- TimeCreated
[ SystemTime] 2013-05-21T10:02:40.000000000Z
EventRecordID 6077
Channel Adaxes
Computer vmw5487.cf-network.local
Security
- EventData
Softerra.Adaxes.ShutdownException: Failed to unregister 'cf-network.local'. ---> Softerra.Adaxes.Adsi.DirectoryComException (0x8000500C): Value 'ADM_MANAGEDDOMAINSTATUS_OPERATING' cannot be converted to the 'ADSTYPE_UNKNOWN' type. at Softerra.Adaxes.Adsi.AdsPropertyValue.SetValue(Object value, ADSTYPEENUM type, Boolean useCloning) at Softerra.Adaxes.Adsi.AdsPropertyEntry..ctor(String name, ADSTYPEENUM adsType, ADS_PROPERTY_OPERATION_ENUM controlCode, Object[] rawValues) at Softerra.Adaxes.Adsi.SingleCustomPropertyHandler.ReadProperties(ReadPropertiesContext context) at Softerra.Adaxes.Adsi.AdmObject.ReadProperties(ReadPropertiesContext context) at Softerra.Adaxes.Adsi.AdmObject.GetInfoEx(Object props, Int32 reserved) at #P.#gg.GetEx(IAdmObject obj, String name) at Softerra.Adaxes.Adsi.AdmObject.GetEx(String name) at #P.#gg.Get(IAdmObject obj, String name) at Softerra.Adaxes.Adsi.AdmManagedDomain.get_Status() at Softerra.Adaxes.Initializer.#Xib() --- End of inner exception stack trace ---
When opening Web from localhost:
Server Error in '/anonymous' Application.
--------------------------------------------------------------------------------
Could not load file or assembly 'Softerra.Adaxes.Adsi, Version=3.3.8308.0, Culture=neutral, PublicKeyToken=43a637781bd9a3c2' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Softerra.Adaxes.Adsi, Version=3.3.8308.0, Culture=neutral, PublicKeyToken=43a637781bd9a3c2' or one of its dependencies. The system cannot find the file specified.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Softerra.Adaxes.Adsi, Version=3.3.8308.0, Culture=neutral, PublicKeyToken=43a637781bd9a3c2' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'Softerra.Adaxes.Adsi, Version=3.3.8308.0, Culture=neutral, PublicKeyToken=43a637781bd9a3c2' or one of its dependencies. The system cannot find the file specified.]
Softerra.Adaxes.Web.Initializer.Init() +0
ASP.global_asax.Application_BeginRequest(Object sender, EventArgs args) +40
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456