Hello,
I am trying to run a stored procedure using C# and I need to use the Oracle.DataAccess.Client but when i enter
using Oracle.DataAccess.Client;
visual studio throws the error:
Error 1 The type or namespace name 'Oracle' could not be found (are you missing a using directive or an assembly reference?) P:\data\ActionItemLog\ActionItemLog\updateComment.aspx.cs 14 7 ActionItemLog
And I installed the newest ODTwithODP for .NET. I would really like some help on this subject and I will do my best to clarify even more if needed.
Thanks in advance,
Dylan