J
Julia
Hi,
I am calling a remote object from ASP.NET application.
when passing an ENUM to a method i am getting an exception
"Server encountered an internal error. For more information, turn on
customErrors in the server's .config file."
The enum is valid and all other methdos are working fine.
The enum is mark with
[Serializable()]
The is no exception in the remote method,it does not being called at all.
Thanks.
I am calling a remote object from ASP.NET application.
when passing an ENUM to a method i am getting an exception
"Server encountered an internal error. For more information, turn on
customErrors in the server's .config file."
The enum is valid and all other methdos are working fine.
The enum is mark with
[Serializable()]
The is no exception in the remote method,it does not being called at all.
Thanks.