G
Guest
Couldn't understand why following line of code is failing
<%@ Import namespace="System.Data.OracleClient" %
I am getting following error
BC30466: Namespace or type 'OracleClient' for the Imports 'System.Data.OracleClient' cannot be foun
Although I can see the System.Data.OracleClient in References and I have v1.1 framework installed.
<%@ Import namespace="System.Data.OracleClient" %
I am getting following error
BC30466: Namespace or type 'OracleClient' for the Imports 'System.Data.OracleClient' cannot be foun
Although I can see the System.Data.OracleClient in References and I have v1.1 framework installed.