Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
I looks as though you have not setup your connection string in the DataSources collection. It is trying to create a DataLayer which uses the DataSOurces collection. You can use the Connection String Wizard or manually add a connection to the data sources. This will be done in the AppMain.vb or program.cs file depending on which language you are using. You will want to provide this in the SetDataSources method. There is quite a bit of documentation regarding setting up a connection string (as well as a number of other posts here on the forum). But the very first thing to look at would be your connection string in the SetDataSources method of the AppMain.vb file.
|