| Author: Mikkel Bachmann 04 Nov 2009 | Member Level: Bronze | Rating:  Points: 2 |
Hi.
try another Connection String http://www.connectionstrings.com/access
C# is my languages, OOP is my religion, byt i am my good! CV - Mikkel Bachmann
|
| Author: ChandraShekar Thota 04 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Srikanth,
1.There is not a 64 bit version of jet that is reason why you get that error. To force your app to use the 32 bit change the target cpu to x86 in the advanced compiler options.
See this url how to do that
http://www.vb-tips.com/default.aspx?ID=c8303e25-496d-4288-bc1d-58e5850daf5e
2.Also If you want to run your ASP.NET app in 32-bit mode then you have run IIS in 32-bit mode. In addition, you cannot run IIS in 32 and 64-bit mode at the same time.
see this http://support.microsoft.com/default.aspx/kb/894435
chandrashekarthota@gmail.com /92 93 95 95 39 FREE SESSIONS ON .NET AND VISUALSTUDIO
|