all groups > dotnet interop > march 2005 >
You're in the

dotnet interop

group:

System.Reflection and Referenced Dlls/Assemblies


System.Reflection and Referenced Dlls/Assemblies count_black NO[at]SPAM boltgun.co.uk
3/29/2005 1:37:27 AM
dotnet interop: Hi,

I am currently working on a VB.net project where i would like to use a
referenced dll. The problem i face is that i would like to be able to
change the dll without recompiling the project. I have read about
using system.reflection but i am aware that there is quite a
performance overhead, is there any other way of acheiving this goal?

I am wondering if there is a way of creating a type of interface to
the dll, and referencing the interface thus allowing the dll code to
be changed behind?

Any ideas would be great?

RE: System.Reflection and Referenced Dlls/Assemblies Daniel Petersson, Cefalo
3/29/2005 2:35:02 AM
Hi, If you don't StrongName your assemblies you can change
your assemblies without rebuilding the client. Do you use
StrongNames ?

// Daniel

[quoted text, click to view]
Re: System.Reflection and Referenced Dlls/Assemblies count_black NO[at]SPAM boltgun.co.uk
4/8/2005 12:25:43 AM

[quoted text, click to view]
AddThis Social Bookmark Button