<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NSK Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=NSK</link><description>NSK Forum Rss Description</description><item><title>New Post: Installation guide/Getting started</title><link>http://nsk.codeplex.com/discussions/277126</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am also having problems building the lastest solution for VS2010.&amp;nbsp; nuget install is exiting with code 1.&amp;nbsp; I have installed EL 5, Code Contracts&amp;nbsp;and ASP.NETMVC3.&amp;nbsp; I only need to use NSK for an example of WPF.&amp;nbsp; So can I remove all of the "NSK.Web.OnlineStore.*" presentation projects?&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>jasonatkins</author><pubDate>Thu, 24 May 2012 09:14:52 GMT</pubDate><guid isPermaLink="false">New Post: Installation guide/Getting started 20120524091452A</guid></item><item><title>New Post: Repository - UnityOfWork - with multiple DB</title><link>http://nsk.codeplex.com/discussions/354253</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I am &amp;quot;playing&amp;quot; with Repository/UnityOfWork, with the help of the source code from this website...&lt;/p&gt;
&lt;p&gt;I don't know how to handle a real life example: multiple db.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If my application has to connect to db1 for users and db2 for other info, how I can manage this using Repository / Uow?&lt;/p&gt;
&lt;p&gt;Every example I found was related to one db only&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>Berzy</author><pubDate>Wed, 02 May 2012 15:54:07 GMT</pubDate><guid isPermaLink="false">New Post: Repository - UnityOfWork - with multiple DB 20120502035407P</guid></item><item><title>New Post: about real life example implementation (data access)</title><link>http://nsk.codeplex.com/discussions/348233</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am applying what is into the book/examples to a real life project (that need a serious refactoring, btw)&lt;/p&gt;
&lt;p&gt;well, I am still puzzled about how to handle multiple db connections... e.i.: I have to make an application that use 5 db connections, each one could be of a different technology (mysql ecc). Some object are in one db some other are in another (example are
 users on legacy db and my application that run on another db)&lt;/p&gt;
&lt;p&gt;How I can handle this?&lt;/p&gt;
&lt;p&gt;I have used this schema (and looks like working) but I am not sure that is correct:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;web.config, appsettings: one provvider and one factory per connection&lt;/p&gt;
&lt;p&gt;each dataprovider has its connectionstring.&lt;/p&gt;
&lt;p&gt;each Zenatek.SmartPrint.Data.XXXXX has a namespace for each connection (example: OracleUsersDataProvider)&lt;/p&gt;
&lt;p&gt;finally I have different factory for each database, so I can set the correct connection string.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Berzy</author><pubDate>Mon, 12 Mar 2012 10:18:55 GMT</pubDate><guid isPermaLink="false">New Post: about real life example implementation (data access) 20120312101855A</guid></item><item><title>New Post: need help with webservices</title><link>http://nsk.codeplex.com/discussions/348018</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;yes, it is a little out of topic, but, well, you guys are the best out there :)&lt;/p&gt;
&lt;p&gt;This is my problem: I have used the nsk kit (trying to learn something), I work with vs 2008, so I used some old version (nsk-83577).&lt;/p&gt;
&lt;p&gt;This only to give some contest.&lt;/p&gt;
&lt;p&gt;My problem is: I have a webservice, I want it to load a lot of data (i.e. getAll() method from service layer, nice, it works) and to serialize it to the caller. Here are my problems: since the objects loaded are complex (object with attribute as list of
 objects, with overrides and inheritance) I got errors:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Member IperUtente.Settori of type System.Collections.Generic.List`1[Zenatek.SmartPrint.IperSettore] hides base class member Utente.Settori of type System.Collections.Generic.List`1[Zenatek.SmartPrint.Settore].
