← Back to team overview

nunit-core team mailing list archive

[Bug 837634] Re: error CS0006: Metadata file 'nunit.framework.dll' could not be found

 

** Summary changed:

- Unable to install nunit.framework.dll into the GAC
+ error CS0006: Metadata file 'nunit.framework.dll' could not be found

** Description changed:

- C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>gacutil.exe -I "c:\Program Files\NU
- nit-2.5.10.11092\bin\net-2.0\nunit.framework.dll"
+ >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.
  
- Microsoft (R) .NET Global Assembly Cache Utility.  Version 1.1.4318.0
- Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
- 
- Failure adding assembly to the cache: Unknown Error
+ error CS0006: Metadata file 'nunit.framework.dll' could not be found

-- 
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


References