Click here to Skip to main content
15,902,817 members
Home / Discussions / C#
   

C#

 
GeneralRe: return value from javascript in c# Pin
Christian Graus14-Jun-05 1:33
protectorChristian Graus14-Jun-05 1:33 
GeneralRe: return value from javascript in c# Pin
Anonymous14-Jun-05 7:59
Anonymous14-Jun-05 7:59 
GeneralClean or Delete Pin
AristotleYu13-Jun-05 22:23
AristotleYu13-Jun-05 22:23 
GeneralRe: Clean or Delete Pin
MoustafaS14-Jun-05 0:42
MoustafaS14-Jun-05 0:42 
QuestionHow to checkText Box value is a String or Float? Pin
pubududilena13-Jun-05 22:13
pubududilena13-Jun-05 22:13 
AnswerRe: How to checkText Box value is a String or Float? Pin
Daniel Monzert13-Jun-05 22:48
Daniel Monzert13-Jun-05 22:48 
GeneralRe: How to checkText Box value is a String or Float? Pin
jjansen13-Jun-05 23:06
jjansen13-Jun-05 23:06 
GeneralSystem.Data.OracleClient requires Oracle client software version 8.1.7 or greater. Pin
esjq13-Jun-05 22:03
esjq13-Jun-05 22:03 
Hi!

Does anyone have a clue what this exception message means?

The system I'm working on consists of one client and two servers, all on separate computers. The client communicates with Server A by means of .NET Remoting. And Server A in turn communicates with Server B also by .NET Remoting.

Now, my client application invokes a remote object on Server A. Then, Server A invokes a remote object on Server B. Server B shall then fetch some information from the database. The exception occurs when the Open() method on the Oracle Connection object is called on Server B.

I've checked the connectionstring and it is correct, and when I create a connection object in the client and query the database on Server B directly it returns data. So there the database in itself seem to alright. I've also ran the client and servers on my local computer with a successful result. But when I want to go the correct way from the client to Server B I get this weird message. By the way, it is an Oracle 9 database.

Any suggestions would be helpful, thank you Confused | :confused:
GeneralRe: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. Pin
esjq13-Jun-05 23:13
esjq13-Jun-05 23:13 
QuestionHow to log on to Network Computer using C# Application? Pin
pubududilena13-Jun-05 21:50
pubududilena13-Jun-05 21:50 
Generalclient server Pin
dilsudharaka13-Jun-05 21:44
dilsudharaka13-Jun-05 21:44 
GeneralWord Document Pin
Anonymous13-Jun-05 21:34
Anonymous13-Jun-05 21:34 
GeneralRe: Word Document Pin
Christian Graus14-Jun-05 1:36
protectorChristian Graus14-Jun-05 1:36 
GeneralRe: Word Document Pin
Anonymous13-Jun-05 23:20
Anonymous13-Jun-05 23:20 
QuestionHow I can use a function from another application Pin
Rahul_P_Menon13-Jun-05 18:05
sussRahul_P_Menon13-Jun-05 18:05 
AnswerRe: How I can use a function from another application Pin
Daniel Monzert13-Jun-05 21:13
Daniel Monzert13-Jun-05 21:13 
GeneralThe other option at runtime Pin
Daniel Monzert13-Jun-05 21:25
Daniel Monzert13-Jun-05 21:25 
GeneralRe: The other option at runtime Pin
Rahul_P_Menon13-Jun-05 21:47
sussRahul_P_Menon13-Jun-05 21:47 
QuestionHow to trap system messages Pin
Duong Tien Nam13-Jun-05 17:58
Duong Tien Nam13-Jun-05 17:58 
GeneralDllImport, function argument problems Pin
Daniel Monzert13-Jun-05 20:36
Daniel Monzert13-Jun-05 20:36 
GeneralGet/Set Pin
Expert Coming13-Jun-05 17:17
Expert Coming13-Jun-05 17:17 
GeneralRe: Get/Set Pin
Daniel Monzert13-Jun-05 20:40
Daniel Monzert13-Jun-05 20:40 
GeneralRe: Get/Set Pin
Expert Coming14-Jun-05 10:57
Expert Coming14-Jun-05 10:57 
GeneralGet XmlSchemaElement from XmlSchema by ID Pin
El'Cachubrey13-Jun-05 19:51
El'Cachubrey13-Jun-05 19:51 
QuestionUpdating Excel workbook using C#? Pin
kbalias13-Jun-05 19:29
kbalias13-Jun-05 19:29 

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.