G
Guest
Hi,
I have a ASP.NET application that uses both old COM.dlls and new .NET assemblies.
The .NET ones are added as references and compiled into the \bin directory.
The COM ones are also added as references and compiled into the \bin directory as Interop dlls.
On the server where I want to deploy my application resides an old ASP app that uses the same COM dll as my app and is therefore registered in Component Services. What will happen if (when...) they build a new COM dll and register it in Component Services? Since my app refers to the Interop dll in my \bin directory, I guess the CLSID will be different and my app will not work. Do I have to recompile my .NET application every time a new COM is built or is there another way round this?
Thanks in advance,
Jessica
I have a ASP.NET application that uses both old COM.dlls and new .NET assemblies.
The .NET ones are added as references and compiled into the \bin directory.
The COM ones are also added as references and compiled into the \bin directory as Interop dlls.
On the server where I want to deploy my application resides an old ASP app that uses the same COM dll as my app and is therefore registered in Component Services. What will happen if (when...) they build a new COM dll and register it in Component Services? Since my app refers to the Interop dll in my \bin directory, I guess the CLSID will be different and my app will not work. Do I have to recompile my .NET application every time a new COM is built or is there another way round this?
Thanks in advance,
Jessica