DAAB Configuration Problem
-
here is my app.config file
first i m getting these two errors: Message 1 Could not find schema information for the element 'dataConfiguration'. Message 2 Could not find schema information for the attribute 'defaultDatabase'. and when i try to call the from my DAL layer i got exception i m using this funcion Database db=DatabaseFactory.CreateDatabase(); I hope any one there will reply me many thanks, adnan
-
here is my app.config file
first i m getting these two errors: Message 1 Could not find schema information for the element 'dataConfiguration'. Message 2 Could not find schema information for the attribute 'defaultDatabase'. and when i try to call the from my DAL layer i got exception i m using this funcion Database db=DatabaseFactory.CreateDatabase(); I hope any one there will reply me many thanks, adnan
Hi, Please make sure that the assembly and the project name specified in the configSections of the app.config is same as what you have in your project. Thanks Rakheesh