Having successfuly run the application within SharpDevelop unpteen times, the following error suddenly happened today. The application successfully runs in version 4.2.
SharpDevelop Version : 4.3.3.9663-463ee024
.NET Version : 4.0.30319.18408
OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture : English (United Kingdom) (en-GB)
Working Set Memory : 176040kb
GC Heap Memory : 54010kb
Unhandled WPF exception
Exception thrown:
System.TypeLoadException: Method 'DecompileOnDemand' in type 'ICSharpCode.ILSpyAddIn.DebuggerDecompilerService' from assembly 'ILSpyAddIn, Version=4.3.3.9663, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)
at System.Reflection.RuntimeAssembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
at System.Reflection.Assembly.GetType(String name)
at ICSharpCode.Core.AddIn.FindType(String className)
at ICSharpCode.Core.AddIn.CreateObject(String className)
at ICSharpCode.Core.ClassDoozer.BuildItem(BuildItemArgs args)
at ICSharpCode.Core.Codon.BuildItem(BuildItemArgs args)
at ICSharpCode.Core.AddInTreeNode.BuildChildItem(Codon codon, Object caller, IEnumerable`1 additionalConditions)
at ICSharpCode.Core.AddInTreeNode.BuildChildItems[T](Object caller, IEnumerable`1 additionalConditions)
at ICSharpCode.Core.AddInTree.BuildItems[T](String path, Object caller, Boolean throwOnNotFound)
at ICSharpCode.SharpDevelop.Services.WindowsDebugger.InitializeService()
at ICSharpCode.SharpDevelop.Services.WindowsDebugger.Start(ProcessStartInfo processStartInfo)
at ICSharpCode.SharpDevelop.Project.DefaultProjectBehavior.Start(Boolean withDebugging)
at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
at ICSharpCode.SharpDevelop.Project.AbstractProject.Start(Boolean withDebugging)
at ICSharpCode.SharpDevelop.Project.Commands.Execute.<>c__DisplayClass1.<Run>b__0(Object param0, EventArgs param1)
at ICSharpCode.SharpDevelop.Project.Commands.AbstractBuildMenuCommand.OnBuildComplete(EventArgs e)
at ICSharpCode.SharpDevelop.Project.Commands.AbstractBuildMenuCommand.CallbackMethod(BuildResults results)
at ICSharpCode.SharpDevelop.Project.BuildEngine.<ReportDone>b__3()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
---- Recent log messages:
16:46:43.865 [21] DEBUG - Received command ReportEvent
16:46:43.865 [21] DEBUG - Received command BuildDone
16:46:43.866 [21] INFO - Finished building RecentFileListLib, success=True
16:46:43.866 [21] INFO - Start building OpenTextEditor
16:46:43.866 [4] DEBUG - Setting property CurrentSolutionConfigurationContents to '<SolutionConfiguration><ProjectConfiguration Project="{8BBCF65C-A3A5-461B-96FB-492F97714257}">Debug|AnyCPU</ProjectConfiguration><ProjectConfiguration Project="{35D25F32-64BC-4DA4-A293-74391FFFBE55}">Debug|x86</ProjectConfiguration></SolutionConfiguration>'
16:46:43.866 [4] DEBUG - Setting property SolutionDir to 'C:\Users\PE\Documents\Visual Studio 2010\Projects\Integrated OBVE Script Editor\'
16:46:43.866 [4] DEBUG - Setting property SolutionExt to '.sln'
16:46:43.866 [4] DEBUG - Setting property SolutionFileName to 'OpenTextEditor.sln'
16:46:43.866 [4] DEBUG - Setting property SolutionName to 'OpenTextEditor'
16:46:43.866 [4] DEBUG - Setting property SolutionPath to 'C:\Users\PE\Documents\Visual Studio 2010\Projects\Integrated OBVE Script Editor\OpenTextEditor.sln'
16:46:43.867 [21] DEBUG - Received command ReportEvent
16:46:43.897 [21] DEBUG - Received command ReportEvent
16:46:43.907 [21] DEBUG - Received command ReportEvent
16:46:43.907 [21] DEBUG - Received command ReportEvent
16:46:43.908 [21] DEBUG - Received command ReportEvent
16:46:43.909 [21] DEBUG - Received command ReportEvent
16:46:44.025 [21] DEBUG - Received command ReportEvent
16:46:44.025 [21] DEBUG - Received command ReportEvent
16:46:44.031 [21] DEBUG - Received command ReportEvent
16:46:44.032 [21] DEBUG - Received command ReportEvent
16:46:44.032 [21] DEBUG - Received command BuildDone
16:46:44.032 [21] INFO - Finished building OpenTextEditor, success=True
16:46:44.032 [21] INFO - Start building OpenTextEditor
16:46:44.032 [8] INFO - Finished building OpenTextEditor, success=True
16:46:44.032 [1] INFO - Debugger Command: Start (withDebugger=True)
---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: [AvalonEditViewContent C:\Users\PE\Documents\Visual Studio 2010\Projects\Integrated OBVE Script Editor\OpenTextEditor\Forms\AddSnippet.xaml]
ProjectService.OpenSolution: [Solution: FileName=C:\Users\PE\Documents\Visual Studio 2010\Projects\Integrated OBVE Script Editor\OpenTextEditor.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: OpenTextEditor]