ProjectMaker closes itself after start without any message, only log is produced:
I'm not sure if this matter, but I've been playing with custom captcha DLL - but removed it, and didn't helped.
Any ideas?
Код:
8/20/2011 22:56:17
CurrentDomain UnhandledException
8/20/2011 22:56:17
System.Net.Sockets.SocketException: Tylko jedno użycie każdego adresu gniazda (protokół/adres sieciowy/port) jest normalnie dozwolone
w System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
w System.Net.Sockets.Socket.Bind(EndPoint localEP)
w System.Net.Sockets.TcpListener.Start(Int32 backlog)
w System.Net.Sockets.TcpListener.Start()
w MiniHttpd.HttpServer.Start()
w CommandTransfer.MessageGate..ctor(String uname, Int32 bindingPort)
w server3.TemplateRecorder.Instance.flxdjLvti(Int32 , Int32 )
w server3.TemplateRecorder.Instance.x142nXhHiC()
w System.Threading.ThreadHelper.ThreadStart_Context(Object state)
w System.Threading.ExecutionContext.runTryCode(Object userData)
w System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
w System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
w System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
w System.Threading.ThreadHelper.ThreadStart()
8/20/2011 22:56:17
Tylko jedno użycie każdego adresu gniazda (protokół/adres sieciowy/port) jest normalnie dozwolone
8/20/2011 22:56:17
w System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
w System.Net.Sockets.Socket.Bind(EndPoint localEP)
w System.Net.Sockets.TcpListener.Start(Int32 backlog)
w System.Net.Sockets.TcpListener.Start()
w MiniHttpd.HttpServer.Start()
w CommandTransfer.MessageGate..ctor(String uname, Int32 bindingPort)
w server3.TemplateRecorder.Instance.flxdjLvti(Int32 , Int32 )
w server3.TemplateRecorder.Instance.x142nXhHiC()
w System.Threading.ThreadHelper.ThreadStart_Context(Object state)
w System.Threading.ExecutionContext.runTryCode(Object userData)
w System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
w System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
w System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
w System.Threading.ThreadHelper.ThreadStart()
I'm not sure if this matter, but I've been playing with custom captcha DLL - but removed it, and didn't helped.
Any ideas?