Click here to Skip to main content
16,005,080 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Character Casing Pin
AWHK3-Feb-04 1:34
AWHK3-Feb-04 1:34 
GeneralRe: Character Casing Pin
GetOn&GetGoing3-Feb-04 17:00
GetOn&GetGoing3-Feb-04 17:00 
GeneralAuthentication At Each Web Page Pin
GetOn&GetGoing2-Feb-04 18:45
GetOn&GetGoing2-Feb-04 18:45 
GeneralRe: Authentication At Each Web Page Pin
theJazzyBrain2-Feb-04 21:21
theJazzyBrain2-Feb-04 21:21 
GeneralRe: Authentication At Each Web Page Pin
GetOn&GetGoing2-Feb-04 21:26
GetOn&GetGoing2-Feb-04 21:26 
GeneralRe: Authentication At Each Web Page Pin
Not Active3-Feb-04 3:21
mentorNot Active3-Feb-04 3:21 
GeneralHide Field in Table if Null or Blank Pin
DEWright_CA2-Feb-04 15:07
DEWright_CA2-Feb-04 15:07 
GeneralWebService fails to load a DLL Pin
Chris Meech2-Feb-04 7:55
Chris Meech2-Feb-04 7:55 
I'm still struggling to get my web service functioning. I have narrowed down the problem to the following line of code
m_FXConn  =  new OracleConnection( "Data Source=XXXX;User ID=XXXX; Password=XXXX" );
When this line of code is executed in the WebService, it throws the following exception
System.DllNotFoundException: Unable to load DLL (OraOps9.dll).
In this case the OracleConnection is a class from the Oracle Data Provider for .NET. If instead I change and use the OracleConnection class provided by .NET, I still get the same exception thrown, except it is for a different file
System.DllNotFoundException: Unable to load DLL (Oci.dll).
Both of these DLL's are native Win32 DLL and are not managed code. Is this a possible problem and if so how does one correct that? Oh and before you ask, "Is the PATH set correctly", I've checked that in the same code by obtaining the PATH from the environment variables and having that put to a trace output file. The Oracle /bin directory in the path does in fact contain these two files. Does anyone have any thoughts on what I might try to solve this problem. Thanks.

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: WebService fails to load a DLL (Solved) Pin
Chris Meech2-Feb-04 10:18
Chris Meech2-Feb-04 10:18 
GeneralIncreasing acronym popup time Pin
EnkelIk2-Feb-04 2:16
EnkelIk2-Feb-04 2:16 
GeneralRe: Increasing acronym popup time Pin
DFU232-Feb-04 6:46
DFU232-Feb-04 6:46 
GeneralRe: Increasing acronym popup time Pin
EnkelIk2-Feb-04 22:35
EnkelIk2-Feb-04 22:35 
GeneralRe: Increasing acronym popup time Pin
EnkelIk3-Feb-04 1:21
EnkelIk3-Feb-04 1:21 
Questionhow do i align text together? Pin
coda_x2-Feb-04 2:08
coda_x2-Feb-04 2:08 
AnswerRe: how do i align text together? Pin
theJazzyBrain2-Feb-04 3:59
theJazzyBrain2-Feb-04 3:59 
AnswerRe: how do i align text together? Pin
henningbenk2-Feb-04 5:24
professionalhenningbenk2-Feb-04 5:24 
QuestionHow to create XML Web Service automatically on IIS6.0 Pin
yu-yu1-Feb-04 23:46
yu-yu1-Feb-04 23:46 
GeneralZero-length string Pin
Moonbrat1-Feb-04 6:11
Moonbrat1-Feb-04 6:11 
GeneralRe: Zero-length string Pin
Roger Wright1-Feb-04 7:12
professionalRoger Wright1-Feb-04 7:12 
GeneralRe: Zero-length string Pin
Moonbrat1-Feb-04 18:12
Moonbrat1-Feb-04 18:12 
GeneralRe: Zero-length string Pin
Moonbrat1-Feb-04 18:19
Moonbrat1-Feb-04 18:19 
GeneralRe: Zero-length string Pin
Roger Wright2-Feb-04 4:29
professionalRoger Wright2-Feb-04 4:29 
Generalclear chache from script Pin
Roland Bär1-Feb-04 2:29
Roland Bär1-Feb-04 2:29 
GeneralTrim$() in javascript Pin
Hesham Amin1-Feb-04 1:24
Hesham Amin1-Feb-04 1:24 
GeneralRe: Trim$() in javascript Pin
Roger Wright1-Feb-04 3:55
professionalRoger Wright1-Feb-04 3:55 

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.