Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralRe: String Search Pin
Corinna John8-Oct-03 0:51
Corinna John8-Oct-03 0:51 
GeneralRe: String Search Pin
Mike Ellison8-Oct-03 9:14
Mike Ellison8-Oct-03 9:14 
Generalprinter minimum margins Pin
mistery227-Oct-03 22:44
mistery227-Oct-03 22:44 
GeneralList boxes in .NET Pin
Joe Woodbury7-Oct-03 17:02
professionalJoe Woodbury7-Oct-03 17:02 
GeneralRe: List boxes in .NET Pin
eggie512-Oct-03 6:13
eggie512-Oct-03 6:13 
GeneralRe: List boxes in .NET Pin
Joe Woodbury12-Oct-03 10:19
professionalJoe Woodbury12-Oct-03 10:19 
GeneralRe: List boxes in .NET Pin
eggie512-Oct-03 10:37
eggie512-Oct-03 10:37 
GeneralRe: List boxes in .NET Pin
Joe Woodbury12-Oct-03 14:18
professionalJoe Woodbury12-Oct-03 14:18 
GeneralDecmompilers.. Pin
hammackj7-Oct-03 13:21
hammackj7-Oct-03 13:21 
GeneralRe: Decmompilers.. Pin
Nick Seng7-Oct-03 15:37
Nick Seng7-Oct-03 15:37 
GeneralRe: Decmompilers.. Pin
jparsons7-Oct-03 15:41
jparsons7-Oct-03 15:41 
GeneralRe: Decmompilers.. Pin
Nick Seng8-Oct-03 2:07
Nick Seng8-Oct-03 2:07 
GeneralRe: Decmompilers.. Pin
J. Dunlap7-Oct-03 15:52
J. Dunlap7-Oct-03 15:52 
GeneralRe: Decmompilers.. Pin
Carl Mercier7-Oct-03 17:26
Carl Mercier7-Oct-03 17:26 
GeneralRe: Decmompilers.. Pin
J. Dunlap7-Oct-03 17:49
J. Dunlap7-Oct-03 17:49 
GeneralRe: Decmompilers.. Pin
David Stone7-Oct-03 17:40
sitebuilderDavid Stone7-Oct-03 17:40 
GeneralRe: Decmompilers.. Pin
J. Dunlap7-Oct-03 17:50
J. Dunlap7-Oct-03 17:50 
GeneralRe: Decmompilers.. Pin
David Stone8-Oct-03 4:40
sitebuilderDavid Stone8-Oct-03 4:40 
GeneralRe: Decmompilers.. Pin
exalien8-Oct-03 5:23
exalien8-Oct-03 5:23 
GeneralRe: Decmompilers.. Pin
David Stone8-Oct-03 21:13
sitebuilderDavid Stone8-Oct-03 21:13 
GeneralDiagrams in .NET Pin
cemlouis7-Oct-03 12:17
cemlouis7-Oct-03 12:17 
GeneralRe: Diagrams in .NET Pin
Patrick Lassalle8-Oct-03 3:47
Patrick Lassalle8-Oct-03 3:47 
GeneralForm adapters, OO style question Pin
Jodokos7-Oct-03 9:52
Jodokos7-Oct-03 9:52 
GeneralRe: Form adapters, OO style question Pin
panmanphil7-Oct-03 16:47
panmanphil7-Oct-03 16:47 
GeneralCustom Exceptions in Remoting Pin
mszulman7-Oct-03 9:31
sussmszulman7-Oct-03 9:31 
Hi!
I'm developing an application that uses remoting. I used to use the .config file and RemotingConfiguration.Configure() to configure my server, but now I'm asked to save everithing on the registry. I've been able to migrate everything but the custom error attribute in the .config file. I have written my own Exception (which inherits from System.Exception). It is serializable and works great when I add the <customerror mode="Off"> in the .config file, but when I register everything programatically I get an exception in the client asking me to add that tag. Is there any way to do that by code?

Thanks in advance,

Matias

PS: if needed I can post the server code.

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.