Click here to Skip to main content
15,879,490 members
Home / Discussions / C#
   

C#

 
GeneralC# Web Services Pin
Chris Meech23-Jan-04 9:02
Chris Meech23-Jan-04 9:02 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 9:08
Guillermo Rivero23-Jan-04 9:08 
GeneralRe: C# Web Services Pin
Chris Meech23-Jan-04 9:21
Chris Meech23-Jan-04 9:21 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 9:25
Guillermo Rivero23-Jan-04 9:25 
GeneralRe: C# Web Services Pin
Heath Stewart23-Jan-04 9:53
protectorHeath Stewart23-Jan-04 9:53 
GeneralRe: C# Web Services Pin
Chris Meech23-Jan-04 10:07
Chris Meech23-Jan-04 10:07 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 10:09
Guillermo Rivero23-Jan-04 10:09 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:45
Chris Meech26-Jan-04 3:45 
I tested out copying the OCI.DLL file to the /bin directory with my service assembly, but I still get the same error. For what it's worth, here is the output
System.DllNotFoundException: Unable to load DLL (oci.dll).
   at System.Data.OracleClient.DBObjectPool.GetObject(Object owningObject, Boolean& isInTransaction)
   at System.Data.OracleClient.OracleConnectionPoolManager.GetPooledConnection(String encryptedConnectionString, OracleConnectionString options, OracleConnection owningObject, Boolean& isInTransaction)
   at System.Data.OracleClient.OracleConnection.OpenInternal(OracleConnectionString parsedConnectionString, Object transact)
   at System.Data.OracleClient.OracleConnection.Open()
   at ForwardRate..ctor()

ForwardRate is my service class and in it's ctor it attempts to connect to an Oracle database.

I'm wondering if I shouldn't try using the GAC utilities to add the System.Data.OracleClient.dll to the GAC? I not sure about doing so, cause I wonder if Microsoft didn't do so for some technical reason as opposed to some political reason.

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 Services Pin
Heath Stewart26-Jan-04 3:48
protectorHeath Stewart26-Jan-04 3:48 
GeneralRe: C# Web Services Pin
Daniel Turini24-Jan-04 10:03
Daniel Turini24-Jan-04 10:03 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:40
Chris Meech26-Jan-04 3:40 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 3:45
Daniel Turini26-Jan-04 3:45 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:56
Chris Meech26-Jan-04 3:56 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 4:23
Daniel Turini26-Jan-04 4:23 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 4:44
Chris Meech26-Jan-04 4:44 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 4:58
Daniel Turini26-Jan-04 4:58 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 5:46
Chris Meech26-Jan-04 5:46 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 5:54
Daniel Turini26-Jan-04 5:54 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 7:46
Chris Meech26-Jan-04 7:46 
GeneralWindows XP Icons Pin
Shree23-Jan-04 8:38
Shree23-Jan-04 8:38 
GeneralRe: Windows XP Icons Pin
Heath Stewart23-Jan-04 9:47
protectorHeath Stewart23-Jan-04 9:47 
GeneralRe: Windows XP Icons Pin
leppie23-Jan-04 23:03
leppie23-Jan-04 23:03 
GeneralRe: Windows XP Icons Pin
Heath Stewart24-Jan-04 5:38
protectorHeath Stewart24-Jan-04 5:38 
GeneralRe: Windows XP Icons Pin
eggie524-Jan-04 7:17
eggie524-Jan-04 7:17 
GeneralRe: Windows XP Icons Pin
Heath Stewart24-Jan-04 8:40
protectorHeath Stewart24-Jan-04 8:40 

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.