<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>northwind Releases Rss Feed</title><link>http://northwind.codeplex.com/Release/ProjectReleases.aspx</link><description>northwind Releases Rss Description</description><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>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: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>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>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.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>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>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;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><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>Fri, 04 Feb 2011 14:52:22 GMT</pubDate><guid isPermaLink="false">Released: Northwind.NET v.2.0 (Feb 04, 2011) 20110204025222P</guid></item><item><title>Updated Release: Northwind.NET v.2.0 (дек 29, 2010)</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>Tue, 04 Jan 2011 00:35:31 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.0 (дек 29, 2010) 20110104123531A</guid></item><item><title>Released: Northwind.NET v.2.0 (Dec 29, 2010)</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>Tue, 04 Jan 2011 00:35:31 GMT</pubDate><guid isPermaLink="false">Released: Northwind.NET v.2.0 (Dec 29, 2010) 20110104123531A</guid></item><item><title>Updated Release: Northwind.NET v.2.0 (дек 29, 2010)</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 and NorthwindNET&lt;i&gt;4&lt;/i&gt;0_Sources.zip  - all the sources.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Thu, 30 Dec 2010 08:14:34 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.0 (дек 29, 2010) 20101230081434A</guid></item><item><title>Released: Northwind.NET v.2.0 (Dec 29, 2010)</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 and NorthwindNET&lt;i&gt;4&lt;/i&gt;0_Sources.zip - all the sources.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 30 Dec 2010 08:14:34 GMT</pubDate><guid isPermaLink="false">Released: Northwind.NET v.2.0 (Dec 29, 2010) 20101230081434A</guid></item><item><title>Updated Release: Northwind.NET v.2.0 (дек 29, 2010)</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-10-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 and NorthwindNET&lt;i&gt;4&lt;/i&gt;0_Sources.zip  - all the sources.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ShamilS</author><pubDate>Thu, 30 Dec 2010 08:13:42 GMT</pubDate><guid isPermaLink="false">Updated Release: Northwind.NET v.2.0 (дек 29, 2010) 20101230081342A</guid></item></channel></rss>