dff-solutions / shell.me

shell.me - your universal shell framework
MIT License
6 stars 1 forks source link

shell.me sporadically crashes #11

Closed cburgdorf closed 12 years ago

cburgdorf commented 12 years ago
 at System.Runtime.Remoting.Channels.ChannelServices.CheckDisconnectedOrCreateWellKnownObject(IMessage msg)
   at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(IMessage msg)
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.MessageData ByRef, Int32)
   at ShellMe.CommandLine.CommandHandling.ICommand.get_Name()
   at ShellMe.CommandLine.CommandHandling.CommandFactory+<>c__DisplayClass1.<GetCommand>b__0(ShellMe.CommandLine.CommandHandling.CommandMetaData)
   at System.Linq.Enumerable.FirstOrDefault[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Collections.Generic.IEnumerable`1<System.__Canon>, System.Func`2<System.__Canon,Boolean>)
   at ShellMe.CommandLine.CommandHandling.CommandFactory.GetCommand(System.String)
   at ShellMe.CommandLine.CommandLoop.Start(System.String[])
   at ShellMe.Console.Program.Main(System.String[])