Click here to Skip to main content
15,916,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: SerializationException when deserialize an object Pin
pelos5-Aug-04 21:23
pelos5-Aug-04 21:23 
GeneralRe: SerializationException when deserialize an object Pin
Heath Stewart6-Aug-04 5:13
protectorHeath Stewart6-Aug-04 5:13 
GeneralRe: SerializationException when deserialize an object Pin
pelos5-Aug-04 23:46
pelos5-Aug-04 23:46 
GeneralRe: SerializationException when deserialize an object Pin
pelos6-Aug-04 1:52
pelos6-Aug-04 1:52 
GeneralContainer Object reference in Contained class Pin
idoonii5-Aug-04 12:37
sussidoonii5-Aug-04 12:37 
GeneralRe: Container Object reference in Contained class Pin
leppie5-Aug-04 20:05
leppie5-Aug-04 20:05 
GeneralRe: Container Object reference in Contained class Pin
isamir6-Aug-04 5:45
isamir6-Aug-04 5:45 
GeneralRe: Container Object reference in Contained class Pin
Heath Stewart6-Aug-04 1:36
protectorHeath Stewart6-Aug-04 1:36 
You could also use an assembly that defines an interface (or abstract class, but this seems more appropriate for an interface) that the container class implements. This interface could also be defined in the current dependent assembly (since it already depends on it). This allows you to make late-binding calls. Just pass that interface as your parameter into your contained class (or a property value), which would actually be an instance of the implementation of the interface. This way you won't need to make a circular dependency and it makes your code a little more robust.

 

Microsoft MVP, Visual C#
My Articles
Generalcopy NTF File Permission Pin
Anonymous5-Aug-04 11:11
Anonymous5-Aug-04 11:11 
GeneralRe: copy NTF File Permission Pin
Heath Stewart5-Aug-04 11:48
protectorHeath Stewart5-Aug-04 11:48 
GeneralRe: copy NTF File Permission Pin
Dave Kreskowiak6-Aug-04 3:25
mveDave Kreskowiak6-Aug-04 3:25 
GeneralReflection and System.Windows.Forms.Form Pin
Wizard_015-Aug-04 8:25
Wizard_015-Aug-04 8:25 
GeneralRe: Reflection and System.Windows.Forms.Form Pin
Heath Stewart5-Aug-04 8:37
protectorHeath Stewart5-Aug-04 8:37 
GeneralRe: Reflection and System.Windows.Forms.Form Pin
Wizard_015-Aug-04 13:47
Wizard_015-Aug-04 13:47 
GeneralRe: Reflection and System.Windows.Forms.Form Pin
Heath Stewart6-Aug-04 1:33
protectorHeath Stewart6-Aug-04 1:33 
GeneralSetting the System Cursor Pin
betterc5-Aug-04 8:16
betterc5-Aug-04 8:16 
GeneralRe: Setting the System Cursor Pin
Heath Stewart5-Aug-04 8:33
protectorHeath Stewart5-Aug-04 8:33 
GeneralRe: Setting the System Cursor Pin
Tom Larsen5-Aug-04 12:06
Tom Larsen5-Aug-04 12:06 
GeneralRe: Setting the System Cursor Pin
betterc5-Aug-04 12:47
betterc5-Aug-04 12:47 
GeneralStrange Thread problem Pin
Guinness4Strength5-Aug-04 7:43
Guinness4Strength5-Aug-04 7:43 
GeneralRe: Strange Thread problem Pin
leppie5-Aug-04 13:31
leppie5-Aug-04 13:31 
GeneralRe: Strange Thread problem Pin
Guinness4Strength5-Aug-04 15:14
Guinness4Strength5-Aug-04 15:14 
GeneralRe: Strange Thread problem Pin
leppie5-Aug-04 19:18
leppie5-Aug-04 19:18 
GeneralRe: Strange Thread problem Pin
Guinness4Strength6-Aug-04 3:03
Guinness4Strength6-Aug-04 3:03 
GeneralBizarre remoting problem Pin
Judah Gabriel Himango5-Aug-04 7:25
sponsorJudah Gabriel Himango5-Aug-04 7:25 

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.