Click here to Skip to main content
15,881,172 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech28-Jan-04 4:07
Chris Meech28-Jan-04 4:07 
GeneralRe: C# Web Service with Oracle Pin
Mazdak28-Jan-04 4:32
Mazdak28-Jan-04 4:32 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech28-Jan-04 4:46
Chris Meech28-Jan-04 4:46 
GeneralRe: C# Web Service with Oracle Pin
Guillermo Rivero27-Jan-04 10:13
Guillermo Rivero27-Jan-04 10:13 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech28-Jan-04 3:34
Chris Meech28-Jan-04 3:34 
GeneralRe: C# Web Service with Oracle Pin
Guillermo Rivero28-Jan-04 4:22
Guillermo Rivero28-Jan-04 4:22 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech28-Jan-04 4:58
Chris Meech28-Jan-04 4:58 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech28-Jan-04 7:18
Chris Meech28-Jan-04 7:18 
Hi Guillermo,

I installed the ODP.NET but was still unsuccessful in getting the service to work. It still HTTP's error 500 Internal server error.
I also converted a console test application to use these classes and the application still tested perfect.

Here's something I don't understand though. Even though the installation of ODP.NET registers the namespace/DLL in the GAC (I confirmed it's existence using the assembly viewer), when compiling either my service or my console programs I must append a reference to the DLL explicityly
csc /t:library /out:C:\Inetpub\wwwroot\bin\ForwardRate.dll ForwardRate.cs /r:c:\oracle\ora92\bin\Oracle.DataAccess.dll
Once I specified what namespace I'm using within my source file, I would have expected that if that namespace exists within the GAC, the appropriate DLL reference would not be needed?

Chris Meech

We're more like a hobbiest in a Home Depot drooling at all the shiny power tools, rather than a craftsman that makes the chair to an exacting level of comfort by measuring the customer's butt. Marc Clifton

VB is like a toolbox, in the hands of a craftsman, you can end up with some amazing stuff, but without the skills to use it right you end up with Homer Simpson's attempt at building a barbeque or his attempt at a Spice rack. Michael P. Butler
GeneralRe: C# Web Service with Oracle Pin
Guillermo Rivero28-Jan-04 7:38
Guillermo Rivero28-Jan-04 7:38 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech28-Jan-04 8:30
Chris Meech28-Jan-04 8:30 
GeneralRe: C# Web Service with Oracle Pin
Guillermo Rivero30-Jan-04 2:43
Guillermo Rivero30-Jan-04 2:43 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech30-Jan-04 6:05
Chris Meech30-Jan-04 6:05 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech30-Jan-04 9:11
Chris Meech30-Jan-04 9:11 
QuestionNetwork or graph layout algorithms? Pin
Fernandes27-Jan-04 6:58
Fernandes27-Jan-04 6:58 
AnswerRe: Network or graph layout algorithms? Pin
Nick Parker27-Jan-04 7:09
protectorNick Parker27-Jan-04 7:09 
GeneralRe: Network or graph layout algorithms? Pin
Fernandes27-Jan-04 7:38
Fernandes27-Jan-04 7:38 
Generalref class member variable Pin
pankajdaga27-Jan-04 6:47
pankajdaga27-Jan-04 6:47 
GeneralRe: ref class member variable Pin
John Fisher27-Jan-04 6:51
John Fisher27-Jan-04 6:51 
GeneralRe: ref class member variable Pin
pankajdaga27-Jan-04 7:08
pankajdaga27-Jan-04 7:08 
GeneralRe: ref class member variable Pin
John Fisher27-Jan-04 7:28
John Fisher27-Jan-04 7:28 
GeneralRe: ref class member variable Pin
pankajdaga27-Jan-04 8:22
pankajdaga27-Jan-04 8:22 
GeneralRe: ref class member variable Pin
Heath Stewart27-Jan-04 8:45
protectorHeath Stewart27-Jan-04 8:45 
GeneralRe: ref class member variable Pin
Nick Parker27-Jan-04 6:54
protectorNick Parker27-Jan-04 6:54 
GeneralRe: ref class member variable Pin
pankajdaga27-Jan-04 7:11
pankajdaga27-Jan-04 7:11 
GeneralRe: ref class member variable Pin
Nick Parker27-Jan-04 7:28
protectorNick Parker27-Jan-04 7:28 

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.