J
Jack
Dim oOracleConn As OracleConnection = New OracleConnection
()
oOracleConn.ConnectionString = "Data
Source=FTEST920;uid=master_schedule;pwd=dragons1;"
oOracleConn.Open()
This is an ASP.Net application and the build goes fine
with no errors, but when I try to run from the development
environment I get the following. I am using Visual Studio
2002 with 1.1 framework.
System.Exception: Could not create an environment:
OCIEnvCreate returned -1.
Any help would be appreciated.
Thanks
Jack
()
oOracleConn.ConnectionString = "Data
Source=FTEST920;uid=master_schedule;pwd=dragons1;"
oOracleConn.Open()
This is an ASP.Net application and the build goes fine
with no errors, but when I try to run from the development
environment I get the following. I am using Visual Studio
2002 with 1.1 framework.
System.Exception: Could not create an environment:
OCIEnvCreate returned -1.
Any help would be appreciated.
Thanks
Jack