<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Northwind.NET</title><link>http://northwind.codeplex.com/project/feeds/rss</link><description>Sample Northwind.NET project to demonstrate different technologies and development practices of Visual Studio and .NET Framework....</description><item><title>Source code checked in, #70298</title><link>http://northwind.codeplex.com/SourceControl/changeset/changes/70298</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:36:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70298 20121001093645P</guid></item><item><title>Source code checked in, #70297</title><link>http://northwind.codeplex.com/SourceControl/changeset/changes/70297</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:31:58 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70297 20121001093158P</guid></item><item><title>Released: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>
&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br&gt;
This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br&gt;
The main solution file is called Northwind.NET.VS2010.sln.&lt;br&gt;
Is builds two front-end applications:&lt;br&gt;
&lt;br&gt;
- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br&gt;
- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br&gt;
&lt;br&gt;
There are a few other solutions released:&lt;br&gt;
&lt;br&gt;
- 3) Northwind.NET.MSAccess.sln - it has:&lt;br&gt;
a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br&gt;
b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br&gt;
&lt;br&gt;
After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br&gt;
&lt;br&gt;
- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br&gt;
- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br&gt;
&lt;br&gt;
If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br&gt;
&lt;br&gt;
.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br&gt;
&lt;br&gt;
Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br&gt;
But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br&gt;
Looking for solution of that issue.&lt;br&gt;
All and every hints, tips and tricks how to make that &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br&gt;
&lt;br&gt;
Thank you.&lt;br&gt;
&lt;br&gt;
-- Shamil&lt;br&gt;
&lt;br&gt;
P.S.&lt;br&gt;
&lt;br&gt;
Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br&gt;
Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0,
&lt;br&gt;
Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0,
&lt;br&gt;
Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br&gt;
&lt;br&gt;
System.Windows.Markup.XamlParseException: &lt;br&gt;
&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br&gt;
---&amp;gt; System.MethodAccessException: &lt;br&gt;
Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br&gt;
&lt;br&gt;
Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model. Level 2 transparency causes all methods in AllowPartiallyTrustedCallers
 assemblies to become security transparent by default, which may be the cause of this exception.&lt;br&gt;
---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 21 Feb 2012 15:27:43 GMT</pubDate><guid isPermaLink="false">Released: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20120221032743P</guid></item><item><title>Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;        a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;        b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that  &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException: &lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException: &lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Tue, 21 Feb 2012 15:27:43 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20120221032743P</guid></item><item><title>Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;        a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;        b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that  &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException: &lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException: &lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Tue, 21 Feb 2012 15:26:08 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20120221032608P</guid></item><item><title>Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;        a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;        b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that  &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException: &lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException: &lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Mon, 06 Feb 2012 15:57:25 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20120206035725P</guid></item><item><title>Released: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>
&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br&gt;
This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br&gt;
The main solution file is called Northwind.NET.VS2010.sln.&lt;br&gt;
Is builds two front-end applications:&lt;br&gt;
&lt;br&gt;
- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br&gt;
- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br&gt;
&lt;br&gt;
There are a few other solutions released:&lt;br&gt;
&lt;br&gt;
- 3) Northwind.NET.MSAccess.sln - it has:&lt;br&gt;
a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br&gt;
b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br&gt;
&lt;br&gt;
After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br&gt;
&lt;br&gt;
- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br&gt;
- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br&gt;
&lt;br&gt;
If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br&gt;
&lt;br&gt;
.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br&gt;
&lt;br&gt;
Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br&gt;
But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br&gt;
Looking for solution of that issue.&lt;br&gt;
All and every hints, tips and tricks how to make that &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br&gt;
&lt;br&gt;
Thank you.&lt;br&gt;
&lt;br&gt;
-- Shamil&lt;br&gt;
&lt;br&gt;
P.S.&lt;br&gt;
&lt;br&gt;
Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br&gt;
Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0,
&lt;br&gt;
Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0,
&lt;br&gt;
Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br&gt;
&lt;br&gt;
System.Windows.Markup.XamlParseException: &lt;br&gt;
&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br&gt;
---&amp;gt; System.MethodAccessException: &lt;br&gt;
Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br&gt;
&lt;br&gt;
Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model. Level 2 transparency causes all methods in AllowPartiallyTrustedCallers
 assemblies to become security transparent by default, which may be the cause of this exception.&lt;br&gt;
