[Mono-bugs] [Bug 480037] New: Runtime error when using events with remoting
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 26 13:39:18 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=480037
Summary: Runtime error when using events with remoting
Classification: Mono
Product: Mono: Class Libraries
Version: unspecified
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: anton at lauridsen.info
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=275775)
--> (https://bugzilla.novell.com/attachment.cgi?id=275775)
Source code of trivial sample exhibiting the behavior
Description of Problem:
When implementing serverside signalling of events to a client, a runtime
exception is thrown when the client attempts to register for the event
Steps to reproduce the problem:
1. Compile the attached minimum sample code
2. Start the server component
3. Start the client component and observe the exception being thrown
Actual Results:
An exception is thrown, depending on implementation method the execption
varies, but in the current example:
"Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'Client' or one of its dependencies. The system cannot find the file
specified."
Expected Results:
Successfull signalling of events form the server to the client
How often does this happen?
Every time.
Additional Information:
sample code taken from:
http://www.mctainsh.com/Articles/Csharp/RemoteCallback.aspx
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list