PDA

View Full Version : Any way to get this working with remoting


fabel
January 17, 2008, 18:16:41
Hello,
Is there any way to get this control to not give the license error when using it in a remoting function? I currently have my dll built that uses this component and inherits MarshalByRefObject, if i reference this dll directly from my web application it works perfect. The problem is i create a console application that is the remoting server, it loads fine, but whenever the web application calls the function remotley I get the unable to license this control error.

I have the license.licx added to the website and to the console application but it is still giving me this error. Anyone have any ideas on how to get this working?

Thanks

Björn Meyer
January 28, 2008, 16:48:04
Hello

To be able to use .NET remoting, the server must be configured very precisely. Did you already try to use it without remoting?