The following things works without error:An unexpected exception occurred while trying to run project '{namespace removed}'.
System.NotSupportedException: The invoked member is not supported in a dynamic assembly.
System.Reflection.Emit.InternalAssemblyBuilder.get_Location()+0xf
ICSharpCode.SharpDevelop.Services.WindowsDebugger.RegisterLoadedAssemblies()+0x19
ICSharpCode.SharpDevelop.Services.WindowsDebugger.InitializeService(Boolean use64Host)+0x22
ICSharpCode.SharpDevelop.Services.WindowsDebugger.Start(ProcessStartInfo processStartInfo)+0x3c
ICSharpCode.SharpDevelop.Project.AbstractProject.Start(Boolean withDebugging)+0x17
ICSharpCode.SharpDevelop.Project.Commands.Execute+<>c__DisplayClass1.<Run>b__0(Object ,EventArgs )+0x61
- Debugging under 32Bit windows 7
- Debugging with VisualStudio 2012 under Windows 7 64 Bit
- Starting solution without attached debugger
RogerWaters