i am using enterprise library program in asp.net with c#.
Database conn1 = DatabaseFactory .CreateDatabase ("con");
this line written in datalayer while execute the occur
System.Arugumen tException Unable to find the requested .Net Framework Data Provider. error
webconfig file:
this line only written in webconfig file .
please help...
Database conn1 = DatabaseFactory .CreateDatabase ("con");
this line written in datalayer while execute the occur
System.Arugumen tException Unable to find the requested .Net Framework Data Provider. error
webconfig file:
Code:
<add name="con" connectionString="Provider=MSDAORA.1;Data Source =PRMY;User ID =xxxuserIDxxx;Password = xxxxx;" providerName="System.Data.OLEDB"/>
please help...
Comment