ADODB not working in 64 bit machine
-
Hi, I have an website which has few pages accessing data in an old method(The ADODB method) and few pages using the ODBC method. All the pages works fine in an 32 bit XP machine. We have a server with 64 bit, when i deployed this website in that server, i got the following error, Class not registered Exception Details: System.Runtime.InteropServices.COMException: Class not registered Stack Trace: [COMException (0x80040154): Class not registered] ADODB.ConnectionClass.Open(String ConnectionString, String UserID, String Password, Int32 Options) +0 When it tries to opdn the ADODB connection, it fails. I have installed MDAC 2.8 in that server. Do i have to do anything more to get it work. Any suggestions would be of great use.
N.Surendra Prasad
-
Hi, I have an website which has few pages accessing data in an old method(The ADODB method) and few pages using the ODBC method. All the pages works fine in an 32 bit XP machine. We have a server with 64 bit, when i deployed this website in that server, i got the following error, Class not registered Exception Details: System.Runtime.InteropServices.COMException: Class not registered Stack Trace: [COMException (0x80040154): Class not registered] ADODB.ConnectionClass.Open(String ConnectionString, String UserID, String Password, Int32 Options) +0 When it tries to opdn the ADODB connection, it fails. I have installed MDAC 2.8 in that server. Do i have to do anything more to get it work. Any suggestions would be of great use.
N.Surendra Prasad
did you install 64bit .NET Framework on that system !!!
cheers, Abhijit Check My Latest Article
-
did you install 64bit .NET Framework on that system !!!
cheers, Abhijit Check My Latest Article
Yes, 64 bit .net framework is installed in that machine.
N.Surendra Prasad
-
Yes, 64 bit .net framework is installed in that machine.
N.Surendra Prasad
How did you deployed the sites on IIS ? did you published the Sites from visual Studio?
cheers, Abhijit Check My Latest Article
-
Hi, I have an website which has few pages accessing data in an old method(The ADODB method) and few pages using the ODBC method. All the pages works fine in an 32 bit XP machine. We have a server with 64 bit, when i deployed this website in that server, i got the following error, Class not registered Exception Details: System.Runtime.InteropServices.COMException: Class not registered Stack Trace: [COMException (0x80040154): Class not registered] ADODB.ConnectionClass.Open(String ConnectionString, String UserID, String Password, Int32 Options) +0 When it tries to opdn the ADODB connection, it fails. I have installed MDAC 2.8 in that server. Do i have to do anything more to get it work. Any suggestions would be of great use.
N.Surendra Prasad
Did you Embed you DAta access code into your page or you have a DLL for that ? if so did you deploy it with your Application ?
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
How did you deployed the sites on IIS ? did you published the Sites from visual Studio?
cheers, Abhijit Check My Latest Article
Yes, i published it through Visual Studio.
N.Surendra Prasad
-
Did you Embed you DAta access code into your page or you have a DLL for that ? if so did you deploy it with your Application ?
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
The Data Access code is embedeed in my page. I donot have a separate DLL for that.
N.Surendra Prasad
-
The Data Access code is embedeed in my page. I donot have a separate DLL for that.
N.Surendra Prasad
hi I deploy my application like this. I after i Build the Project,i use the Copy Website feuture of VS to the Production Folder that i have Created, and that will be all i dont use Publish feuture, i think thats where you got a Problem. i know what the Publish do , but in that case i dont rely on VS to do it for me. try not to use Publish, i have a 64 machine and i dont have problems. Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za