&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This to name one, but I also had to remove all reference to interfaces (IList)... So, there is a way to send comlpex data without becoming crazy?? (like dto? )&lt;/p&gt;
&lt;/div&gt;</description><author>Berzy</author><pubDate>Fri, 09 Mar 2012 16:37:09 GMT</pubDate><guid isPermaLink="false">New Post: need help with webservices 20120309043709P</guid></item><item><title>New Post: Help with vs 2008 source (build 83577)</title><link>http://nsk.codeplex.com/discussions/347821</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am learning/working with the version in subject. I am very new to most stuff in this code... And reading the book helps, but, well... now I am stuck.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The software I am doing have to work with different clients, so what I was thinking to achieve is to change the db mappers using a variable in config.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am planning to use a factory/builder approach somewhere, but I am not sure what is best:&lt;/p&gt;
&lt;p&gt;The SqlServerDataContext? The Helper? I am doing it wrong and there is an inversion of control&amp;nbsp; magic that can do the trick??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Berzy</author><pubDate>Thu, 08 Mar 2012 13:37:55 GMT</pubDate><guid isPermaLink="false">New Post: Help with vs 2008 source (build 83577) 20120308013755P</guid></item><item><title>New Post: Build #95118 Error parsing xaml</title><link>http://nsk.codeplex.com/discussions/297730</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I checked out the latest build #95118 (comment: &amp;quot;removed vs2008 branch&amp;quot;). Launching the ManagedDesigns.Nsk.Backoffice.Windows.UI as Start Up project,&amp;nbsp;&amp;nbsp;i obtain the error:&lt;/p&gt;
&lt;p&gt;'The invocation of the constructor on type 'ManagedDesigns.Nsk.Backoffice.Windows.UI.ViewModel.ViewModelLocator' that matches the specified binding constraints threw an exception.' Line number '12' and line position '10'&lt;/p&gt;
&lt;p&gt;Someone else has this error? What do you think it can be?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/div&gt;</description><author>paolorunchi</author><pubDate>Tue, 07 Feb 2012 21:33:03 GMT</pubDate><guid isPermaLink="false">New Post: Build #95118 Error parsing xaml 20120207093303P</guid></item><item><title>New Post: Older Version?</title><link>http://nsk.codeplex.com/discussions/292976</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hey loneranger,&lt;/p&gt;
&lt;p&gt;You can download all code from the 'source code' page. There is nothing on the downloads page, as you already know probably.&lt;/p&gt;
&lt;p&gt;On the bottom of 'source page' is a pager, which allows you to go back in time to previous Change Set thus enabling you to download a version from 2008 fex.&lt;/p&gt;
&lt;p&gt;Good luck.&lt;/p&gt;&lt;/div&gt;</description><author>daviddesloovere</author><pubDate>Sun, 05 Feb 2012 08:45:17 GMT</pubDate><guid isPermaLink="false">New Post: Older Version? 20120205084517A</guid></item><item><title>New Post: Older Version?</title><link>http://nsk.codeplex.com/discussions/292976</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;#65279;The book&amp;nbsp;&amp;quot;Architecting Applications for the Enterprise&amp;quot; shows in its appendix a NSK project organized by Data, Business and Presentation folders.&lt;/p&gt;
&lt;p&gt;Is there a place where I&amp;nbsp;can&amp;nbsp;download this version of the NSK project?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Loneranger</author><pubDate>Sat, 04 Feb 2012 20:00:47 GMT</pubDate><guid isPermaLink="false">New Post: Older Version? 20120204080047P</guid></item><item><title>New Post: Help getting started</title><link>http://nsk.codeplex.com/discussions/276187</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;Andrea,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;Thanks for your reply. I just read your book over the summer and love how you and Dino bring together all of the concepts and technologies to give an overall picture of where things fit in.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;I am mostly self-taught and work as a team of 1, but I'm eager to make my solutions more layered, maintainable and extensible. So far, most of what I have made has been Windows Forms applications. Are the concepts captured in the MVP UI's still applicable and considered best practices today for Windows Forms? Are they usable for WPF or is MVVM going to be the way to go?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;Thanks again for your wonderful book and especially for this project which really helps bring the concepts of layered solutions and patterns&amp;nbsp;to life.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-size: x-small;"&gt;Rick&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description><author>habakkuk4</author><pubDate>Tue, 22 Nov 2011 18:23:16 GMT</pubDate><guid isPermaLink="false">New Post: Help getting started 20111122062316P</guid></item><item><title>New Post: Help getting started</title><link>http://nsk.codeplex.com/discussions/276187</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Rick, that project is no longer supported: we are working instead on a backoffice based on "MVVM on WPF", but it's still only an early preview, so I do not recommend to bother with it at the time. As of today, we are concentrating on the MVC powered UIs, with with you could start having a look at the solution.&lt;/p&gt;&lt;/div&gt;</description><author>andysal</author><pubDate>Tue, 22 Nov 2011 07:40:44 GMT</pubDate><guid isPermaLink="false">New Post: Help getting started 20111122074044A</guid></item><item><title>New Post: Installation guide/Getting started</title><link>http://nsk.codeplex.com/discussions/277126</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="border: solid .1em #ccc; font-style: italic; margin: .25em 1em 0 1em; padding: 0 .25em 0 .25em;"&gt;&lt;strong&gt;monday wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;Is there any document to help with installation of all the third party tools and their correct version&amp;nbsp;like MVC, NUnit, Unity etc?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I've updated the readme.txt file in order to show the urls from which to download ASP.NET MVC 3 and the code contracts toolkit. Other toolkits (Moq, SharpTestsEx, Unity, ...) references are managed by means of nuget, so they should work "out of the box" provided you load the project on a computer connected to the Internet, so to have nuget downloading the toolkits at compile time by means of a pre build action. Just download the latest changeset, open it in VS2010, compile it and let me know.&lt;/p&gt;&lt;/div&gt;</description><author>andysal</author><pubDate>Tue, 22 Nov 2011 07:38:30 GMT</pubDate><guid isPermaLink="false">New Post: Installation guide/Getting started 20111122073830A</guid></item><item><title>New Post: Getting Started...</title><link>http://nsk.codeplex.com/discussions/279911</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, I have updated the readme.txt file in order to have it showing the urls from which to download both ASP.NET MVC 3 and the code contracts toolkit. Please get the latest changeset, have a look at the file and let me know.&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>andysal</author><pubDate>Tue, 22 Nov 2011 07:35:03 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started... 20111122073503A</guid></item><item><title>New Post: Getting Started...</title><link>http://nsk.codeplex.com/discussions/279911</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;Maybe I should start at the beginning.&amp;nbsp; I am receiving the following errors when I open the baseline solution.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: xx-small;"&gt;&lt;span style="font-family: Consolas; font-size: xx-small;"&gt;C:\AppDev\nsk\Baseline\src\OnlineStore\ManagedDesigns.Nsk.Web.OnlineStore\ManagedDesigns.Nsk.Web.OnlineStore.csproj : error : The project file 'C:\AppDev\nsk\Baseline\src\OnlineStore\ManagedDesigns.Nsk.Web.OnlineStore\ManagedDesigns.Nsk.Web.OnlineStore.csproj' cannot be opened.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: xx-small;"&gt;&lt;span style="font-family: Consolas; font-size: xx-small;"&gt;
&lt;p&gt;
&lt;p&gt;The project type is not supported by this installation.&lt;/p&gt;
&lt;p&gt;C:\AppDev\nsk\Baseline\src\OnlineStore\ManagedDesigns.Nsk.Web.OnlineStore.Smartphone\ManagedDesigns.Nsk.Web.OnlineStore.Smartphone.csproj : error : The project file 'C:\AppDev\nsk\Baseline\src\OnlineStore\ManagedDesigns.Nsk.Web.OnlineStore.Smartphone\ManagedDesigns.Nsk.Web.OnlineStore.Smartphone.csproj' cannot be opened.&lt;/p&gt;
&lt;p&gt;The project type is not supported by this installation.&lt;/p&gt;
&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: xx-small;"&gt;&lt;span style="font-family: Consolas; font-size: xx-small;"&gt;I have Visual Studio 2010 Professional installed with the following installed products:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;Microsoft Visual Studio 2010&lt;br /&gt;Version 10.0.40219.1 SP1Rel&lt;br /&gt;Microsoft .NET Framework&lt;br /&gt;Version 4.0.30319 SP1Rel&lt;/p&gt;
&lt;p&gt;Installed Version: Professional&lt;/p&gt;
&lt;p&gt;Microsoft Office Developer Tools&amp;nbsp;&amp;nbsp; 01018-587-3084974-70736&lt;br /&gt;Microsoft Office Developer Tools&lt;/p&gt;
&lt;p&gt;Microsoft Visual Basic 2010&amp;nbsp;&amp;nbsp; 01018-587-3084974-70736&lt;br /&gt;Microsoft Visual Basic 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual C# 2010&amp;nbsp;&amp;nbsp; 01018-587-3084974-70736&lt;br /&gt;Microsoft Visual C# 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual C++ 2010&amp;nbsp;&amp;nbsp; 01018-587-3084974-70736&lt;br /&gt;Microsoft Visual C++ 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual F# 2010&amp;nbsp;&amp;nbsp; 01018-587-3084974-70736&lt;br /&gt;Microsoft Visual F# 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio 2010 Team Explorer&amp;nbsp;&amp;nbsp; 01018-587-3084974-70736&lt;br /&gt;Microsoft Visual Studio 2010 Team Explorer&lt;/p&gt;
&lt;p&gt;Microsoft Visual Web Developer 2010&amp;nbsp;&amp;nbsp; 01018-587-3084974-70736&lt;br /&gt;Microsoft Visual Web Developer 2010&lt;/p&gt;
&lt;p&gt;Crystal Reports Templates for Microsoft Visual Studio 2010&amp;nbsp;&amp;nbsp; &lt;br /&gt;Crystal Reports Templates for Microsoft Visual Studio 2010&lt;/p&gt;
&lt;p&gt;Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2522890)&amp;nbsp;&amp;nbsp; KB2522890&lt;br /&gt;This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.&lt;br /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;br /&gt;For more information, visit &lt;a href="http://support.microsoft.com/kb/2522890"&gt;http://support.microsoft.com/kb/2522890&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2529927)&amp;nbsp;&amp;nbsp; KB2529927&lt;br /&gt;This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.&lt;br /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;br /&gt;For more information, visit &lt;a href="http://support.microsoft.com/kb/2529927"&gt;http://support.microsoft.com/kb/2529927&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2548139)&amp;nbsp;&amp;nbsp; KB2548139&lt;br /&gt;This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.&lt;br /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;br /&gt;For more information, visit &lt;a href="http://support.microsoft.com/kb/2548139"&gt;http://support.microsoft.com/kb/2548139&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2549864)&amp;nbsp;&amp;nbsp; KB2549864&lt;br /&gt;This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.&lt;br /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;br /&gt;For more information, visit &lt;a href="http://support.microsoft.com/kb/2549864"&gt;http://support.microsoft.com/kb/2549864&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2565057)&amp;nbsp;&amp;nbsp; KB2565057&lt;br /&gt;This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.&lt;br /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;br /&gt;For more information, visit &lt;a href="http://support.microsoft.com/kb/2565057"&gt;http://support.microsoft.com/kb/2565057&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio 2010 Professional - ENU Service Pack 1 (KB983509)&amp;nbsp;&amp;nbsp; KB983509&lt;br /&gt;This service pack is for Microsoft Visual Studio 2010 Professional - ENU.&lt;br /&gt;If you later install a more recent service pack, this service pack will be uninstalled automatically.&lt;br /&gt;For more information, visit &lt;a href="http://support.microsoft.com/kb/983509"&gt;http://support.microsoft.com/kb/983509&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio 2010 SharePoint Developer Tools&amp;nbsp;&amp;nbsp; 10.0.40219&lt;br /&gt;Microsoft Visual Studio 2010 SharePoint Developer Tools&lt;/p&gt;
&lt;p&gt;NuGet Package Manager&amp;nbsp;&amp;nbsp; 1.5.20902.9026&lt;br /&gt;NuGet Package Manager in Visual Studio. For more information about NuGet, visit &lt;a href="http://docs.nuget.org/"&gt;http://docs.nuget.org/&lt;/a&gt;.&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>msmithcodeplex</author><pubDate>Thu, 17 Nov 2011 23:54:43 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started... 20111117115443P</guid></item><item><title>New Post: Installation guide/Getting started</title><link>http://nsk.codeplex.com/discussions/277126</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Have you found anything yet?&amp;nbsp; I am looking for the same information...&lt;/p&gt;&lt;/div&gt;</description><author>msmithcodeplex</author><pubDate>Thu, 17 Nov 2011 22:50:47 GMT</pubDate><guid isPermaLink="false">New Post: Installation guide/Getting started 20111117105047P</guid></item><item><title>New Post: Getting Started...</title><link>http://nsk.codeplex.com/discussions/279911</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am a big-time newbie to Visual Studio and C# (a recent convert from Delphi development).&amp;nbsp; I have downloaded checkin 94085.&lt;/p&gt;
&lt;p&gt;The readme states the below as the build requirements:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;In order to build the solution, it is required to install:&lt;/p&gt;
&lt;p&gt;- Visual Studio 2010&lt;/p&gt;
&lt;p&gt;- Microsoft Enterprise Library v5&lt;/p&gt;
&lt;p&gt;- Microsoft DevLabs Code Contracts extensions&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/span&gt;I found and downloaded the following NuGet package and installed it:&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/span&gt;Install-Package EnterpriseLibrary.Source&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;What do I need to do for the &amp;quot;DevLabs Code Contracts extensions&amp;quot;?&amp;nbsp; I found the
&lt;a href="http://ccextensions.codeplex.com/"&gt;http://ccextensions.codeplex.com/&lt;/a&gt;&amp;nbsp;project and downloaded it, but I can't build it either.&amp;nbsp; I have ordered
&lt;span id="btAsinTitle"&gt;Microsoft&amp;reg; .NET: Architecting Applications for the Enterprise by Dino Esposito, but have not received it in the mail yet.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span&gt;&amp;#65279;Should I just wait until I get
 the book?&amp;nbsp; Will all become clear?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span&gt;&amp;#65279;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;I
 am currently getting the below error when attempting to build the ManagedDesigns.Nsk.OnlineStore solution:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;#65279;&lt;/span&gt;&lt;/span&gt;Error&amp;nbsp;1&amp;nbsp;The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)&amp;nbsp;C:\AppDev\nsk\Baseline\src\ManagedDesigns.Nsk.Web\Mvc\Rss20Result.cs&amp;nbsp;5&amp;nbsp;18&amp;nbsp;ManagedDesigns.Nsk.Web&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;#65279;&lt;/span&gt;&lt;/span&gt;Any help would be appreciated!&amp;nbsp; I don't even know if I'm on the right track!&lt;/p&gt;
