Can anyone offer any advice for this issue?
Using SharpDevelop 5 Beta 4 when I open a new solution for C# WPF and the go to Window1.xaml and click on the Design tab I get the following error:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at ICSharpCode.WpfDesign.Extensions.ExtensionManager.RegisterAssembly(Assembly assembly)
at ICSharpCode.WpfDesign.Designer.Xaml.XamlDesignContext..ctor(XmlReader xamlReader, XamlLoadSettings loadSettings)
at ICSharpCode.WpfDesign.Designer.DesignSurface.LoadDesigner(XmlReader xamlReader, XamlLoadSettings loadSettings)
at ICSharpCode.WpfDesign.AddIn.WpfViewContent.LoadInternal(OpenedFile file, Stream stream)