If you want to add it to the project node, you will have to create a vsz
file, etc. and put it in
(VB.NET)
C:\Program Files\Microsoft Visual Studio .NET 2003\Vb7\VBProjectItems
If you just want to add it to the solution node, just put your Word document
in:
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\NewFileItems

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
The MZ-Tools all-in-one add-in, now for .NET: http://www.mztools.com
> I want to create a project template for Documentation that will have
> templates od word and excel documents. I can create a custome template but
> not for generic documents only VB or VC or C#.
> Any ideas
Matthew - 22 Oct 2004 13:13 GMT
I get an error trying to process the excel spreadsheet that my template tries
to load
> If you want to add it to the project node, you will have to create a vsz
> file, etc. and put it in
[quoted text clipped - 11 lines]
> > not for generic documents only VB or VC or C#.
> > Any ideas
Steve Maillet (eMVP) - 22 Oct 2004 16:24 GMT
You can't use template filtering on a word or excel document. The template
engine is expecting a text file and those documents are not text based.

Signature
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com
Philo - 26 Oct 2004 21:54 GMT
"Steve Maillet \(eMVP\)" <nospam1@EntelechyConsulting.com> wrote in
news:el67CtEuEHA.160@TK2MSFTNGP11.phx.gbl:
> You can't use template filtering on a word or excel document. The
> template engine is expecting a text file and those documents are not
> text based.
However, if you can cater to Office 2003, Word and Excel documents can be
XML-based, so you can use XML files.
Philo [MSFT]