Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Oracle.DataAccess.dll を bin ディレクトリに配置し、Website/Add Reference を使用してこれへの参照を含めました。
しかし、私のC#に以下を含めようとすると
Oracle.DataAccess.Client の使用;
Oracle.DataAccess.Types の使用;
エラーが発生します。「型または名前空間 'Oracle' が見つかりませんでした。
Web サイトでこの名前空間を見つけるにはどうすればよいですか?
よろしくお願いします。
Oracle Data Provider for .NET (ODP.NET) をインストールする必要があります。もうインストールしましたか?