---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 06 Feb 2012 15:57:25 GMT</pubDate><guid isPermaLink="false">Released: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20120206035725P</guid></item><item><title>Released: Northwind.NET v.2.0 (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/26600</link><description>
&lt;div class="wikidoc"&gt;This version additionally to Northwind.NET v.1.0 has:&lt;br&gt;
&lt;br&gt;
- sample WinForms project with MS Access .mdb backend;&lt;br&gt;
- sample MS ReportViewer Reporting ASP.NET web site with MS Access .mdb as backend. This sample ASP.NET application is currently running here:
&lt;a href="http://shamils-4.hosting.parking.ru/nw/"&gt;http://shamils-4.hosting.parking.ru/nw/&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
MS Access .mdb backend was prepared by mainly manual downgrading of MS SQL 2005 backend database from Northwind.NET v.1.0.
&lt;br&gt;
&lt;br&gt;
In the new releases we will keep using MS SQL 2005 database as main backend with this v.1.2 MS Access backend database used in some use-case sample scenarious...&lt;br&gt;
&lt;br&gt;
This version requires .NET Framework 3.5, MS ReportViewer Control 2008 and JET 4.0 installed on target system.&lt;br&gt;
&lt;br&gt;
1-MAY-09: Added MSAccessWebService.zip - a &amp;quot;food for thought&amp;quot; to &amp;quot;brain-storm&amp;quot; in what directions attached sample can be developed - what useful applications for MS Access developers and power-users can be prepared using this technique of
 wrapping Web Services (and just .NET Framework (application) classes) into simple VBA-callable COM-wrappers.&lt;br&gt;
&lt;br&gt;
6-JUN-06: Added NWNetSLApp.zip - simple SilverLight solution consuming ADO.NET Data Service to present Shippers data. It was put here just for starters to invite participating in SCRUM Northwind.NET.SilverLight. Silverlight app from this solution is currently
 published here:&lt;br&gt;
&lt;a href="http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx"&gt;http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx&lt;span&gt;&lt;/span&gt;&lt;/a&gt; and it consumes ADO.NET Data Service currently published here
&lt;a href="http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc"&gt;
http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. If you will try to make this application and ADO.NET Data Service build and run locally please carefully read this article &amp;quot;Using Silverlight 2 With ADO.NET Data
 Services&amp;quot; &lt;a href="http://msdn.microsoft.com/en-us/magazine/dd569758.aspx"&gt;
http://msdn.microsoft.com/en-us/magazine/dd569758.aspx&lt;span&gt;&lt;/span&gt;&lt;/a&gt; as well as this blog entry &amp;quot;Hosted ADO.NET Data Services &amp;amp; Silverlight&amp;quot;
&lt;a href="http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/"&gt;
http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. Please also note that attached archive doesn&amp;#39;t contain NorthwindNET MS SQL 2005 sample database - you can find this database backup in another attachment
 to this post NorthWindNETDatabaseBackup.zip&lt;br&gt;
&lt;br&gt;
23-JUL-09&lt;br&gt;
&lt;br&gt;
Added:&lt;br&gt;
&lt;br&gt;
- SPJ_SQL2005.zip - C.J.Date sample database (prepared here);&lt;br&gt;
- SPJWinFormsForEF_VS2008.zip - VS2008 sample project to demonstrate WinForms and MS ReportViewer reports bound to ADO.NET Entity Framework object datasources;&lt;br&gt;
- SPJWinFormsForEF_Executables.zip - just executables and sample database for the above sample project.&lt;br&gt;
&lt;br&gt;
29-DEC-10&lt;br&gt;
&lt;br&gt;
Created a new set of projects to support working with ADO.NET Entity Framework for .NET Framework 4.0.&lt;br&gt;
Released NorthwindNET&lt;i&gt;4&lt;/i&gt;0&lt;i&gt;SampleApps&lt;/i&gt;Setup.zip - sample executables setup
&lt;br&gt;
and &lt;br&gt;
NorthwindNET&lt;i&gt;4&lt;/i&gt;0_Sources.zip - all the sources.&lt;br&gt;
For the latter set of sources you have to edit three app.config files:&lt;br&gt;
&lt;br&gt;
Northwind.NET.EDM.FE\App.Config&lt;br&gt;
Northwind.NET.Model\App.Config&lt;br&gt;
Northwind.NET.Testing.Console\App.Config&lt;br&gt;
&lt;br&gt;
to set Data Source attribute of connection strings to your MS SQL Server environment.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 06 Feb 2012 15:42:33 GMT</pubDate><guid isPermaLink="false">Released: Northwind.NET v.2.0 (Feb 04, 2011) 20120206034233P</guid></item><item><title>Updated Release: Northwind.NET v.2.0 (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/26600</link><description>&lt;div class="wikidoc"&gt;This version additionally to Northwind.NET  v.1.0 has:&lt;br /&gt;&lt;br /&gt;- sample WinForms project with MS Access .mdb backend;&lt;br /&gt;- sample MS ReportViewer Reporting ASP.NET web site with MS Access .mdb as backend. This sample ASP.NET application is currently running here: &lt;a href="http://shamils-4.hosting.parking.ru/nw/" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/nw/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;MS Access .mdb backend was prepared by mainly manual downgrading of MS SQL 2005 backend database from Northwind.NET v.1.0. &lt;br /&gt;&lt;br /&gt;In the new releases we will keep using MS SQL 2005 database as main backend with this v.1.2 MS Access backend database used in some use-case sample scenarious...&lt;br /&gt;&lt;br /&gt;This version requires .NET Framework 3.5, MS ReportViewer Control 2008 and JET 4.0 installed on target system.&lt;br /&gt;&lt;br /&gt;1-MAY-09: Added MSAccessWebService.zip - a &amp;quot;food for thought&amp;quot; to &amp;quot;brain-storm&amp;quot; in what directions attached sample can be developed - what useful applications for MS Access developers and power-users can be prepared using this technique of wrapping Web Services (and just .NET Framework (application) classes) into simple VBA-callable COM-wrappers.&lt;br /&gt;&lt;br /&gt;6-JUN-06: Added NWNetSLApp.zip - simple SilverLight solution consuming ADO.NET Data Service to present Shippers data. It was put here just for starters to invite participating in SCRUM Northwind.NET.SilverLight. Silverlight app from this solution is currently published here:&lt;br /&gt;&lt;a href="http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and it consumes ADO.NET Data Service currently published here &lt;a href="http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you will try to make this application and ADO.NET Data Service build and run locally please carefully read this article &amp;quot;Using Silverlight 2 With ADO.NET Data Services&amp;quot; &lt;a href="http://msdn.microsoft.com/en-us/magazine/dd569758.aspx" class="externalLink"&gt;http://msdn.microsoft.com/en-us/magazine/dd569758.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; as well as this blog entry &amp;quot;Hosted ADO.NET Data Services &amp;amp; Silverlight&amp;quot; &lt;a href="http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/" class="externalLink"&gt;http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please also note that attached archive doesn&amp;#39;t contain NorthwindNET MS SQL 2005 sample database - you can find this database backup in another attachment to this post NorthWindNETDatabaseBackup.zip&lt;br /&gt;&lt;br /&gt;23-JUL-09&lt;br /&gt;&lt;br /&gt;Added:&lt;br /&gt;&lt;br /&gt;- SPJ_SQL2005.zip - C.J.Date sample database (prepared here);&lt;br /&gt;- SPJWinFormsForEF_VS2008.zip - VS2008 sample project to demonstrate WinForms and MS ReportViewer reports bound to ADO.NET Entity Framework object datasources;&lt;br /&gt;- SPJWinFormsForEF_Executables.zip - just executables and sample database for the above sample project.&lt;br /&gt;&lt;br /&gt;29-DEC-10&lt;br /&gt;&lt;br /&gt;Created a new set of projects to support working with ADO.NET Entity Framework for .NET Framework 4.0.&lt;br /&gt;Released  NorthwindNET&lt;i&gt;4&lt;/i&gt;0&lt;i&gt;SampleApps&lt;/i&gt;Setup.zip - sample executables setup &lt;br /&gt;and &lt;br /&gt;NorthwindNET&lt;i&gt;4&lt;/i&gt;0_Sources.zip  - all the sources.&lt;br /&gt;For the latter set of sources you have to edit three app.config files:&lt;br /&gt;&lt;br /&gt;Northwind.NET.EDM.FE\App.Config&lt;br /&gt;Northwind.NET.Model\App.Config&lt;br /&gt;Northwind.NET.Testing.Console\App.Config&lt;br /&gt;&lt;br /&gt;to set Data Source attribute of connection strings to your MS SQL Server environment.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Mon, 06 Feb 2012 15:42:33 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.0 (Feb 04, 2011) 20120206034233P</guid></item><item><title>Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;        a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;        b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that  &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException: &lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException: &lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Mon, 06 Feb 2012 15:42:04 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20120206034204P</guid></item><item><title>Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;        a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;        b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that  &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException: &lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException: &lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Mon, 06 Feb 2012 15:32:08 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20120206033208P</guid></item><item><title>Updated Release: Northwind.NET v.2.0 (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/26600</link><description>&lt;div class="wikidoc"&gt;This version additionally to Northwind.NET  v.1.0 has:&lt;br /&gt;&lt;br /&gt;- sample WinForms project with MS Access .mdb backend;&lt;br /&gt;- sample MS ReportViewer Reporting ASP.NET web site with MS Access .mdb as backend. This sample ASP.NET application is currently running here: &lt;a href="http://shamils-4.hosting.parking.ru/nw/" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/nw/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;MS Access .mdb backend was prepared by mainly manual downgrading of MS SQL 2005 backend database from Northwind.NET v.1.0. &lt;br /&gt;&lt;br /&gt;In the new releases we will keep using MS SQL 2005 database as main backend with this v.1.2 MS Access backend database used in some use-case sample scenarious...&lt;br /&gt;&lt;br /&gt;This version requires .NET Framework 3.5, MS ReportViewer Control 2008 and JET 4.0 installed on target system.&lt;br /&gt;&lt;br /&gt;1-MAY-09: Added MSAccessWebService.zip - a &amp;quot;food for thought&amp;quot; to &amp;quot;brain-storm&amp;quot; in what directions attached sample can be developed - what useful applications for MS Access developers and power-users can be prepared using this technique of wrapping Web Services (and just .NET Framework (application) classes) into simple VBA-callable COM-wrappers.&lt;br /&gt;&lt;br /&gt;6-JUN-06: Added NWNetSLApp.zip - simple SilverLight solution consuming ADO.NET Data Service to present Shippers data. It was put here just for starters to invite participating in SCRUM Northwind.NET.SilverLight. Silverlight app from this solution is currently published here:&lt;br /&gt;&lt;a href="http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and it consumes ADO.NET Data Service currently published here &lt;a href="http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you will try to make this application and ADO.NET Data Service build and run locally please carefully read this article &amp;quot;Using Silverlight 2 With ADO.NET Data Services&amp;quot; &lt;a href="http://msdn.microsoft.com/en-us/magazine/dd569758.aspx" class="externalLink"&gt;http://msdn.microsoft.com/en-us/magazine/dd569758.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; as well as this blog entry &amp;quot;Hosted ADO.NET Data Services &amp;amp; Silverlight&amp;quot; &lt;a href="http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/" class="externalLink"&gt;http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please also note that attached archive doesn&amp;#39;t contain NorthwindNET MS SQL 2005 sample database - you can find this database backup in another attachment to this post NorthWindNETDatabaseBackup.zip&lt;br /&gt;&lt;br /&gt;23-JUL-09&lt;br /&gt;&lt;br /&gt;Added:&lt;br /&gt;&lt;br /&gt;- SPJ_SQL2005.zip - C.J.Date sample database (prepared here);&lt;br /&gt;- SPJWinFormsForEF_VS2008.zip - VS2008 sample project to demonstrate WinForms and MS ReportViewer reports bound to ADO.NET Entity Framework object datasources;&lt;br /&gt;- SPJWinFormsForEF_Executables.zip - just executables and sample database for the above sample project.&lt;br /&gt;&lt;br /&gt;29-DEC-10&lt;br /&gt;&lt;br /&gt;Created a new set of projects to support working with ADO.NET Entity Framework for .NET Framework 4.0.&lt;br /&gt;Released  NorthwindNET&lt;i&gt;4&lt;/i&gt;0&lt;i&gt;SampleApps&lt;/i&gt;Setup.zip - sample executables setup &lt;br /&gt;and &lt;br /&gt;NorthwindNET&lt;i&gt;4&lt;/i&gt;0_Sources.zip  - all the sources.&lt;br /&gt;For the latter set of sources you have to edit three app.config files:&lt;br /&gt;&lt;br /&gt;Northwind.NET.EDM.FE\App.Config&lt;br /&gt;Northwind.NET.Model\App.Config&lt;br /&gt;Northwind.NET.Testing.Console\App.Config&lt;br /&gt;&lt;br /&gt;to set Data Source attribute of connection strings to your MS SQL Server environment.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Mon, 06 Feb 2012 15:31:06 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.0 (Feb 04, 2011) 20120206033106P</guid></item><item><title>Created Issue: Memory Resources [6702]</title><link>http://northwind.codeplex.com/workitem/6702</link><description>Well done on the new release &amp;#40;2.1&amp;#41; ... some interesting upgrades&lt;br /&gt;&lt;br /&gt;One issue I noted is that the user controls seem to use an excessive amount of memory and do not release any memory when the user goes to the next control&amp;#63; I have been working on upgrading an app that implements user controls and have the same problem &amp;#8230; any thoughts&amp;#63;&lt;br /&gt;&lt;br /&gt;WIll&lt;br /&gt;</description><author>Will_Tom</author><pubDate>Tue, 03 Jan 2012 23:23:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Memory Resources [6702] 20120103112333P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://northwind.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Northwind.NET v.2.1 (.NET Framework 4.0) Release Notes&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0,&lt;br /&gt;Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0,&lt;br /&gt;Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException:&lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException:&lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model. Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;br /&gt;&lt;br /&gt;P.P.S. Setting WPF browser application to work in Intranet mode&lt;br /&gt;&lt;br /&gt;1. Set Security as &amp;quot;Full Trust&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=northwind&amp;DownloadId=205994" alt="SetAsFullTrust.JPG" title="SetAsFullTrust.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;2. Edit App.config&lt;br /&gt;&lt;br /&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;  &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;    &amp;lt;add name=&amp;quot;NorthwindNETEntities&amp;quot; connectionString=&amp;quot;metadata=res://&lt;b&gt;/NorthwindEntityDataModel.csdl|res://&lt;/b&gt;/NorthwindEntityDataModel.ssdl|res://*/NorthwindEntityDataModel.msl;provider=System.Data.SqlClient;provider connection string=&amp;amp;quot;Data Source=NANT\SQLEXPRESS;Initial Catalog=NorthwindNET;Integrated Security=True;MultipleActiveResultSets=True&amp;amp;quot;&amp;quot; providerName=&amp;quot;System.Data.EntityClient&amp;quot; /&amp;gt;&lt;br /&gt;  &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;  &lt;br /&gt;  &amp;lt;startup&amp;gt;&lt;br /&gt;    &amp;lt;supportedRuntime version=&amp;quot;v4.0&amp;quot; sku=&amp;quot;.NETFramework,Version=v4.0&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/startup&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;br /&gt;&lt;br /&gt;3. Get application running from within VS2010&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=northwind&amp;DownloadId=206000" alt="Categories.JPG" title="Categories.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=northwind&amp;DownloadId=206001" alt="InvoiceReport.JPG" title="InvoiceReport.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Mon, 07 Feb 2011 01:42:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110207014233A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://northwind.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Northwind.NET v.2.1 (.NET Framework 4.0) Release Notes&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0,&lt;br /&gt;Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0,&lt;br /&gt;Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException:&lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException:&lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model. Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;br /&gt;&lt;br /&gt;P.P.S.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=northwind&amp;DownloadId=205994" alt="SetAsFullTrust.JPG" title="SetAsFullTrust.JPG" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Mon, 07 Feb 2011 00:13:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110207121327A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://northwind.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Northwind.NET v.2.1 (.NET Framework 4.0) Release Notes&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0,&lt;br /&gt;Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0,&lt;br /&gt;Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException:&lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException:&lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model. Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Fri, 04 Feb 2011 15:21:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110204032157P</guid></item><item><title>Released: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>
&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br&gt;
This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br&gt;
The main solution file is called Northwind.NET.VS2010.sln.&lt;br&gt;
Is builds two front-end applications:&lt;br&gt;
&lt;br&gt;
- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br&gt;
- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br&gt;
&lt;br&gt;
There are a few other solutions released:&lt;br&gt;
&lt;br&gt;
- 3) Northwind.NET.MSAccess.sln - it has:&lt;br&gt;
a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br&gt;
b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br&gt;
&lt;br&gt;
After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br&gt;
&lt;br&gt;
- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br&gt;
- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br&gt;
&lt;br&gt;
If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br&gt;
&lt;br&gt;
.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br&gt;
&lt;br&gt;
Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br&gt;
But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br&gt;
Looking for solution of that issue.&lt;br&gt;
All and every hints, tips and tricks how to make that &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br&gt;
&lt;br&gt;
Thank you.&lt;br&gt;
&lt;br&gt;
-- Shamil&lt;br&gt;
&lt;br&gt;
P.S.&lt;br&gt;
&lt;br&gt;
Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br&gt;
Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0,
&lt;br&gt;
Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0,
&lt;br&gt;
Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br&gt;
&lt;br&gt;
System.Windows.Markup.XamlParseException: &lt;br&gt;
&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br&gt;
---&amp;gt; System.MethodAccessException: &lt;br&gt;
Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br&gt;
&lt;br&gt;
Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model. Level 2 transparency causes all methods in AllowPartiallyTrustedCallers
 assemblies to become security transparent by default, which may be the cause of this exception.&lt;br&gt;
---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 04 Feb 2011 15:20:22 GMT</pubDate><guid isPermaLink="false">Released: Northwind.NET v.2.1 (.NET Framework 4.0) (Feb 04, 2011) 20110204032022P</guid></item><item><title>Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (фев 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;        a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;        b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;After you&amp;#39;ll unzip or SVN-checkout source code of this release at your environment you&amp;#39;ll have to:&lt;br /&gt;&lt;br /&gt;- restore Northwind.NET database - its backup is in .\zzzArchive\20101226 subfolder and then&lt;br /&gt;- edit app.config files in .\Northwind.NET.EDM.FE and .\Northwind.NET.WPF.FE subfolder to have connection strings adjusted to your data context.&lt;br /&gt;&lt;br /&gt;If you wanted to try some unit tests then you&amp;#39;ll have to edit app.config file in .\Northwind.NET.Testing.Console subfolder.&lt;br /&gt;&lt;br /&gt;.\zzzArchive\20100128 subfolder has zipped MS Access back-end.&lt;br /&gt;&lt;br /&gt;Within this project phase there was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that  &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException: &lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException: &lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Fri, 04 Feb 2011 15:20:22 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (фев 04, 2011) 20110204032022P</guid></item><item><title>Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (фев 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/60382</link><description>&lt;div class="wikidoc"&gt;Northwind.NET v.2.1 is a port of Northwind.NET 2.0 to .NET Framework 4.0.&lt;br /&gt;This new version has also got significant code refactoring comparing to v.2.0 including (but not limited to) changing ADO.NET DAL layer to ADO.NET Entity Framework DAL .&lt;br /&gt;The main solution file is called Northwind.NET.VS2010.sln.&lt;br /&gt;Is builds two front-end applications:&lt;br /&gt;&lt;br /&gt;- 1) Northwind.NET.EDM.FE.exe - WinForms-based FE with EDM backend;&lt;br /&gt;- 2) Northwind.NET.WPF.FE.exe - WPF front-end hosting WinForms controls from the same user controls class library used in the first front-end.&lt;br /&gt;&lt;br /&gt;There are a few other solutions released:&lt;br /&gt;&lt;br /&gt;- 3) Northwind.NET.MSAccess.sln - it has:&lt;br /&gt;        a) Northwind.NET.FE.1.1.csproj - MS Access back-end based WinForms/ADO.NET port to .NET Framework 4.0;&lt;br /&gt;        b) Northwind.ASP.NET.MSAccess.Reporting.RDLC.10.0.0.0/ - sample MS Reporviewer 10.0 ASP.NET web site&lt;br /&gt;&lt;br /&gt;There was also an attempt to make &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP application using WPF port mentioned above.&lt;br /&gt;But that attempt failed - below (see P.S.) is the first part of runtime exception stack.&lt;br /&gt;Looking for solution of that issue.&lt;br /&gt;All and every hints, tips and tricks how to make that  &amp;quot;quick&amp;amp;dirty&amp;quot; XBAP port workable (if possible at all) are very welcome.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;-- Shamil&lt;br /&gt;&lt;br /&gt;P.S.&lt;br /&gt;&lt;br /&gt;Startup URI: E:\Projects\SMS\Northwind\Bin\Northwind.NET.XBAP.FE.xbap&lt;br /&gt;Application Identity: file:///E:/Projects/SMS/Northwind/Bin/Northwind.NET.XBAP.FE.xbap#Northwind.NET.XBAP.FE.xbap, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil/Northwind.NET.XBAP.FE.exe, Version=1.0.0.0, &lt;br /&gt; Culture=neutral, PublicKeyToken=d590cb1df9b1ff3f, processorArchitecture=msil, type=win32&lt;br /&gt;&lt;br /&gt;System.Windows.Markup.XamlParseException: &lt;br /&gt;&amp;#39;The invocation of the constructor on type &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost&amp;#39; that matches the specified binding constraints threw an exception.&amp;#39; Line number &amp;#39;14&amp;#39; and line position &amp;#39;14&amp;#39;.&lt;br /&gt;---&amp;gt; System.MethodAccessException: &lt;br /&gt;Attempt by security transparent method &amp;#39;System.Xaml.Schema.XamlTypeInvoker.CreateInstance(System.Object[])&amp;#39; to access security critical method &amp;#39;System.Windows.Forms.Integration.WindowsFormsHost..ctor()&amp;#39; failed.&lt;br /&gt;&lt;br /&gt;Assembly &amp;#39;System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception.&lt;br /&gt;---&amp;gt; System.Security.SecurityException: Request failed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Fri, 04 Feb 2011 14:57:49 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.1 (.NET Framework 4.0) (фев 04, 2011) 20110204025749P</guid></item><item><title>Updated Release: Northwind.NET v.2.0 (фев 04, 2011)</title><link>http://northwind.codeplex.com/releases/view/26600</link><description>&lt;div class="wikidoc"&gt;This version additionally to Northwind.NET  v.1.0 has:&lt;br /&gt;&lt;br /&gt;- sample WinForms project with MS Access .mdb backend;&lt;br /&gt;- sample MS ReportViewer Reporting ASP.NET web site with MS Access .mdb as backend. This sample ASP.NET application is currently running here: &lt;a href="http://shamils-4.hosting.parking.ru/nw/" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/nw/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;MS Access .mdb backend was prepared by mainly manual downgrading of MS SQL 2005 backend database from Northwind.NET v.1.0. &lt;br /&gt;&lt;br /&gt;In the new releases we will keep using MS SQL 2005 database as main backend with this v.1.2 MS Access backend database used in some use-case sample scenarious...&lt;br /&gt;&lt;br /&gt;This version requires .NET Framework 3.5, MS ReportViewer Control 2008 and JET 4.0 installed on target system.&lt;br /&gt;&lt;br /&gt;1-MAY-09: Added MSAccessWebService.zip - a &amp;quot;food for thought&amp;quot; to &amp;quot;brain-storm&amp;quot; in what directions attached sample can be developed - what useful applications for MS Access developers and power-users can be prepared using this technique of wrapping Web Services (and just .NET Framework (application) classes) into simple VBA-callable COM-wrappers.&lt;br /&gt;&lt;br /&gt;6-JUN-06: Added NWNetSLApp.zip - simple SilverLight solution consuming ADO.NET Data Service to present Shippers data. It was put here just for starters to invite participating in SCRUM Northwind.NET.SilverLight. Silverlight app from this solution is currently published here:&lt;br /&gt;&lt;a href="http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and it consumes ADO.NET Data Service currently published here &lt;a href="http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc" class="externalLink"&gt;http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you will try to make this application and ADO.NET Data Service build and run locally please carefully read this article &amp;quot;Using Silverlight 2 With ADO.NET Data Services&amp;quot; &lt;a href="http://msdn.microsoft.com/en-us/magazine/dd569758.aspx" class="externalLink"&gt;http://msdn.microsoft.com/en-us/magazine/dd569758.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; as well as this blog entry &amp;quot;Hosted ADO.NET Data Services &amp;amp; Silverlight&amp;quot; &lt;a href="http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/" class="externalLink"&gt;http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please also note that attached archive doesn&amp;#39;t contain NorthwindNET MS SQL 2005 sample database - you can find this database backup in another attachment to this post NorthWindNETDatabaseBackup.zip&lt;br /&gt;&lt;br /&gt;23-JUL-09&lt;br /&gt;&lt;br /&gt;Added:&lt;br /&gt;&lt;br /&gt;- SPJ_SQL2005.zip - C.J.Date sample database (prepared here);&lt;br /&gt;- SPJWinFormsForEF_VS2008.zip - VS2008 sample project to demonstrate WinForms and MS ReportViewer reports bound to ADO.NET Entity Framework object datasources;&lt;br /&gt;- SPJWinFormsForEF_Executables.zip - just executables and sample database for the above sample project.&lt;br /&gt;&lt;br /&gt;29-DEC-10&lt;br /&gt;&lt;br /&gt;Created a new set of projects to support working with ADO.NET Entity Framework for .NET Framework 4.0.&lt;br /&gt;Released  NorthwindNET&lt;i&gt;4&lt;/i&gt;0&lt;i&gt;SampleApps&lt;/i&gt;Setup.zip - sample executables setup &lt;br /&gt;and &lt;br /&gt;NorthwindNET&lt;i&gt;4&lt;/i&gt;0_Sources.zip  - all the sources.&lt;br /&gt;For the latter set of sources you have to edit three app.config files:&lt;br /&gt;&lt;br /&gt;Northwind.NET.EDM.FE\App.Config&lt;br /&gt;Northwind.NET.Model\App.Config&lt;br /&gt;Northwind.NET.Testing.Console\App.Config&lt;br /&gt;&lt;br /&gt;to set Data Source attribute of connection strings to your MS SQL Server environment.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Fri, 04 Feb 2011 14:52:23 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.0 (фев 04, 2011) 20110204025223P</guid></item></channel></rss>