ORA-12154 could not resolve the connect identifier specified

前端 未结 14 2780
南旧
南旧 2020-12-06 09:18

I have switched over to the 64bit Windows 7 and created a simple web app to test the connection to the database. I am using VS 2010 - plain asp.net web project and I am runn

14条回答
  •  执笔经年
    2020-12-06 10:11

    I had this error in Visual Studio 2013, with an SSIS project. I set Project, Properties, Debugging, Run64BitRuntime = false and then the SSIS package ran. However, when I deployed the package to the server I had to set the value to true (Server is 64 bit Windows 2012 / Sql 2014 ).

    I think the reasoning behind this is that Visual Studio is a 32 bit application.

提交回复
热议问题