Click here to Skip to main content
15,917,174 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to cast multiple form in class Pin
0x3c016-Apr-09 0:55
0x3c016-Apr-09 0:55 
QuestionRe: How to cast multiple form in class Pin
RoalearK16-Apr-09 15:59
RoalearK16-Apr-09 15:59 
QuestionHow to print DataGridView using C#.Net in windows application Pin
pradeepc_mca16-Apr-09 0:01
pradeepc_mca16-Apr-09 0:01 
AnswerRe: How to print DataGridView using C#.Net in windows application Pin
Abhijit Jana16-Apr-09 0:21
professionalAbhijit Jana16-Apr-09 0:21 
QuestionHow to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin15-Apr-09 23:11
Farawin15-Apr-09 23:11 
AnswerRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
dojohansen16-Apr-09 0:54
dojohansen16-Apr-09 0:54 
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin16-Apr-09 1:22
Farawin16-Apr-09 1:22 
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
dojohansen16-Apr-09 3:42
dojohansen16-Apr-09 3:42 
Hi again,

You should be able to use remoting regardless of whether you derive from MarshalByRefObject, though objects not so derived would be marshalled by value. In other words, if you instantiate such a "remote" object it would be binary serialized at the server, sent to the client, and deserialized there. In other words the object would live on the client and not really be a remote object at all. (However this technique can be used to allow a server to basically ship an implementation to the client.)

And you don't need the implementation to be in a common assembly.

It would be nice to know what the exception message you're getting is. And better yet if you could post the absolute minimum of code required to reproduce the problem.
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin16-Apr-09 21:45
Farawin16-Apr-09 21:45 
NewsInteresting Article for C# and Navision Developers Pin
abhishek pareek200915-Apr-09 23:05
abhishek pareek200915-Apr-09 23:05 
QuestionHow do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 22:26
calendarw15-Apr-09 22:26 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
Mycroft Holmes15-Apr-09 23:20
professionalMycroft Holmes15-Apr-09 23:20 
GeneralRe: How do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 23:41
calendarw15-Apr-09 23:41 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
SeMartens15-Apr-09 23:21
SeMartens15-Apr-09 23:21 
GeneralRe: How do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 23:47
calendarw15-Apr-09 23:47 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
dojohansen16-Apr-09 1:15
dojohansen16-Apr-09 1:15 
QuestionDraw text along points Pin
baranils15-Apr-09 22:22
baranils15-Apr-09 22:22 
AnswerRe: Draw text along points Pin
Henry Minute15-Apr-09 23:26
Henry Minute15-Apr-09 23:26 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 0:25
baranils16-Apr-09 0:25 
GeneralRe: Draw text along points [modified] Pin
Henry Minute16-Apr-09 0:41
Henry Minute16-Apr-09 0:41 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 0:56
baranils16-Apr-09 0:56 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 0:57
Henry Minute16-Apr-09 0:57 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 3:50
Henry Minute16-Apr-09 3:50 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 4:04
baranils16-Apr-09 4:04 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 9:22
Henry Minute16-Apr-09 9:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.