I have a VB.Net application that uses ODBC connection to interact with database. I have configured DSN from contol panel and tested it successfully. But when i am trying to connect to that DSN from my VB.Net application then it shows error that SQL server does not exist of access denied. One another thing, when i run an old .exe file of same application that works fine but new application file gives error though their is no difference between code...