i attach MDF Database in SQL Server database.
When i run EXE i got Error.
With,
Run Time Error '3706'.
Provide can not be Found. It May not be properly installed.
--------------
i used SQL Server 2008 And Windows Server 2008 R2 EnterPrise
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Apr 15, 2013, 5:40 AM
Send me the project..
This is database error....I can solve it...
Possible options -
1)Make database in SQL Server, put connection string in web.config file, get the connection string using ConfigurationManager class.
2)Right-click on solution- Add new item - add mdf files.
See if this helps you out.
Vasu GadhiyaPosted Apr 15, 2013, 2:15 AM
I Install MDAC 2.8,
Also i register sqloledb.dll Using cmd,
But Problem Not Solved.
Jignesh TrivediPosted Apr 14, 2013, 11:47 PM
hi,
it might be possible provider does not exist in system which you are looking for.
please refer below link it might help you.
http://forums.asp.net/t/1422509.aspx/1
http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/4e23936b-72ab-48e9-8fcd-4321349690bc/