5

Gallio.Model.ModelException: An exception occurred while invoking a test driver. ---> System.Runtime.Serialization.SerializationException: Type 'Microsoft.Cci.Pdb.PdbDebugException' in Assembly 'Gallio, Version=3.4.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e' is not marked as serializable. HResult: -2146233076

Getting exception on loading the dll developed in visual studio 2015 in Gallio.Icarus

Old Fox
  • 8,629
  • 4
  • 34
  • 52

2 Answers2

0

I had the same issue with VS 2017 when I have used ReSharper to build the assemblies. I have changed in the settings, that it should use MSBUILD 4.0 and this solved the issue!

Patrick
  • 621
  • 2
  • 7
  • 21
0

Mbunit starting to show it's age. Work around is using older version of MSBuild

DasunB
  • 83
  • 1
  • 8