Hi Little problem here and i ques there is no solution right now....but posting just in case somebody found the solution.
I'm trying to test my solution which is using quickgraph quite extensively. Library is downloaded from CodePlex (http:// www.codeplex.com/quickgraph) 2.0.30421.01 Problem is that MbUnit itself is using QuickGraph library, but some very old version (without generics) Now when i try tu run my tests , i alwas get System.IO.FileLoadException: The located assembly's manifest definition does not match the assembly reference. Its because both versions are not compatible >From MSBuild output: No way to resolve conflict between "QuickGraph, Version=2.21.1.0, Culture=neutral, PublicKeyToken=975e84d0c8d6464d" and "QuickGraph, Version=2.0.30421.0, Culture=neutral, PublicKeyToken=f3fb40175eec2af3". Choosing "QuickGraph, Version=2.21.1.0, Culture=neutral, PublicKeyToken=975e84d0c8d6464d" arbitrarily. As you see, both has different public key token so assembly redirect won't help here. It seems like only way is to update quickgraph in mbunit in next release? Is there anything else i can do ? Thanx Liwoj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
