Hi Folks
I have a business object assembly that will provide data to a web site. I have everything wired up but when I run it, I get the following error. Where do I set the DataSourceKey? In the past, I have always put a connection string this in an App or Web Config and gone from there. I am obviously missing something simple.
"MicroFour.StrataFrame.Data.DataLayerException: An error occurred while creating a new DataLayer for the business object. ---> MicroFour.StrataFrame.Data.DataLayerException: The DataSourceKey [] is not defined.
MicroFour.StrataFrame.Data.Databasics.DataSources.Add(New SqlDbDataSourceItem("","Your connection string"))
Thanks!