Click here to Skip to main content
15,896,727 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setting application icon doesnt work Pin
leppie1-Jul-04 12:22
leppie1-Jul-04 12:22 
GeneralRe: Setting application icon doesnt work Pin
Anonymous2-Jul-04 1:16
Anonymous2-Jul-04 1:16 
General.Net Remoting return Object help Pin
bmasephol1-Jul-04 7:19
bmasephol1-Jul-04 7:19 
GeneralRe: .Net Remoting return Object help Pin
Judah Gabriel Himango1-Jul-04 7:57
sponsorJudah Gabriel Himango1-Jul-04 7:57 
GeneralRe: .Net Remoting return Object help Pin
Judah Gabriel Himango1-Jul-04 8:04
sponsorJudah Gabriel Himango1-Jul-04 8:04 
GeneralRe: .Net Remoting return Object help Pin
bmasephol1-Jul-04 8:46
bmasephol1-Jul-04 8:46 
GeneralRe: .Net Remoting return Object help Pin
WKIII1-Jul-04 8:08
WKIII1-Jul-04 8:08 
GeneralRe: .Net Remoting return Object help Pin
Tom Larsen1-Jul-04 19:19
Tom Larsen1-Jul-04 19:19 
What do you mean "bombs out"? Any object being passed around remoting must be derived from MarshalByRefObject because it must cross application boundries.

If you can actually give an exception object or the exception method that would be helpful.

Also a pitfall almost everyone new to .Net Remoting (as well as any other remote procedure framework) is that since objects live in two different application domains they aren't exactly equal. It is even warned in the MSDN documentatino:

<br />
Types must inherit from MarshalByRefObject when the type is used across application domain boundaries, and the state of the object must not be copied because the members of the object are not usable outside the application domain where they were created.<br />


So if your server twiddles the value of the object passed to it, those values are lost to the client upon leaving the method.
GeneralRe: .Net Remoting return Object help Pin
bmasephol2-Jul-04 3:06
bmasephol2-Jul-04 3:06 
GeneralWhy Add and Remove button of propertyGrid disabled Pin
god4k1-Jul-04 6:48
god4k1-Jul-04 6:48 
GeneralRe: Why Add and Remove button of propertyGrid disabled Pin
Heath Stewart2-Jul-04 2:29
protectorHeath Stewart2-Jul-04 2:29 
General_42TabbedControl Validation Pin
RobertVG1-Jul-04 5:18
RobertVG1-Jul-04 5:18 
GeneralTabbedControl Validation Pin
RobertVG1-Jul-04 11:32
RobertVG1-Jul-04 11:32 
GeneralWindows Forms and Role Based Security Pin
OMalleyW1-Jul-04 5:14
OMalleyW1-Jul-04 5:14 
GeneralWord 2003 Pin
Giles1-Jul-04 4:34
Giles1-Jul-04 4:34 
QuestionHow to find out printable area? Pin
Pain_Elemental1-Jul-04 4:19
Pain_Elemental1-Jul-04 4:19 
AnswerRe: How to find out printable area? Pin
Pain_Elemental1-Jul-04 4:37
Pain_Elemental1-Jul-04 4:37 
AnswerRe: How to find out printable area? Pin
misterbear1-Jul-04 23:05
misterbear1-Jul-04 23:05 
GeneralDTS package Pin
Member 11509011-Jul-04 2:47
Member 11509011-Jul-04 2:47 
GeneralRe: DTS package Pin
Nick Parker1-Jul-04 4:07
protectorNick Parker1-Jul-04 4:07 
GeneralPocket PC\Telnet Pin
Schkin30-Jun-04 23:43
Schkin30-Jun-04 23:43 
GeneralRe: Pocket PC\Telnet Pin
Mike Dimmick1-Jul-04 0:04
Mike Dimmick1-Jul-04 0:04 
GeneralThe FlexGrid component Pin
saud_a_k30-Jun-04 23:34
saud_a_k30-Jun-04 23:34 
GeneralRe: The FlexGrid component Pin
Nick Parker1-Jul-04 4:18
protectorNick Parker1-Jul-04 4:18 
GeneralRe: The FlexGrid component Pin
saud_a_k1-Jul-04 18:19
saud_a_k1-Jul-04 18:19 

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.