C
Christopher Pragash
Hello All,
I am developing a "Business Object" Assembly and "Data Object" Assembly
(Remoted) , both of which would be called from .NET and from ASP (using COM
layer Interop). I deployed all the assemblies into the GAC and it had a
specific version when I deployed it. I developed a service that hosts the
Remoting Objects and I deployed the dlls in the GAC and things worked fine.
I made a few changes to the COM Interop layer, and when I complied it the
versions became different, and even after I manually deploy it to the GAC,
the Service does not load the Dll from the GAC, even after restarting the
service. It always loads the Dll from its Bin Directory. How can I resolve
this issue? How do I make all the projects load the assemblies from the GAC?
Is there a way I could force this?
Thanks in advance...
regards,
Chris
I am developing a "Business Object" Assembly and "Data Object" Assembly
(Remoted) , both of which would be called from .NET and from ASP (using COM
layer Interop). I deployed all the assemblies into the GAC and it had a
specific version when I deployed it. I developed a service that hosts the
Remoting Objects and I deployed the dlls in the GAC and things worked fine.
I made a few changes to the COM Interop layer, and when I complied it the
versions became different, and even after I manually deploy it to the GAC,
the Service does not load the Dll from the GAC, even after restarting the
service. It always loads the Dll from its Bin Directory. How can I resolve
this issue? How do I make all the projects load the assemblies from the GAC?
Is there a way I could force this?
Thanks in advance...
regards,
Chris