We build a VS2010 solution with .net 4.0 with unit tests on a TFS 2008. And are getting the following exception:
NOVA\QTAgent32.exe, DataCollectorNotificationsHelper.RaiseTestFailedEvent:
Exception occured raising the test failed event:
System.Runtime.Serialization.SerializationException:
Type 'System.IdentityModel.Tokens.SecurityToken' in Assembly 'System.IdentityModel,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable.
So the System.IdentityModel.Tokens.SecurityToken class is not marked as serializable. Becuase this is a Microsoft class, I cannot alter this code. Is there any way to accomplish this?
Or alter the build so this exception will not occur?
UPDATE, Nov 29, 2010...
We have installed TFS2010 now, and still we get the same error.