Your colleague may want to ask on the nunit-discuss list if he runs into further issues.
Charlie On Thu, Sep 2, 2010 at 7:03 AM, Mayur Pandya <628...@bugs.launchpad.net> wrote: > Looks fine now. I dont know, seems to be working fine now. > > ** Changed in: nunit-3.0 > Status: New => Confirmed > > ** Changed in: nunit-3.0 > Status: Confirmed => Invalid > > -- > NUnit 2.5.7 does not run the tests on other Win7 64 bit machines > https://bugs.launchpad.net/bugs/628803 > You received this bug notification because you are subscribed to NUnit > Framework. > -- NUnit 2.5.7 does not run the tests on other Win7 64 bit machines https://bugs.launchpad.net/bugs/628803 You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. Status in NUnit Test Framework: Invalid Bug description: I am writing the code for creating a couple of dll's in Visual Studio 2005. After the dlls are created, I pass on those dlls to my colleague who then copies them in the required folder. But when he tried to execute the tests in NUnit, he gets the error as follows: System.ArgumentOutOfRangeException... at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at NUnit.Util.RuntimeFrameworkSelector.SelectRuntimeFramework(TestPackage package) at NUnit.Util.DefaultTestRunnerFactory.MakeTestRunner(TestPackage package) at NUnit.Util.TestLoader.LoadTest(String testName) I am using NUnit.exe for compiling. He tried it on various machines, but evrywhere the same error. Its urgent. Please let me know the solution. _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp