Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created June 2, 2014 09:53
Show Gist options
  • Save mkrueger/bd15eaef474201688fbb to your computer and use it in GitHub Desktop.
Save mkrueger/bd15eaef474201688fbb to your computer and use it in GitHub Desktop.
System.TypeLoadException: Could not load type 'Microsoft.CodeAnalysis.CSharp.CSharpProjectFileLoader' from assembly 'Microsoft.CodeAnalysis.CSharp.Workspaces, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
at (wrapper managed-to-native) System.MonoType:GetPropertiesByName (System.MonoType,string,System.Reflection.BindingFlags,bool,System.Type)
at System.MonoType.GetProperties (BindingFlags bindingAttr) [0x00000] in /home/mkrueger/work/mono/mcs/class/corlib/System/MonoType.cs:318
at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo+<GetExportMembers>c__Iterator0.MoveNext () [0x00110] in /home/mkrueger/work/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/AttributedModel/AttributedPartCreationInfo.cs:358
at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo.GetExportDefinitions () [0x000bb] in /home/mkrueger/work/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/AttributedModel/AttributedPartCreationInfo.cs:274
at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo.DiscoverExportsAndImports () [0x00017] in /home/mkrueger/work/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/AttributedModel/AttributedPartCreationInfo.cs:260
at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo.GetExports () [0x00000] in /home/mkrueger/work/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/AttributedModel/AttributedPartCreationInfo.cs:66
at System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePartDefinition.get_ExportDefinitions () [0x0000d] in /home/mkrueger/work/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/ReflectionModel/ReflectionComposablePartDefinition.cs:66
at System.ComponentModel.Composition.Hosting.TypeCatalog.CreateIndex () [0x00023] in /home/mkrueger/work/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/Hosting/TypeCatalog.cs:330
at System.Lazy`1[T].InitValue () [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment