Downloaded it, and opened it in VS2008. Upgrade wizard kicked in, did conversion and conversion log reported no conversions outside csprok being updated. Compiled correctly, and started new instances on testerverconsole from debug menu. Exception: ArgumentException was reported in AddMechanism method of SaslFactory.cs. Exception reported:
System.ArgumentException was unhandled
Message="An item with the same key has already been added."
Source="mscorlib"
StackTrace:
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Sasl.SaslFactory.AddMechanism(Type aMechanismType) in E:\Documents and Settings\TEMP\Desktop\Sample Code\AAAALogParser\Sasl\Sasl.NET\SaslFactory.cs:line 90
at testServerConsole.Program.Main(String[] args) in E:\Documents and Settings\TEMP\Desktop\Sample Code\AAAALogParser\Sasl\testServerConsole\Program.cs:line 19
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException: