PC Review


Reply
Thread Tools Rate Thread

DragDrop: System.Runtime.Remoting.RemotingException

 
 
Johnny H
Guest
Posts: n/a
 
      24th Aug 2005
Using: .NET framework 1.1
Subject: DragDrop, Image


Works:

Dragging a picture from a framework application to the same
framework application.
Dragging a picture from/to a framework application to/from WordPad.
Dragging a picture from Microsoft Word 2000 to a framework application.


Does NOT work:

Dragging a picture from a framework application to a nother
framework application.
Dragging a picture from a framework application to Microsoft Word 2000.



Displayed error:

An unhandled exception of type
'System.Runtime.Remoting.RemotingException' occurred in
system.windows.forms.dll

Additional information: This remoting proxy has no channel sink which
means either the server has no registered server channels that are
listening, or this application has no suitable client channel to talk to
the server.


Returned object for Bitmap, DIB or DeviceIndependentBitmap:

{System.Runtime.Remoting.Proxies.__TransparentProxy}




Partial solution for allowing to drop a picture into Microsoft Word 2000:

Clipboard.SetDataObject(s.Image, True)
Me.DoDragDrop(Clipboard.GetDataObject, DragDropEffects.Copy Or
DragDropEffects.Move)



Is there a solution to dragdrop pictures between framework based
applications?


Thanks for taking your time



JH

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remoting...Because of security restrictions, the type System.Runtime.Remoting.ObjRef cannot be accessed. Junoti Microsoft C# .NET 0 11th Dec 2006 05:21 AM
System.Runtime.Remoting.RemotingException: Requested Service not found Lambuz Microsoft C# .NET 2 22nd Nov 2006 10:43 PM
System.Runtime.Remoting.RemotingException: Requested Service not found Lambuz Microsoft Dot NET 2 22nd Nov 2006 10:43 PM
System.Runtime.Remoting.RemotingException: Requested Service not found Lambuz Microsoft Dot NET Framework 2 22nd Nov 2006 10:43 PM
.NET RemotingException thrown on Remoting call Shachar Tal Microsoft Dot NET Framework 0 3rd Sep 2003 01:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:05 PM.