Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Simple Search Pin
Naveed Kamboh18-Mar-07 4:34
Naveed Kamboh18-Mar-07 4:34 
Questionhow to convert from string(text) to binary representation Pin
Hasan ACAR16-Mar-07 17:55
Hasan ACAR16-Mar-07 17:55 
AnswerRe: how to convert from string(text) to binary representation Pin
Christian Graus16-Mar-07 18:43
protectorChristian Graus16-Mar-07 18:43 
QuestionDouble type Pin
Dothanhnam16-Mar-07 17:37
Dothanhnam16-Mar-07 17:37 
AnswerRe: Double type Pin
Christian Graus16-Mar-07 17:58
protectorChristian Graus16-Mar-07 17:58 
AnswerRe: Double type Pin
Leslie Sanford16-Mar-07 18:10
Leslie Sanford16-Mar-07 18:10 
Questionits multithreading not enough?? Pin
duke_tj16-Mar-07 16:04
duke_tj16-Mar-07 16:04 
Questiondot net remoting problem Pin
Tauseef A16-Mar-07 15:52
Tauseef A16-Mar-07 15:52 
Hi guys

This is the scenario of a remoting application .

I have a library named sales , in which there are three classes named CD,Books,Medicine, these classes are derived from class named Items and this items class is derived from an interface named Idomain and this interface have three properties
String name{get;set;},int code{Get;set;] , double price{get;set}, in items class these three properties are implemented. All classes are serializable also.


I have another interface named IappDomain which contains a method named

List<idomain> getitems();



Now here I have a class named Post which is derived from marshelbyref and also from
Previous defined interface named IappDomain, in this class I am implementing the getitems method of the IappDomain interface .


On my remoting server my wellknownservice type is Post, with wellknownobjecctmode.singlecall.

And on my client side I have a dll in which the Iappdomain interface resides,
But when I call the method getitems from this interface on my client side
I get an exception that sales dll is not found ,, why is that ?
Do I have to use object factory , I don’t want to put my sales library on the client side coz I have put the interface there , but why it asks for the sales dll,, kndly help me out,

Thanks in advance



hello

AnswerRe: dot net remoting problem Pin
Karthik Kalyanasundaram16-Mar-07 16:06
Karthik Kalyanasundaram16-Mar-07 16:06 
QuestionRe: dot net remoting problem Pin
Tauseef A17-Mar-07 10:44
Tauseef A17-Mar-07 10:44 
AnswerRe: dot net remoting problem Pin
Karthik Kalyanasundaram18-Mar-07 5:31
Karthik Kalyanasundaram18-Mar-07 5:31 
QuestionHow to create a non-visual component? Pin
Tim Huetz16-Mar-07 13:42
Tim Huetz16-Mar-07 13:42 
AnswerRe: How to create a non-visual component? Pin
Daniel Grunwald16-Mar-07 14:23
Daniel Grunwald16-Mar-07 14:23 
GeneralRe: How to create a non-visual component? Pin
Tim Huetz17-Mar-07 0:53
Tim Huetz17-Mar-07 0:53 
Questionhow to wait for button press Pin
bluefl4me16-Mar-07 12:28
bluefl4me16-Mar-07 12:28 
AnswerRe: how to wait for button press Pin
Christian Graus16-Mar-07 12:52
protectorChristian Graus16-Mar-07 12:52 
QuestionRe: how to wait for button press Pin
bluefl4me17-Mar-07 2:30
bluefl4me17-Mar-07 2:30 
QuestionHow to query a website and get results Pin
trilokjain16-Mar-07 12:18
trilokjain16-Mar-07 12:18 
AnswerRe: How to query a website and get results Pin
Guffa16-Mar-07 16:33
Guffa16-Mar-07 16:33 
Questionmeta data in c# Pin
cannavarooo16-Mar-07 11:57
cannavarooo16-Mar-07 11:57 
AnswerRe: meta data in c# Pin
Pete O'Hanlon16-Mar-07 12:21
mvePete O'Hanlon16-Mar-07 12:21 
GeneralRe: meta data in c# Pin
cannavarooo16-Mar-07 12:38
cannavarooo16-Mar-07 12:38 
GeneralRe: meta data in c# Pin
Pete O'Hanlon16-Mar-07 12:52
mvePete O'Hanlon16-Mar-07 12:52 
QuestionGridview dropdownlist in c# code Pin
peter.bellen@qsm-europe.com16-Mar-07 10:23
peter.bellen@qsm-europe.com16-Mar-07 10:23 
AnswerRe: Gridview dropdownlist in c# code Pin
Ed.Poore16-Mar-07 13:21
Ed.Poore16-Mar-07 13:21 

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.