简体   繁体   中英

Getting [ODBC Driver Manager] Data source name not found error after deployment

I deployed a project in Windows Server 2008 r2 64 bit and getting following error

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Following connection string I am using

<add name="thisconnect" connectionString="Driver={Microsoft ODBC for Oracle};Server=1.2.4/thisdb;Uid= uname;
Pwd= pname;" providerName="System.Data.Odbc"/>

Guide How I remove this error

Most likely means that the driver is not installed. Maybe you only have 32 bit driver?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM