How to add Reference of Oracle.DataAccess DLL
192749Dec 30 2003 — edited Jul 24 2008
os : win XP Pro or win2k advanced
ora cli : 9.2.0.1
odp.net : orawin9240
.net framework : 1.1
.net framework sdk : 1.1
in aspx
<@ Import Namespace="Oracle.Dataaccess.Client" %>
Error when Compile Time
mesg : BC30466 Namespace 'Oracle.Dataaccess.Client' not Found
I Look up many article,
I Guess "Oracle.DataAccess DLL not added"
How to add Reference of Oracle.DataAccess DLL without Visual Studio's Solution Explorer.
Please.