Build #13
This build has a lot of minor changes from user tickets, but the major update is for Visual Studio 2010 RC.
Visual Studio 2010 RC
Visual Studio 2010 RC now works. There were several changes in Visual Studio between beta 2 and the RC with respect to data providers and plugin installation. We have fixed these issues.
Hopefully the Visual Studio 2010 final release will not introduce any more surprises. Beta 2 has not been tested with this build, we do not intend to support it.
VistaDB 3 and 4 side by side in Visual Studio 2008
There is a conflict that impacts Visual Studio 2008 side by side of our two data sources. Once VistaDB 4 has been installed Visual Studio 2008 still knows about VistaDB 3.x, but it will not show it for new connections from the Server Explorer (this will impact Strongly Typed Datasets that reference Server Explorer connections).
In order to fix this you will need to first uninstall VistaDB 4 prior to build 13.
Then run InstallDesigner for VistaDB 3 from the VistaDB 3 install path like this:
C:\Program Files (x86)\VistaDB 3\VisualStudio\InstallDesigner.exe ( 32 bit users will not have an x86 in the program files )
After running this command line tool you should see the VistaDB 3 entry in Visual Studio 2008 again.
Finally, install VistaDB 4 build 13 or higher and you will have two entries present.
Changes and Fixes
There are a number of small changes from user tickets. Read through the list below if you are looking for something specific.
More...