Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
QuestionHow can I trace a windows installer project? Pin
mkomasi31-Dec-02 22:48
mkomasi31-Dec-02 22:48 
AnswerRe: How can I trace a windows installer project? Pin
Stephane Rodriguez.31-Dec-02 23:11
Stephane Rodriguez.31-Dec-02 23:11 
GeneralRe: How can I trace a windows installer project? Pin
mkomasi1-Jan-03 1:48
mkomasi1-Jan-03 1:48 
GeneralRe: How can I trace a windows installer project? Pin
Stephane Rodriguez.1-Jan-03 2:08
Stephane Rodriguez.1-Jan-03 2:08 
GeneralRe: How can I trace a windows installer project? Pin
Anonymous2-Jan-03 1:59
Anonymous2-Jan-03 1:59 
GeneralComboBox FixedHeight Pin
theahmed31-Dec-02 21:07
theahmed31-Dec-02 21:07 
GeneralRe: ComboBox FixedHeight Pin
Stephane Rodriguez.31-Dec-02 21:46
Stephane Rodriguez.31-Dec-02 21:46 
GeneralRemoting & IServiceProvider Pin
Alex Korchemniy31-Dec-02 13:11
Alex Korchemniy31-Dec-02 13:11 
What I need is to get two applications to be able to communicate. I am very happy with IServiceProvider and System.ComponentModel.Design.ServiceContainer. They allow me to easily give access to my shared classes/components, to other classes. What I want now is to pass the IServiceProvider to the other application through remoting. All the objects that are added to the IServiceProvider are in their own Dll library. (I also referenced this dll library from the second application).

I created a remotable class (inheriting from Marshalobjbyref), that contains the IServiceProvider. (This remotable class is in a dll that is referenced by both applications) I published this remotable class with remoting. The second application is able to see the published class and call methods in it.

Here is the problem:
When I try to use the IServiceProvider - I get an error. It woun't let me use it. Is it possible to remote IServiceProvider?

IServiceProvider sure makes life easier for me, but I can't figure out how to use it remotely.

THANKS A LOT, if you can help me out.
GeneralRe: Remoting & IServiceProvider Pin
Alex Korchemniy3-Jan-03 7:40
Alex Korchemniy3-Jan-03 7:40 
GeneralEncryption question. Pin
jtmtv1831-Dec-02 11:30
jtmtv1831-Dec-02 11:30 
GeneralRe: Encryption question. Pin
David Stone1-Jan-03 6:17
sitebuilderDavid Stone1-Jan-03 6:17 
GeneralRe: Encryption question. Pin
jtmtv181-Jan-03 16:15
jtmtv181-Jan-03 16:15 
GeneralRe: Encryption question. Pin
Pete Bassett2-Jan-03 1:15
Pete Bassett2-Jan-03 1:15 
Questionip? Pin
imran_rafique31-Dec-02 9:24
imran_rafique31-Dec-02 9:24 
AnswerRe: ip? Pin
Alex Korchemniy31-Dec-02 17:58
Alex Korchemniy31-Dec-02 17:58 
GeneralStripping Punctuation Pin
MStanbrook31-Dec-02 5:23
MStanbrook31-Dec-02 5:23 
GeneralRe: Stripping Punctuation Pin
Nnamdi Onyeyiri31-Dec-02 5:41
Nnamdi Onyeyiri31-Dec-02 5:41 
GeneralRe: Stripping Punctuation Pin
David Stone31-Dec-02 6:10
sitebuilderDavid Stone31-Dec-02 6:10 
GeneralRe: Stripping Punctuation Pin
leppie1-Jan-03 6:04
leppie1-Jan-03 6:04 
GeneralRe: Stripping Punctuation Pin
David Stone1-Jan-03 6:12
sitebuilderDavid Stone1-Jan-03 6:12 
QuestionChange the title bar etc? Pin
anotherside200031-Dec-02 4:53
anotherside200031-Dec-02 4:53 
AnswerRe: Change the title bar etc? Pin
SHaroz31-Dec-02 6:46
SHaroz31-Dec-02 6:46 
AnswerRe: Change the title bar etc? Pin
Alex Korchemniy31-Dec-02 17:56
Alex Korchemniy31-Dec-02 17:56 
AnswerRe: Change the title bar etc? Pin
Stephane Rodriguez.31-Dec-02 23:08
Stephane Rodriguez.31-Dec-02 23:08 
AnswerRe: Change the title bar etc? Pin
anotherside20002-Jan-03 4:12
anotherside20002-Jan-03 4:12 

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.