Click here to Skip to main content
15,889,862 members
Home / Discussions / C#
   

C#

 
GeneralChange Color of CheckedListBox's Item Pin
hxxbin27-Jan-04 9:52
hxxbin27-Jan-04 9:52 
GeneralRe: Change Color of CheckedListBox's Item Pin
Heath Stewart27-Jan-04 11:36
protectorHeath Stewart27-Jan-04 11:36 
GeneralRe: Change Color of CheckedListBox's Item Pin
hxxbin28-Jan-04 4:46
hxxbin28-Jan-04 4:46 
GeneralRemove/hide scrollbar in listbox Pin
Fleischen27-Jan-04 9:18
Fleischen27-Jan-04 9:18 
GeneralRe: Remove/hide scrollbar in listbox Pin
Mazdak27-Jan-04 9:22
Mazdak27-Jan-04 9:22 
GeneralRe: Remove/hide scrollbar in listbox Pin
Fleischen27-Jan-04 9:39
Fleischen27-Jan-04 9:39 
GeneralRe: Remove/hide scrollbar in listbox Pin
Heath Stewart27-Jan-04 11:30
protectorHeath Stewart27-Jan-04 11:30 
GeneralRe: Remove/hide scrollbar in listbox Pin
Fleischen27-Jan-04 21:15
Fleischen27-Jan-04 21:15 
GeneralRe: Remove/hide scrollbar in listbox Pin
Heath Stewart28-Jan-04 5:21
protectorHeath Stewart28-Jan-04 5:21 
GeneralC# Web Service with Oracle Pin
Chris Meech27-Jan-04 9:08
Chris Meech27-Jan-04 9:08 
GeneralRe: C# Web Service with Oracle Pin
Mazdak27-Jan-04 9:18
Mazdak27-Jan-04 9:18 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech27-Jan-04 9:31
Chris Meech27-Jan-04 9:31 
GeneralRe: C# Web Service with Oracle Pin
Mazdak27-Jan-04 9:39
Mazdak27-Jan-04 9:39 
GeneralRe: C# Web Service with Oracle Pin
Chris Meech27-Jan-04 9:51
Chris Meech27-Jan-04 9:51 
GeneralRe: C# Web Service with Oracle Pin
Mazdak27-Jan-04 10:02
Mazdak27-Jan-04 10:02 
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 

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.