Windows service and remoting

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



We have a solution consists of an O/R mapper project,Business Logice layer
and a Web application.I need to add a windows service to this solution and
add the business logic layer as a reference to my windows service.We are in
development phase and it's very probable that the business layer is
changed.They promise to keep the interface intact.I mean they promise to
keep the name of the method I need always "Upload" ,but they might change
the assembly and compile it into the new version.

I was thinking if there is a technique like Reflection,Remoting or
latebinding or whatever it is which I can use and get rid of compiling my
windows service whenever they change the business layer and complie it to a
newer version.I was reading this article
http://www.15seconds.com/issue/021015.htm and I just wondered if I could
business logic layer as a plug in into my windows service.

Any suggestions?

Thanks

P.S windows service and web application might be in different boxes.


.



Relevant Pages

  • an extensible windows service
    ... We have a solution consists of an O/R mapper project,Business Logice layer ... windows service whenever they change the business layer and complie it to a ... business logic layer as a plug in into my windows service. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Windows service and remoting
    ... > that is sitting with the windows service) it would look something like ... >> We have a solution consists of an O/R mapper project,Business Logice ... >>,but they might change the assembly and compile it into the new version. ... >> business logic layer as a plug in into my windows service. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Architectural Suggestion Needed
    ... the windows service in middle layer will be called from ASP.NET ... How does .NET remoting handle multiple clients requests? ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: .Net Windows Service ...data access problem
    ... I am writing a .NET windows Service that will access the database every ... When the service calls the function in the business services ... which in turn calls the correponding function in data access layer, ...
    (microsoft.public.dotnet.framework)
  • Re: Architectural Suggestion Needed
    ... turn requests the object from layer 3, the proxy you have on layer 1 will ... > Architecture 1 ... > Middle layer will host passthrough objects in a remoting windows service ...
    (microsoft.public.dotnet.framework.remoting)