R
Richard Lewis Haggard
I know this is a really simple thing but it is not intuitively obvious on
how to do this the first time.
I've created a remote server which lives in an EXE. This compiles.
I've create a client of the remote server which fails to compile due to a
failure of the 'using' line that would import the server class's definition.
I can't figure out how to add the server as a reference because the server
is an EXE, not a DLL.
So - how do I import the class information from my server into my client?
=======
Richard Lewis Haggard
how to do this the first time.
I've created a remote server which lives in an EXE. This compiles.
I've create a client of the remote server which fails to compile due to a
failure of the 'using' line that would import the server class's definition.
I can't figure out how to add the server as a reference because the server
is an EXE, not a DLL.
So - how do I import the class information from my server into my client?
=======
Richard Lewis Haggard