|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Do you have any code that is changing the MicroFour.StrataFrame.Data.DataLayer.DataSources collection? If you're not manually changing the collection, change this line within SetDataSources():
ConnectionManager.ApplicationKey = "Cadastro de Clubes"
to
ConnectionManager.ApplicationKey = "Cadastro de Clubes2"
The, run the application. It should show you the connection string wizard and after you configure the connection, you should be good to go...
|