SharpDevelop Version : 3.0.0.3199
.NET Version : 2.0.50727.1433
OS Version : Microsoft Windows NT 6.0.6000.0
Current culture : Russian (Russia) (ru-RU)
Working Set Memory : 207152kb
GC Heap Memory : 59541kb
Error creating pad instance
Exception thrown:
System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.ArgumentNullException: Значение не может быть неопределенным.
Имя параметра: corType
в Debugger.MetaData.DebugType..ctor(Process process, ICorDebugType corType)
в Debugger.MetaData.DebugType.Create(Process process, ICorDebugType corType)
в Debugger.Value..ctor(Process process, Expression expression, ICorDebugValue corValue)
в Debugger.Thread.get_RuntimeValue()
в Debugger.Thread.get_Name()
в ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad.RefreshThread(Thread thread)
в ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad.AddThread(Thread thread)
в ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad.RefreshThread(Thread thread)
в ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad.RefreshPad()
в ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad.SelectProcess(Process process)
в ICSharpCode.SharpDevelop.Gui.Pads.DebuggerPad..ctor()
в ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad..ctor()
--- Конец трассировки внутреннего стека исключений ---
в System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
в System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
в System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
в System.Activator.CreateInstance(Type type, Boolean nonPublic)
в System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[ args, CultureInfo culture, Object[ activationAttributes)
в System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[ args, CultureInfo culture, Object[ activationAttributes)
в ICSharpCode.Core.Runtime.CreateInstance(String instance)
в ICSharpCode.Core.AddIn.CreateObject(String className)
в ICSharpCode.SharpDevelop.PadDescriptor.CreatePad()