------ Rebuild All started: Project: Common, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Csc.exe /noconfig /unsafe- /checked- /nowarn:"1701;1702;1701;1702" /nostdlib- /platform:x86 /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE;USEWMI;USEEVENTLOG;USEPERFORMANCECOUNTER /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Configuration.Install.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Management.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Xml.dll /debug- /filealign:4096 /optimize- /out:obj\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll /resource:obj\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.ProjectInstaller.resources /resource:obj\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.SR.resources /target:library /warnaserror+ ..\GlobalAssemblyInfo.cs ArgumentValidation.cs AssemblyInfo.cs Cryptography\CryptographyUtility.cs Cryptography\DpapiCryptographer.cs Cryptography\DpapiStorageMode.cs Cryptography\HashCryptographer.cs Cryptography\NativeMethods.cs Cryptography\SymmetricCryptographer.cs Cryptography\Tests\CryptographyUtilityFixture.cs Cryptography\Tests\DpapiCryptographerFixture.cs Cryptography\Tests\HashCryptographerFixture.cs Cryptography\Tests\SymmetricCryptographerFixture.cs DataCollection.cs ExceptionFormatter.cs FileHelper.cs Instrumentation\ApplicationData.cs Instrumentation\EventLogger.cs Instrumentation\EventLogIdentifier.cs Instrumentation\InstrumentedEvent.cs Instrumentation\PerformanceCounterInstances.cs Instrumentation\ProjectInstaller.cs Instrumentation\ProjectInstallerBase.cs Instrumentation\Tests\CasFixture.cs Instrumentation\Tests\PerformanceCounterFixtureBase.cs Instrumentation\Tests\WMIEventsFixtureBase.cs Resources.cs SR.cs Tests\CrossThreadTestRunner.cs Tests\ThreadStressFixtureBase.cs D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(32,35): error CS0618: Warning as Error: 'System.Collections.IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(69,19): error CS0618: Warning as Error: 'System.Collections.IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(85,19): error CS0618: Warning as Error: 'System.Collections.IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\Instrumentation\InstrumentedEvent.cs(260,25): error CS0618: Warning as Error: 'System.Diagnostics.EventLog.CreateEventSource(string, string, string)' is obsolete: 'This method has been deprecated. Please use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead. http://go.microsoft.com/fwlink/?linkid=14202' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(56,69): error CS0618: Warning as Error: 'System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(168,69): error CS0618: Warning as Error: 'System.Collections.IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(210,33): error CS0618: Warning as Error: 'System.Collections.IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(210,90): error CS0618: Warning as Error: 'System.Collections.IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(660,28): error CS0618: Warning as Error: 'System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\DataCollection.cs(668,28): error CS0618: Warning as Error: 'System.Collections.Hashtable.Hashtable(int, System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: 'Please use Hashtable(int, IEqualityComparer) instead.' D:\Program Files\Microsoft Enterprise Library\src\Common\Instrumentation\PerformanceCounterInstances.cs(81,43): error CS0618: Warning as Error: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by ConfigurationManager.AppSettings' D:\Program Files\Microsoft Enterprise Library\src\Common\Instrumentation\PerformanceCounterInstances.cs(228,17): error CS0618: Warning as Error: 'System.Diagnostics.EventLog.CreateEventSource(string, string, string)' is obsolete: 'This method has been deprecated. Please use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead. http://go.microsoft.com/fwlink/?linkid=14202' Compile complete -- 12 errors, 0 warnings Done building project "Common.csproj" -- FAILED. ------ Rebuild All started: Project: Configuration, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Configuration.csproj" -- FAILED. ------ Rebuild All started: Project: Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Data, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Data.csproj" -- FAILED. ------ Rebuild All started: Project: Caching, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Caching.csproj" -- FAILED. ------ Rebuild All started: Project: Logging, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Logging.csproj" -- FAILED. ------ Rebuild All started: Project: Security, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Cryptography, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.Cryptography.csproj" -- FAILED. ------ Rebuild All started: Project: ExceptionHandling, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "ExceptionHandling.csproj" -- FAILED. ------ Rebuild All started: Project: Data.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Data.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Database, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll Done building project "Security.Database.csproj" -- FAILED. ------ Rebuild All started: Project: Logging.MsmqDistributor, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Logging.MsmqDistributor.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Database.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.Database.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Cryptography.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.Cryptography.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: ExceptionHandling.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "ExceptionHandling.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: ExceptionHandling.Logging, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "ExceptionHandling.Logging.csproj" -- FAILED. ------ Rebuild All started: Project: Caching.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll Done building project "Caching.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Caching.Cryptography, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Csc.exe /noconfig /unsafe- /checked- /nowarn:"1701;1702;1701;1702" /nostdlib- /platform:x86 /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:"D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Security\Cryptography\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Xml.dll /debug- /filealign:4096 /optimize- /out:obj\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll /target:library /warnaserror+ ..\..\GlobalAssemblyInfo.cs AssemblyInfo.cs Configuration\SymmetricStorageEncryptionProviderData.cs SymmetricStorageEncryptionProvider.cs Tests\SymmetricStorageEncryptionProviderFixture.cs error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Security\Cryptography\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll' could not be found Compile complete -- 4 errors, 0 warnings Done building project "Caching.Cryptography.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Database.Authentication, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.Database.Authentication.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Cache.CachingStore, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll Done building project "Security.Cache.CachingStore.csproj" -- FAILED. ------ Rebuild All started: Project: Logging.Sinks.Database, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Logging.Sinks.Database.csproj" -- FAILED. ------ Rebuild All started: Project: Caching.Database, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Csc.exe /noconfig /unsafe- /checked- /nowarn:"1701;1702;1701;1702" /nostdlib- /platform:x86 /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:"D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Data\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Data.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Xml.dll /debug- /filealign:4096 /optimize- /out:obj\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Database.dll /target:library /warnaserror+ ..\..\GlobalAssemblyInfo.cs AssemblyInfo.cs Configuration\DataCacheStorageData.cs Configuration\Tests\DataCacheStorageDataFixture.cs DataBackingStore.cs Tests\DataBackingStoreFixture.cs Tests\DatabaseCacheExceptionBehavior.cs Tests\PerformanceTests.cs Tests\PersistentCacheFeatureFixture.cs Tests\SharedDatabaseBackingStoreFixture.cs error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Data\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Data.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll' could not be found Compile complete -- 4 errors, 0 warnings Done building project "Caching.Database.csproj" -- FAILED. ------ Rebuild All started: Project: Security.AzMan, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.AzMan.csproj" -- FAILED. ------ Rebuild All started: Project: Logging.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Logging.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.ActiveDirectory, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.ActiveDirectory.csproj" -- FAILED. ------ Rebuild All started: Project: Caching.Database.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll Done building project "Caching.Database.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.ActiveDirectory.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.ActiveDirectory.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.AzMan.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.AzMan.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Cache.CachingStore.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll Done building project "Security.Cache.CachingStore.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Caching.Cryptography.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll Done building project "Caching.Cryptography.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Security.Database.Authentication.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Security.Database.Authentication.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Logging.Sinks.Database.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Logging.Sinks.Database.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: ExceptionHandling.Logging.Configuration.Design, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "ExceptionHandling.Logging.Configuration.Design.csproj" -- FAILED. ------ Rebuild All started: Project: Caching.DatabaseAndCryptography, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Csc.exe /noconfig /unsafe- /checked- /nowarn:"1701;1702;1701;1702" /nostdlib- /platform:x86 /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:"D:\Program Files\Microsoft Enterprise Library\src\Caching\Cryptography\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Caching\Database\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Database.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Data\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Data.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Security\Cryptography\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Xml.dll /debug- /filealign:4096 /optimize- /out:obj\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.DatabaseAndCryptography.dll /target:library /warnaserror+ ..\..\GlobalAssemblyInfo.cs AssemblyInfo.cs Tests\DataBackingStoreWithEncryptionFixture.cs error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Caching\Database\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Database.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Data\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Data.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Caching\Cryptography\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Security\Cryptography\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Caching\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.dll' could not be found Compile complete -- 7 errors, 0 warnings Done building project "Caching.DatabaseAndCryptography.csproj" -- FAILED. ------ Rebuild All started: Project: Logging.Sinks.WMISchema, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Csc.exe /noconfig /unsafe- /checked- /nowarn:"1701;1702;1701;1702" /nostdlib- /platform:x86 /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:"D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll" /reference:"D:\Program Files\Microsoft Enterprise Library\src\Logging\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Logging.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Configuration.Install.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Management.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Xml.dll /debug- /filealign:4096 /optimize- /out:obj\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Logging.Sinks.WMISchema.Tests.dll /target:library /warnaserror+ ..\..\..\GlobalAssemblyInfo.cs AssemblyInfo.cs Tests\Installer.cs Tests\MyInheritedCustomLogEntry.cs Tests\WMILogSinkFixture.cs error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Logging\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Logging.dll' could not be found error CS0006: Metadata file 'D:\Program Files\Microsoft Enterprise Library\src\Configuration\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Configuration.dll' could not be found Compile complete -- 3 errors, 0 warnings Done building project "Logging.Sinks.WMISchema.csproj" -- FAILED. ------ Rebuild All started: Project: Tools.SecurityDatabaseConsole, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Common\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll Done building project "Tools.SecurityDatabaseConsole.csproj" -- FAILED. ------ Rebuild All started: Project: Tools.ConfigurationConsole, Configuration: Debug x86 ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll". Could not load file or assembly 'D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll' or one of its dependencies. The system cannot find the file specified. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: D:\Program Files\Microsoft Enterprise Library\src\Caching\Configuration\Design\bin\x86\Debug\Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll Done building project "Tools.ConfigurationConsole.csproj" -- FAILED. ========== Rebuild All: 0 succeeded, 38 failed, 0 skipped ==========