This is a great way to get going on 2008 easily for those developers who are moving forward. Also, the StrataFrame menu now has a new option...Version. We are planning on leaving the assembly version at 1.6.0.0 so that your projects do not have to be changed and this installation can be implemented easily; however, the assemblies each have a 1.6.5.0 file version which is how we will determine exactly which version you are on. You can get a listing of your assemblies and your current version by clicking the StrataFrame -> Version menu item within Visual Studio.
If you run into anything related to the installation or interaction with VS 2008, please let us know via the forum. If you do not yet see that one bug fix or enhancement that you have been waiting for...please do not post those items as we still have a long list that we are working through to include in the final build. Thanks!
One final note, this build does include updated DevExpress assemblies to 7.3.5 for those trial users who do not have source code yet.
If you are wondering if you should install this build, it never hurts, especially if you are already running on the 1.6.5 beta. An example of what is in this build is a new property added to the BusinessLayer called PrimaryKeyIsUpdatable, which by default doesn't need to be touched. For those developers who use Guid primary keys, I would recommend loading this build as the read-only errors and custom code to work around the updates for any table with a RowGuid PK is resolved. Simply set the PrimaryKeyIsAutoIncrementing and PrimaryKeyIsUpdatable properties on the BO to False and you should now be able to update a table with a Guid PK without issue.
Additionally, there is a very simple sample that just shows how this PrimaryKeyIsUpdatable property works when updating a table with a Guid. Within the ZIP file there is a file called GuidTest.bak which is the SQL Server backup of the data that this sample uses. Restore this BAK file and then connect to the SQL Server to which you restored it when asked at the point of running the sample.
This build includes all of the previous enhancements plus...working designer commands.
Enjoy
DDT Enhancements and Fixes (So far, there will be more before the final release)
Some of the Other Enhancements and Fixes
As mentioned in previous posts, there will be a more detailed list once all of the fixes and enhancements have been completed. But this should at least give you an idea.
Note: The issue related to the DateTimePicker updating the BO and making it dirty under certain conditions has been reproduced and a fix is on the way but not included in this build.