Hi all, I have a .NET application that use a VB6 active x dll (A) to perform some actions. Now the problem is that when I recompile my VB6 dll I have to recompile my .NET application. Is there a way to make our .NET so that is will use the dll event when I recompile the dll?
I can think of one solution but is seems more a hack to me: I create a second VB6 active x dll that encapsulate the first dll. In my .NET app I use the second dll using interop to call the methods form the first dll. So because the first dll is build with the binary compatibility option on, I don't have to recompile my second dll when I recompile the first dll. So it is not necessary to recompile my .NET application when I recompile my first dll. Is there a better solution or is this the way I have to go? Regards, Tim Cools Solid System Solutions www.s3.be =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet View archives and manage your subscription(s) at http://discuss.develop.com
