i am using Starta Frame on my machine. everything is running quite well on machine. Our one more developer is also working on the same project as i am. but when he started the project on his machine a DataAccessLayer Exception is being thrown on his machine with the message that "An error occurred whuke creating a new DataLayer for the Business object." The inner exception is null. The other information i found for exception is "DataSourceKey [] is not defined."
please tell me whats the wrong happening here?
my code is in C# and SetDataSource event handler for the StartaFrame.SetDataSource event is as follows (present in program.cs)
{
ConnectionManager.ApplicationKey = "ISOCOM Key";
ConnectionManager.ApplicationDefaultTitle = "ISOCOM Connection";
ConnectionManager.ApplicationDefaultDescription = "This application connection is used by ISOCOM";
// Set the required data source information so that the ConnectionManager can gather it
}