Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

I have two dlls, one acts as a Container and the other is a dependancy. I want these two dll communicate to each other, aka, raise events to each other. And I am using LateBinding to call the dependancy from the Container.

 

Is it possible to Addhandler on LateBinding, or some other ways to have these two controls avaliable while use LateBinding.

 

Thanks,

Carl

Donald DUCK : YOU ARE FIRED!!!
Posted

Thanks for your responding, I think it's not possible for me to use LateBinding in my case anymore because the Container.dll will be included into a web page and download to the client, if I use latebinding in this case, I have to specify the path for the child dll (Remember, child dll is still on server side at this point). Which I don't think will be an efficient way to do it. And yes, you are right, it will highly incerease the complexity.

 

However, I heard of a term "MulitModule Assembly" which can embed the dependancy to the Container dll. which might, not sure though, be helpful. Do you know anything about this as I am doing some research on it.

 

Thanks

Donald DUCK : YOU ARE FIRED!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...