> I have created a windows application that has a reference to the word
> interop and performs certain automation of MS Word.
> The build Process is fine inside visual studio, However i am having
> difficulty building it with Nant, mainly with respect to building it with
> the MS Word interop, which seems to be the error i am getting. I am able to
> build it with normal dll references, but am having difficulty when
> references are made to the COM interop inside the GAC.

Sometimes assemblies can be registered with Visual Studio, so that it
knows where they are when trying to build, but not be in the GAC or
other places that other tools might be able to find them, especially
if, in this case, Word isn't installed on the build machine.

/bs

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to