Remoting Question
Hi, I have an application fetching data from a remoted object already. The problem is that I cant reference the Windows Application Project from the remoted object because W. Application Projects dont generate .Dll's. Now I need a way to create a listener/server on the application where the remoted object replicates database changes when they occur to everbody else by calling a method in the form which I want to remote. Is this possible ?
I tried creating an object inside the project but then since its part of the windows application it can't be referenced. And if I create a DLL then it suffers from the same problem which is not being able to reference the Windows Form (Who's DataRefresh method I want to call)
HELP PLEASE!
|