Hello,
I recently got a new machine at work, and moved from XP 32 Bits to Vista 64 Bits.
Whatever I do I cannot get my .Net projects to connect to the oracle Server... I can connect to the database using oracle sqldeveloper, but not from my projects...
I Get This error (which is puzzling me...)
"An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"
My first WTF was the "SQL Server" part as my entire project remains unchanged and I don't use SQL Server at all (in this project)...
My connection string is as follows:
<add name="DefaultDb" providerName="System.Data.OracleClient" connectionString="Data Source=ora11dev;User Id=user;Password=pass;Integrated Security=no;"/>
I have re-installed the oracle client and oracle connection tools for .net but my problem persists....
Can any one point out something I might be missing?
EDIT:
When I open my connection I get this error: ORA-12154: TNS:could not resolve the connect identifier specified
And i have my tnsnames.ora correct...