From: Geet on
Hi all, I'm reading this article on Microsoft's website:
http://support.microsoft.com/kb/932872/ , and they state that the
solution is to recompile the "COM dll"... how do I do this? Is there a
makefile or something I need?

Thanks
From: Erland Sommarskog on
Geet (geet.kartikeya(a)gmail.com) writes:
> Hi all, I'm reading this article on Microsoft's website:
> http://support.microsoft.com/kb/932872/ , and they state that the
> solution is to recompile the "COM dll"... how do I do this? Is there a
> makefile or something I need?

The article assumes that you have access to the source code for your
DLL, and thinks that if you were able to compile it for 32-bit, you will
also know how to compile it for 64-bit.

Obviously, if the COM object is from Microsoft or a third-party vendor,
this is not possible.


--
Erland Sommarskog, SQL Server MVP, esquel(a)sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
From: Geet on
Thank you for the information :-)