Accessing a class outside of project

  • Thread starter Thread starter Peter Lorz
  • Start date Start date
P

Peter Lorz

Hello,

I have a simple problem. I got two visual studio projects, one is an
application, the other a common windows service. The application needs
to get a remote reference of the service. Now the question: How do I
get the application-project known to the referenced classtype of the
remote object in the service-project ?

Thanx for any help!
 
Back
Top