Click here to Skip to main content
15,892,809 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .Net Pin
Pete O'Hanlon20-Jan-09 10:38
mvePete O'Hanlon20-Jan-09 10:38 
JokeRe: .Net Pin
0x3c020-Jan-09 10:52
0x3c020-Jan-09 10:52 
GeneralRe: .Net Pin
Mohammad Dayyan20-Jan-09 20:05
Mohammad Dayyan20-Jan-09 20:05 
AnswerRe: .Net Pin
Mohammad Dayyan20-Jan-09 20:06
Mohammad Dayyan20-Jan-09 20:06 
AnswerRe: .Net Pin
Ashutosh Phoujdar22-Jan-09 0:42
Ashutosh Phoujdar22-Jan-09 0:42 
Questionvb.net using json Pin
yanm778819-Jan-09 18:39
yanm778819-Jan-09 18:39 
AnswerRe: vb.net using json Pin
Eddy Vluggen20-Jan-09 3:17
professionalEddy Vluggen20-Jan-09 3:17 
QuestionReferencing DLL's Pin
OldSchoolToC#19-Jan-09 14:23
OldSchoolToC#19-Jan-09 14:23 
I'm trying to piece together someone else's code. The code was looking for Oracle.DataAccess.DLL for Oracle 10. My GAC has version 9.2.0.700, so I downloaded the dll for version 10, copied it to the \bin\Debug directory and added a reference using the BROWSE tab. When I try to build, however, I get this:

D:\Projects\Gnf.Utils_Source\Gnf.Utils.Oracle\Database.cs(5,18): error CS0234: The type or namespace name 'DataAccess' does not exist in the namespace 'Gnf.Utils.Oracle' (are you missing an assembly reference?)

My output appears to say that my intended version was picked up:

Primary reference "Oracle.DataAccess, Version=10.1.0.400, Culture=neutral, PublicKeyToken=89b483f429c47342".
Resolved file path is "bin\Debug\Oracle.DataAccess.dll".
Reference found at search path location "bin\Debug\".


When I double click on the reference it shows the namespace as :

namespace Oracle.DataAccess.Client
Member of Oracle.DataAccess

In my code I have this

namespace Gnf.Utils.Oracle
{
using Oracle.DataAccess.Client;




It just doesn't seem that it's recognizing that reference. I've tried to use the version 9.2 from the GAC. I've tried creating a new project. I'm not sure what else to look at. I'm very confused.
AnswerRe: Referencing DLL's Pin
Eddy Vluggen20-Jan-09 3:19
professionalEddy Vluggen20-Jan-09 3:19 
GeneralRe: Referencing DLL's Pin
OldSchoolToC#20-Jan-09 7:54
OldSchoolToC#20-Jan-09 7:54 
AnswerRe: Referencing DLL's Pin
Wendelius20-Jan-09 9:13
mentorWendelius20-Jan-09 9:13 
GeneralRe: Referencing DLL's Pin
OldSchoolToC#20-Jan-09 9:29
OldSchoolToC#20-Jan-09 9:29 
GeneralRe: Referencing DLL's Pin
Wendelius20-Jan-09 9:42
mentorWendelius20-Jan-09 9:42 
GeneralRe: Referencing DLL's Pin
OldSchoolToC#20-Jan-09 9:48
OldSchoolToC#20-Jan-09 9:48 
GeneralRe: Referencing DLL's Pin
Wendelius20-Jan-09 9:56
mentorWendelius20-Jan-09 9:56 
GeneralRe: Referencing DLL's Pin
Member 362614020-Jan-09 11:02
Member 362614020-Jan-09 11:02 
GeneralRe: Referencing DLL's Pin
Wendelius20-Jan-09 11:08
mentorWendelius20-Jan-09 11:08 
Questionvisual studio thinks it resides in Europe, and we're actually in the US Pin
Mihai Pruna19-Jan-09 14:00
Mihai Pruna19-Jan-09 14:00 
AnswerRe: visual studio thinks it resides in Europe, and we're actually in the US Pin
Not Active19-Jan-09 15:32
mentorNot Active19-Jan-09 15:32 
GeneralRe: visual studio thinks it resides in Europe, and we're actually in the US Pin
Mihai Pruna20-Jan-09 2:57
Mihai Pruna20-Jan-09 2:57 
AnswerRe: visual studio thinks it resides in Europe, and we're actually in the US Pin
omlac20-Jan-09 3:16
omlac20-Jan-09 3:16 
QuestionDoes the use of many trivial classes with generics pose a performance penalty? Pin
supercat919-Jan-09 10:00
supercat919-Jan-09 10:00 
AnswerRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
Member 362614020-Jan-09 11:06
Member 362614020-Jan-09 11:06 
AnswerRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
Mark Churchill20-Jan-09 14:36
Mark Churchill20-Jan-09 14:36 
GeneralRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
supercat920-Jan-09 16:07
supercat920-Jan-09 16:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.