Hi all,
I'm developing an open source public domain product called Stored Procedures
Class Generator I plan to publish at Code Project. This product generates
one class per stored procedure in a SQL Server 2000/2005 database. It
includes an item template, a standard file based editor, and a custom tool.
The editor loads stored procedure metadata from the specified database,
allows the developer to modify and specify some data, and saves it in a xml
file with .sps extension (this file is part of the project), then the custom
tool generates the code in vb or cs.
All seem to work properly, but there are some minor details I would like to
fix:
(2) I'd like to have the item template as an installed item template instead
of a custom item template. I tried to place the zip file in
<VisualStudioInstallDir>\Common7\IDE\ItemTemplates\Language\Locale\, but the
item template does not appear on the add new item dialog.
Best regards:
Jesús López
VB MVP
Jesús López - 20 Feb 2006 12:33 GMT
After executing devenv.exe /setup, I see the item templante on the add new
item dialog.

Signature
Regards:
Jesús López
MVP VB
"Jesús López" escribió:
> Hi all,
>
[quoted text clipped - 19 lines]
> Jesús López
> VB MVP