I am a big-time newbie to Visual Studio and C# (a recent convert from Delphi development). I have downloaded checkin 94085.
The readme states the below as the build requirements:
In order to build the solution, it is required to install:
- Visual Studio 2010
- Microsoft Enterprise Library v5
- Microsoft DevLabs Code Contracts extensions
I found and downloaded the following NuGet package and installed it:
Install-Package EnterpriseLibrary.Source
What do I need to do for the "DevLabs Code Contracts extensions"? I found thehttp://ccextensions.codeplex.com/ project and downloaded it, but I can't build it either. I have orderedMicrosoft® .NET: Architecting Applications for the Enterprise by Dino Esposito, but have not received it in the mail yet.
Should I just wait until I get the book? Will all become clear?
I am currently getting the below error when attempting to build the ManagedDesigns.Nsk.OnlineStore solution:
Error 1 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) C:\AppDev\nsk\Baseline\src\ManagedDesigns.Nsk.Web\Mvc\Rss20Result.cs 5 18 ManagedDesigns.Nsk.Web
Any help would be appreciated! I don't even know if I'm on the right track!