Hello
I am working on .Net Remoting application with three project in the solution as below. I am getting "Specified cast is not valid." on the UI when making a call to the remote object. Any help would be greatly appreciated. Thanks
UI
#1 on the load event of U
RemotingConfiguration.Configure("MyApp.exe.config")
#2 on the button click event of U
dim oRem as new Remoting, oDS as datase
oDS= oRem.Logon(oUserDataset)
Getting error "Specified cast is not valid." for #2. If I comment out #1, it worked fine
What's wrong
Remoting - .net remoting modul
Public Function Logon(ByVal oDS As DataSet) As DataSe
HostRemote -.net hosting modul