Tagged Questions
2
votes
5answers
3k views
Entity Framework v2 doesn't support sql 2000?
I installed the beta 2 of Visual Studio 2010 today. I went to test out the new entity framework stuff (to see if my "issues" from v1 were fixed.).
I started adding a new connection string, but when ...
0
votes
1answer
160 views
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine error in windows server
I am using a excel reader to read contents from the excel,
string connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;
Data Source=" + filePath + ";Extended Properties=Excel ...