RemotingException

G

Guest

Hi,

I have a asp.net appication. Om the server side there is some code and COM+
components. The application works fine on my local computer and on a test
server, but on another server it does not work!! What is wrong?? This is the
error:


The argument type GreenCargo.PM.PriceModelGlobal.Credentials cannot be
converted into parameter type GreenCargo.PM.PriceModelGlobal.Credentials.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.Remoting.RemotingException: The argument
type GreenCargo.PM.PriceModelGlobal.Credentials cannot be converted into
parameter type GreenCargo.PM.PriceModelGlobal.Credentials.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.



Stack Trace:


[RemotingException: The argument type
GreenCargo.PM.PriceModelGlobal.Credentials cannot be converted into parameter
type GreenCargo.PM.PriceModelGlobal.Credentials.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg) +264
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type) +877
GreenCargo.PM.Facades.LogIn.LogInUser(Credentials cred, String[]& role,
Hashtable& userprops) +0
GCPriceModelWeb.pagecontrols.pc_Login.btnLogin_Click(Object sender,
EventArgs e) +992
System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e) +108

System.Web.UI.HtmlControls.HtmlInputButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +58
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277


//Thanks a lot, Julia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top