HighTechTalks DotNet Forums  

remoting problem with framework 2.0

Dotnet Framework microsoft.public.dotnet.framework


Discuss remoting problem with framework 2.0 in the Dotnet Framework forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Juergen
 
Posts: n/a

Default remoting problem with framework 2.0 - 06-22-2006 , 05:35 AM






I've a remoting server and client:
the client calls a method at the server:
public class ExceptionClass : MarshalByRefObject
{

public void CreateException ()
{
Form1 f = new Form1(); // Form1 is just an empty
windows.forms.form
f.ShowDialog();
}

}

When CreateException is called, an exception is thrown
System.InvalidOperationException

I have tried this with both versions dot framework 1.1 and 2.0.
The problem only occurs with framework 2.0.

A Tcp channel is used for transportation

If needed I can provide a simple test project with all remoting config files.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.