Link to home
Start Free TrialLog in
Avatar of DaFou
DaFou

asked on

.NET Remoting to a windows service ( in .NET )

Ola,

Here is an Visual Studio .NET 2003 solution example of a client ( console app ) project and a server ( console app ) project connectied with each other via and interface ( class library ) project using .NET remoting
http://www.mindovermatter.nu/RemotingDemo.zip

it works really well but i have tried and tried to change the server ( console app ) project to a windows service project and it just wont work.

someone please either add a windows service project that works or change the current server project into a windows service project.
I cant figure it out myself

Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Avatar of NipNFriar_Tuck
NipNFriar_Tuck

Alright, I have updated the project with the needed pieces to make it a service...  There is a lot to do through the IDE, let me know where to send the solution...
Avatar of DaFou

ASKER

edtijgen@hotmail.com
ill publish the solution here when it works :-)

thx a bunch
Avatar of DaFou

ASKER

gregoryyoung,

As far as I can tell the link you provided is about a remoting object accessed via a .NET service.
I already have a working example like that. The problem I have with that example is that i dont know how to have the remotingobject access methods and fields of the .NET service itself instead of only within its own remoting object.

I hope NipNFriar_Tuck fixed the problem.
ASKER CERTIFIED SOLUTION
Avatar of NipNFriar_Tuck
NipNFriar_Tuck

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DaFou

ASKER

cant really test for now as I lost my CD 2.
But I beleive that if it compiles and runs on your end it will work for me aswell
Avatar of DaFou

ASKER

btw I could publish your solution here. But i can't guarantee the link will work forever just as I cant guarantee the above link.
That is fine... I did not do much to the original solution.
Avatar of DaFou

ASKER

In this question I continue with asking on how to remove the client app configuartion file.
https://www.experts-exchange.com/questions/21104177/How-to-include-remoting-configuration.html

It is worth 500 points and no code from this question is needed. If you could be so kind and to help out there aswell.