Have you copied Gallio or MbUnit into your source tree? If so, I expect that you are trying to use v3.0.6 to run tests that were compiled against v3.0.5. You may need to update any copies that you made of these dlls to be compatible with the version that you have installed.
Jeff. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of kimballjohnson Sent: Tuesday, July 07, 2009 3:38 AM To: MbUnit.User Subject: MbUnit RuntimeDetection.cs source file After installing Gallio 3.05 and 3.06 I am getting an error in a dialog asking for the location of the following file: c:\RelEng\Projects\MbUnit v3\Work\src\Gallio\Gallio\Runtime \RuntimeDetection.cs the Dialog is marked with the visual studio icon and is entitled: find source and the path above. As usual, i have uninstalled and re-installed Gallio and TestDriven. I am also getting an error on this line: Assert.IsInstanceOfType<Configuration>(config, "object should be of System.Configuration.Configuration."); the error text is: System.MissingMethodException: Method not found: 'Void MbUnit.Framework.Assert.IsInstanceOfType(System.Object, System.String, System.Object[])'. at Sample.Dailies.TestDriven.ChopManager.UnityConfigurationTests.UnityConfigura tionIntializeContainerTest () When this line is visible to the debugger, the TestDriven 'run as' debugger option does not break into the debugger but simply runs (and fails). When this line is commented out, TestDriven will break on a marked line. i have tried removing and adding the famous guid in the project file and other dumb-stuff issues. i'm wondering if i should do something foolish like reinstall SP1 on Visual studio 2008. Thanks for any insight, Kimball --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
