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.

link|improve this question

36% accept rate
TFS Build 2008 knows nothing about .NET 4.0 – Darin Dimitrov Nov 23 '10 at 11:02
@Darin: we already are building every .NET 4.0 solution we have with TFS 2008. This is possible, see richard-banks.org/2009/11/… – Dennis Nov 23 '10 at 12:14
Have you installed VS2010 on the build server? – Darin Dimitrov Nov 23 '10 at 12:21
Yes, i did already install VS2010 before getting this error. – Dennis Nov 23 '10 at 16:28
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.