Jim,Sorry for the delayed response. It was a hard push to get 1.5 out the door and we did not get to all of the questions yesterday.
The problem that you are having in your StrataFrame connection. The Framework, Database Deployment Toolkit, and Messaging and Localization all use the same database and connection string. The frameworks database is named StrataFrame. In 1.5 we prevent the developer from being to change this value so it should help resolve some issues. To verify your connection, do the following:
- Open Visual Studio
- Click StrataFrame -> Database Connection
- Select the "StrataFrame Data Store" or whatever it may be named now (the name of the connection does not matter)
- Click "Edit"
- Once the Wizard appears click Next >
- Make sure that the server is pointing to the server that houses the StrataFrame database
- Make sure that the Database is set to StrataFrame
- Click Next >
- Click Finish
This should get your connection working. If you are still receiving the error, then your database must not be updated properly. To resolve this, just download 1.5 and install the new release. This will update the data structures.