gacutil /l produces expected output, but nunit.framework doesn't show up when trying to add a reference in Visual Studio
>gacutil /l nunit.framework Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1 Copyright (c) Microsoft Corporation. All rights reserved. The Global Assembly Cache contains the following assemblies: nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1 eb7f44a77, processorArchitecture=MSIL Number of items = 1 -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/837634 Title: error CS0006: Metadata file 'nunit.framework.dll' could not be found Status in NUnit V2 Test Framework: New Bug description: >csc /reference:nunit.framework.dll /reference:System.dll /target:library /out:bin\Test.dll Test.cs Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1 Copyright (C) Microsoft Corporation. All rights reserved. error CS0006: Metadata file 'nunit.framework.dll' could not be found To manage notifications about this bug go to: https://bugs.launchpad.net/nunitv2/+bug/837634/+subscriptions _______________________________________________ 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