Title: RE: FW: XSLT Generated Build File with COM references
So, is there a command line interface for this? Looks like it will do the job if I can get to it from nant. If not, I can always operate on the assumption that the lib is in a particular folder, defined by the particular project va
Title: RE: FW: XSLT Generated Build File with COM references
Thanks Ian. I appreciate the help... A lot. I'm trying like hell to get this build process up and running in production.
Evan A. Bonnett
Reynolds and Reynolds, IT
-Original Message-
From: Ian MacLean [mailto:[EMAIL PROT
Hi Evan,
If you just want to find the location of the dll then you need to search
the registry for that guid - or you might be able to use oleview to
help. On my machine its %SystemRoot%\System32\shdocvw.dll
To use COM or ActiveX components from .net code you need to create
wrapper assemblies u