You can't. The data source connection you are trying to change is the StrataFrame Data Store connection. We prevent this from being changed because this is that StrataFarme connection, not the connection associated with your application. You specify the connection for your appliction the the SetDataSources method in a WinForm app or you can just manually specify the connection:MicroFour.StrataFrame.Data.Databasics.DataSources.Add(New SqlDbDataSourceItem("","YourConnectionString"))
If you use the connection wizard, you will use the AddrequiredDataSourceItem and the SetConnections in the SetDataSources method of the AppMain.vb or program.cs file.