I'm new to ASP.Net. I have access to an existing solution. When I opened it in Studio, some of the projects seems to be missing certain references. For example, one of the projects seems to be missing nunit.framework. I looked at the .csproj file and saw this:
<Reference Include="nunit.framework, Version=2.4.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\references\nunit.framework.dll</HintPath>
</Reference>
I'm guessing that my machine doesn't have this DLL?
I tried right clicking the References folder, then Add Reference and looked for nunit under the Assemblies. Nothing found. Is my system just missing this? If so, how do I get it?
Other missing references: System.Web.Extensions and Microsoft.Practices.EnterpriseLibrary.Data.