|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The first error is possibly coming from a project type or project item type within your solution. The second error is occuring because the database connection for StrataFrame has been changed. In VS, go to the StrataFrame menu and then to the Database Connection option. In the window, edit the database connection and make sure that it it pointing to the StrataFrame database, not to the StrataFrameSample databse or whatever database you're application is using. This database connection is used by the design-time components to access the StrataFrame database. It is not used by the runtime components of your application in any way, so it needs to stay pointing to the StrataFrame database.
|