&lt;/div&gt;</description><author>msmithcodeplex</author><pubDate>Thu, 17 Nov 2011 22:39:51 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started... 20111117103951P</guid></item><item><title>New Post: Installation guide/Getting started</title><link>http://nsk.codeplex.com/discussions/277126</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is there any document to help with installation of all the third party tools and their correct version&amp;nbsp;like MVC, NUnit, Unity etc?&lt;/p&gt;
&lt;p&gt;I am having the most difficulty with running the MVC application. I am newbie.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>monday</author><pubDate>Tue, 25 Oct 2011 13:08:14 GMT</pubDate><guid isPermaLink="false">New Post: Installation guide/Getting started 20111025010814P</guid></item><item><title>New Post: Help getting started</title><link>http://nsk.codeplex.com/discussions/276187</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello and thanks for creating this project.&lt;/p&gt;
&lt;p&gt;I have read &amp;quot;Architecting Applications for the Enterprise&amp;quot; and will likely give it a second read to make sure I have digested it all.&lt;/p&gt;
&lt;p&gt;I have downloaded the latest build of NSK (nsk-93269). &amp;nbsp;I have gotten over some of the first &amp;quot;humps&amp;quot; (EL 5.0, Code Contract Extensions, etc., installing Northwind sample, MVC 2.0)&lt;/p&gt;
&lt;p&gt;I am getting some persistent behaviour and am wondering if there is something I'm doing wrong. &amp;nbsp;I've listed 3 examples below, but what I'm really looking for is this:&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;Which version(s) of all the Presentation Layers are the most complete?&lt;br&gt;
&lt;span style="white-space:pre"&gt;&lt;/span&gt;Which DAL is the most complete?&lt;/p&gt;
&lt;p&gt;1.&lt;span style="white-space:pre"&gt; &lt;/span&gt;I set &amp;quot;ManagedDesigns.Nsk.Windows.UI as the startup project. &amp;nbsp;I then built the project and ran it.&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;&amp;bull;&amp;nbsp;I opened the &amp;quot;Customers&amp;quot; and clicked on &amp;quot;Add&amp;quot;.&lt;br&gt;
&lt;span style="white-space:pre"&gt;&lt;/span&gt;&amp;bull;&amp;nbsp;I&amp;nbsp;filled out the fields with example data and pressed &amp;quot;Apply&amp;quot;&lt;br&gt;
&lt;span style="white-space:pre"&gt;&amp;bull;&amp;nbsp;&lt;/span&gt;I get a NullReferenceException in CustomerDetailPresenter.cs.&lt;span style="white-space:pre"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;span&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;When the following line is executed, newCustomer.MainPostalAddress is null:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;&lt;span style="color:#008000"&gt;newCustomer.MainPostalAddress.Address = this.view.Address&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000"&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;&lt;span style="color:#000000"&gt;Should there be a line like newCustomer.MainPostalAddress = new PostalAddress() ?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2.&lt;span style="white-space:pre"&gt; &lt;/span&gt;Also using ManagedDesigns.Nsk.Windows.UI:&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;span&gt;&amp;bull;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;On the Customers form,&amp;nbsp;I selected the first customer in the left listbox (Alfreds Futterkiste on my system).&lt;br&gt;
&lt;span style="white-space:pre"&gt;&lt;span&gt;&amp;bull;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;I clicked the &amp;quot;Edit&amp;quot; button. &amp;nbsp;On the Customer form I changed the name to Alfreds Futterkiste&lt;strong&gt;d&lt;/strong&gt;.&lt;br&gt;
&lt;span style="white-space:pre"&gt;&lt;span&gt;&amp;bull;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;I clicked &amp;quot;Apply&amp;quot;.&lt;br&gt;
&lt;span style="white-space:pre"&gt;&lt;span&gt;&amp;bull;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;I get a dialog stating&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff"&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;A problem occurred while updating &amp;quot;Maria Anders&amp;quot;.&lt;br&gt;
&lt;/span&gt;&lt;span style="color:#0000ff"&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;item&lt;br&gt;
&lt;/span&gt;&lt;span style="color:#0000ff"&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;Parameter name: The specified customer does not exist.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff; white-space:pre"&gt;&lt;/span&gt;It looks like the underlying repository (ManagedDesigns.Nsk.Data.EF.Poco.Repositories) is hard-coded to return false in &amp;quot;public bool Contains(T item)&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;Should I be using a different repository? &amp;nbsp;How might I do that?&lt;/p&gt;
&lt;p&gt;3.&lt;span style="white-space:pre"&gt; &lt;/span&gt;When I click on &amp;quot;Run all tests in solution&amp;quot;, 61 tests pass, 21 tests fail. &amp;nbsp;I assume they are all meant to pass. &amp;nbsp; One example:&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;span&gt;&amp;bull;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&amp;quot;CompanyName_Cannot_Be_Null_For_Registration&amp;quot; &amp;nbsp;Error Message: &amp;nbsp;Assert.IsFalse failed.&lt;br&gt;
&lt;span style="white-space:pre"&gt;&lt;span&gt;&amp;bull;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;I took a quick look at the code for this&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;Customer c = Customer.CreateNewCustomer(&amp;quot;41&amp;quot;, &amp;quot;Managed Designs&amp;quot;, &amp;quot;Andrea Saltarello&amp;quot;);&lt;br&gt;
&lt;/span&gt;&lt;span style="white-space:pre"&gt;c.Name = null;&lt;br&gt;
Assert.IsFalse(c.IsValidForRegistration);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;I looked in the App.Config of &amp;quot;ManagedDesigns.NSK.Domain.Tests&amp;quot;. &amp;nbsp;Under the Rule Set &amp;quot;IsValidForRegistration&amp;quot;, I did not see a Validation Target for Property &amp;quot;Name&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;I tried adding one, perhaps I didn't do it right. &amp;nbsp;This test still fails.&lt;/p&gt;
&lt;p&gt;Again, I understand that this is a work in progress. &amp;nbsp;I just want to make sure I understand what's going on in this solution as it is quite a bit for me to digest all at once.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rick&lt;/p&gt;
&lt;/div&gt;</description><author>habakkuk4</author><pubDate>Mon, 17 Oct 2011 19:53:52 GMT</pubDate><guid isPermaLink="false">New Post: Help getting started 20111017075352P</guid></item><item><title>New Post: nHibernate probelm</title><link>http://nsk.codeplex.com/discussions/210666</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;i am also trying to tackle the same error. nothing is working for me.&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>raasmasood</author><pubDate>Tue, 04 Oct 2011 18:04:06 GMT</pubDate><guid isPermaLink="false">New Post: nHibernate probelm 20111004060406P</guid></item><item><title>New Post: 89744 Referencing EntLib 4.1??</title><link>http://nsk.codeplex.com/discussions/269500</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;to&amp;nbsp;my knowledge, there shouldn't be references to EL 4.1 in changeset 89744; can you target me to the wrong reference?&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;.A&lt;/p&gt;&lt;/div&gt;</description><author>andysal</author><pubDate>Wed, 24 Aug 2011 20:01:29 GMT</pubDate><guid isPermaLink="false">New Post: 89744 Referencing EntLib 4.1?? 20110824080129P</guid></item><item><title>New Post: 89744 Referencing EntLib 4.1??</title><link>http://nsk.codeplex.com/discussions/269500</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I just pulled a copy of the 89744 revision and it is referencing Microsoft Enterprise Library v4.1.&amp;nbsp; I was under the impression that the newer builds referenced v5.0 (&lt;a href="http://nsk.codeplex.com/discussions/241508"&gt;http://nsk.codeplex.com/discussions/241508&lt;/a&gt;)
 and so 5.0 is what I have installed.&lt;/p&gt;
&lt;p&gt;Do I need to replace 5.0 with 4.1 or did I somehow get an incorrect source revision?&amp;nbsp; (Or perhaps I am overlooking something else altogether??)&lt;/p&gt;
&lt;p&gt;TIA for any assistance/clarification with this.&lt;/p&gt;
&lt;p&gt;-Chris-&lt;/p&gt;
&lt;/div&gt;</description><author>doktorHallam</author><pubDate>Thu, 18 Aug 2011 02:28:30 GMT</pubDate><guid isPermaLink="false">New Post: 89744 Referencing EntLib 4.1?? 20110818022830A</guid></item></channel></rss>