<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/orm/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/orm/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 23 Apr 2019 21:07:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/orm/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Natural ORM Architect, VS2017 and VS2019</title><link>https://sourceforge.net/p/orm/news/2019/04/natural-orm-architect-vs2017-and-vs2019/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Although the NORMA project is now tracked at &lt;a href="https://github.com/ormsolutions/NORMA" rel="nofollow"&gt;https://github.com/ormsolutions/NORMA&lt;/a&gt; I wanted to reach the loyal listeners on this site.&lt;/p&gt;
&lt;p&gt;For Visual Studio 2017 and 2019 NORMA is no longer installed with a traditional setup (.msi) file. Instead, the full NORMA product is available in the Visual Studio Marketplace for installation as a Visual Studio extension. To install:&lt;br/&gt;
1. Open the extensions dialog inside Visual Studio. In 2017 this is on the &lt;em&gt;Tools/Extensions and Updates&lt;/em&gt; menu item. In 2019, the dialog has moved to &lt;em&gt;Extensions/Manage Extensions &lt;/em&gt;.&lt;br/&gt;
2. On the left of the dialog, click &lt;em&gt;Online&lt;/em&gt; (or the sub item &lt;em&gt;Visual Studio Marketplace&lt;/em&gt;)&lt;br/&gt;
3. In the Search dialog, type NORMA&lt;br/&gt;
4. Look for &lt;em&gt;Natural ORM Architect&lt;/em&gt;&lt;br/&gt;
5. Download and follow the standard directions for installing an extension.&lt;/p&gt;
&lt;p&gt;The extension is published by &lt;em&gt;ORM Solutions&lt;/em&gt;, and all official NORMA releases will be digitally signed by &lt;em&gt;ORM Solutions, LLC&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Updates for NORMA will also be visible when you reopen the extensions dialog.&lt;/p&gt;
&lt;p&gt;The NORMA extension cannot auto-update because it includes XML schema files, which are limited by Visual Studio to require an 'All Users' installation. Auto-update is not available for an 'All Users' extension.&lt;/p&gt;
&lt;p&gt;Issues can be reported at &lt;a href="https://github.com/ormsolutions/NORMA/issues" rel="nofollow"&gt;https://github.com/ormsolutions/NORMA/issues&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Detailed Explanation of Changes&lt;/strong&gt;&lt;br/&gt;
The NORMA project was forced to go through major revisions due to the side-by-side installation approach introduced in Visual Studio 2017 (and later). VS has generally supported side-by-side installation of different VS versions (I have a build machine with VS 2005/2008/2010/2012/2013/2015/2017/2019 all installed and working correctly), there was no way to run multiple instances of the &lt;em&gt;same&lt;/em&gt; Visual Studio version (including different editions, like Community and Enterprise) on the same machine. This support caused a number of issues with the way NORMA builds and installs.&lt;/p&gt;
&lt;p&gt;From a build perspective, this means that even the location of the Visual Studio installation being targeted is no longer a trivial registry query because the Visual Studio installation information is no longer in the registry! It also means the target destination for the files is no longer static. For example, NORMA files used to install in the GAC (Global Assembly Cache) and be installed under the &lt;em&gt;C:\Program Files (x86)\ORM Solutions&lt;/em&gt;  directory. With the new system the GAC is no longer used and the files are no longer distributed to a fixed location. This means simple operations like referencing NORMA assemblies now require additional data to build. Beyond the build scripts, some assumptions about file location had to change in code. For example, NORMA extensions previously added verbalization content by modifying the NORMA verbalization directory. However, the location of this directory is no longer available for additional extensions, so NORMA now has to locate and reconcile multiple verbalization directories.&lt;/p&gt;
&lt;p&gt;From an installation perspective there are even more changes. To provide full support to the Visual Studio Marketplace we now use a .VSIX file for installation instead of an .MSI. This means that the Setup project is no longer used for builds above VS2015. Setup has been replaced with a different project to reference the same files as setup and distribute them in a VSIX file. Unfortunately, these changes cannot be applied to VS2015 because NORMA installs XML schema files, which cannot be included in an extension prior to the 2017 release.&lt;/p&gt;
&lt;p&gt;So, VS2017 was obviously very late (my apologies), but official VS2019 support has arrived right on time. There were a lot of little details required for this release, include non-coding issues like obtaining digital signing certificates to enable official builds in the marketplace.&lt;/p&gt;
&lt;p&gt;The bottom line is that NORMA is now available with the latest Visual Studio releases, is visible to the broader Visual Studio community, and is much easier to install, update, and share with your friends. Enjoy!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Curland</dc:creator><pubDate>Tue, 23 Apr 2019 21:07:03 -0000</pubDate><guid>https://sourceforge.net2220f835801ed33e8e2fd3492eb6a4d2f7da98f2</guid></item><item><title>Natural ORM Architect: 2015-09 CTP Released</title><link>https://sourceforge.net/p/orm/news/2015/10/natural-orm-architect-2015-09-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The September 2015 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows7/Windows8 users should either launch the provided SetupVistaOrLater.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1563.&lt;/p&gt;
&lt;p&gt;The September 2015 release adds support for Visual Studio 2015.&lt;/p&gt;
&lt;p&gt;ORM files can also be viewed online at &lt;a href="http://ORMSolutions.com." rel="nofollow"&gt;http://ORMSolutions.com.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Curland</dc:creator><pubDate>Thu, 01 Oct 2015 08:02:07 -0000</pubDate><guid>https://sourceforge.net4157c0d664a64a3ec50e60eb9a361f4d551513b8</guid></item><item><title>Natural ORM Architect: 2015-01 CTP Released</title><link>https://sourceforge.net/p/orm/news/2015/01/natural-orm-architect-2015-01-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The January 2015 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows7/Windows8 users should either launch the provided SetupVistaOrLater.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1559.&lt;/p&gt;
&lt;p&gt;The January 2015 release is primarily a bug fix release. Support for database import from Oracle has also been added (see the Readme for driver details).&lt;/p&gt;
&lt;p&gt;The web browser viewers at &lt;a href="http://ORMSolutions.com" rel="nofollow"&gt;http://ORMSolutions.com&lt;/a&gt; have also been updated to support the constraint types.&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Curland</dc:creator><pubDate>Sat, 24 Jan 2015 00:01:34 -0000</pubDate><guid>https://sourceforge.netb18ad4ee8709c0eddcc3bfbcf42c2c7844e8f965</guid></item><item><title>Natural ORM Architect: 2013-12 CTP Released</title><link>https://sourceforge.net/p/orm/news/2013/12/natural-orm-architect-2013-12-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The December 2013 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows7/Windows8 users should either launch the provided SetupVistaOrLater.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1540.&lt;/p&gt;
&lt;p&gt;The December 2013 release adds support for the following features, as well as numerous minor features and bug fixes since the May 2013 release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Visual Studio 2013 support&lt;/li&gt;
&lt;li&gt;ORM representations for Value Comparison and Cardinality constraints.&lt;/li&gt;
&lt;li&gt;Improve error display management: Enable and disable error display directly from the Error Validation submenu on the NORMA context menu. Error text has also been compacted when displayed in menus.&lt;/li&gt;
&lt;li&gt;Verify unique readings across the model.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The web browser viewers at &lt;a href="http://ORMSolutions.com" rel="nofollow"&gt;http://ORMSolutions.com&lt;/a&gt; have also been updated to support the constraint types.&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Curland</dc:creator><pubDate>Tue, 31 Dec 2013 04:21:15 -0000</pubDate><guid>https://sourceforge.netc8d0717b05144c2742c47076a0ccfba5dfe4fa59</guid></item><item><title>Natural ORM Architect: 2013-05 CTP Released</title><link>https://sourceforge.net/p/orm/news/2013/05/natural-orm-architect-2013-05-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The May 2013 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows7/Windows8 users should either launch the provided SetupVistaOrLater.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1518.&lt;/p&gt;
&lt;p&gt;The May 2013 release contains fixes for bugs found since the January 2013 release, including fixes for missing internal constraints on the Constraint Validation page in the generated HTML report, some minor changes to the relational view, targeted verbalization enhancements, and a fixes for a couple of crashes.&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Curland</dc:creator><pubDate>Wed, 29 May 2013 05:09:40 -0000</pubDate><guid>https://sourceforge.netd1e4d608e0c76c1109ea0da9ee967bb16db91649</guid></item><item><title>Natural ORM Architect: 2013-01 CTP Released</title><link>https://sourceforge.net/p/orm/news/2013/01/natural-orm-architect-2013-01-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The January 2013 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows7/Windows8 users should either launch the provided SetupVistaOrLater.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1510.&lt;/p&gt;
&lt;p&gt;The January 2013 release adds Visual Studio 2012 support, new constraint connections between a subtyping relationship and normal roles, some enhancements to disjunctive mandatory and external uniqueness verbalization patterns, native SQL Server data type handling, and other bug fixes.&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin M. Owen</dc:creator><pubDate>Thu, 17 Jan 2013 06:55:26 -0000</pubDate><guid>https://sourceforge.netb214df2df279c6cdab12bb2176a57c834f2efbd1</guid></item><item><title>Natural ORM Architect: 2012-04 CTP Released</title><link>https://sourceforge.net/p/orm/news/2012/05/natural-orm-architect-2012-04-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The April 2012 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows 7 users should either launch the provided SetupVista.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1487.&lt;/p&gt;
&lt;p&gt;The April 2012 NORMA release includes improved verbalization for uniqueness and mandatory constraints, additional options for relational column order customization, and several important bug fixes affecting display of unary fact types and objectified fact types displayed as an object type.&lt;/p&gt;
&lt;p&gt;The file viewers at &lt;a href="http://www.ormsolutions.com" rel="nofollow"&gt;http://www.ormsolutions.com&lt;/a&gt; have also been updated. The single-diagram viewer (http://ormsolutions.com/tools/orm.aspx) now has context menus to allow cross-diagram navigation. The print viewer (http://ormsolutions.com/tools/ormPrint.aspx) will now load on IE8 (eventually) and renders diagrams incrementally to reduce the wait before anything is visible: the page is fully loaded when the top diagram is rendered. Instructions to enable viewing of your posted files are discussed at &lt;a href="http://ormsolutions.com/remoteViewing.aspx." rel="nofollow"&gt;http://ormsolutions.com/remoteViewing.aspx.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin M. Owen</dc:creator><pubDate>Fri, 04 May 2012 02:15:54 -0000</pubDate><guid>https://sourceforge.net1e62c0f0257e7c93fc204c17ac1285c5617afcaf</guid></item><item><title>Natural ORM Architect: 2012-01 CTP Released </title><link>https://sourceforge.net/p/orm/news/2012/02/natural-orm-architect-2012-01-ctp-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The January 2011 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows 7 users should either launch the provided SetupVista.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1482.&lt;/p&gt;
&lt;p&gt;The January 2012 NORMA release includes the ability to customize the name and order of generated columns, and to remember these settings when the relational model is regenerated due to a change in the ORM model. Column ordering is consistent across the ORM Model Browser, Relational View, and generated code files. New verbalization options are also available for automatically modifying object type names in the Verbalization Browser. This release also includes a number of bug fixes.&lt;/p&gt;
&lt;p&gt;An important featue not included in the download are two online file viewers at &lt;a href="http://www.ormsolutions.com." rel="nofollow"&gt;http://www.ormsolutions.com.&lt;/a&gt; The two file viewers display one diagram at a time, or all diagrams together, with settings to print one diagram per page. This addresses a missing feature in NORMA, namely the ability to print all diagrams in the model. The two viewers can be used to view a local .orm file (browser permitting), or look at files posted on the internet. Instructions to enable viewing of your posted files are discussed on the web site.&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin M. Owen</dc:creator><pubDate>Thu, 02 Feb 2012 07:59:52 -0000</pubDate><guid>https://sourceforge.net504d29d1afa230eb08b69e85eb87f8c5987b1520</guid></item><item><title>Natural ORM Architect: 2011-10 CTP Released</title><link>https://sourceforge.net/p/orm/news/2011/10/natural-orm-architect-2011-10-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The October 2011 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows 7 users should either launch the provided SetupVista.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1476.&lt;/p&gt;
&lt;p&gt;The October 2011 NORMA release includes important fixes for the 'Display As Object Type' and Zoom menu features introduced in June 2011, as well as a fix for code generation issues in VS2010. There are no major new features in this release.&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin M. Owen</dc:creator><pubDate>Sat, 15 Oct 2011 18:13:17 -0000</pubDate><guid>https://sourceforge.net5299315a7fa6cffc04a0a1d1830c181568581c55</guid></item><item><title>Natural ORM Architect: 2011-06 CTP Released</title><link>https://sourceforge.net/p/orm/news/2011/07/natural-orm-architect-2011-06-ctp-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The June 2011 Community Technology Preview of Natural Object-Role Modeling Architect for Visual Studio is now available through &lt;a href="http://www.sourceforge.net/projects/orm"&gt;http://www.sourceforge.net/projects/orm&lt;/a&gt; or &lt;a href="http://www.ormfoundation.org" rel="nofollow"&gt;http://www.ormfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expanding the appropriate file download and running Setup.bat will uninstall any old NORMA version and reinstall the new NORMA components. Visual Studio instances should be shutdown before running setup, and Vista/Windows 7 users should either launch the provided SetupVista.bat or explicitly run Setup.bat as an Administrator. The release includes modifications through changeset 1473.&lt;/p&gt;
&lt;p&gt;The June 2011 NORMA release adds new display features (display objectified fact types as object types, display and attach constraints to link fact types), additional ring types with an improved editor for choosing ring types, visible zoom commands, and a long list of bug fixes.&lt;/p&gt;
&lt;p&gt;Details are available in the included Documentation\Readme.htm installed with NORMA and in the SVN change logs on sourceforge. A copy of the readme has also been posted  on sourceforge so you can review changes before you download the binaries.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin M. Owen</dc:creator><pubDate>Sun, 03 Jul 2011 07:05:33 -0000</pubDate><guid>https://sourceforge.net9391112b3c3eba5ad45a9d1a7615b2bb1f67439c</guid></item></channel></rss>