boujnah5207 / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

CRUD Scaffolding throws "Cannot retrieve ProjectItem" if tt file remains open in VS between uses #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce:

1) Run the scaffolding generator and reload the projects when prompted, but 
don't leave the ScaffoldingGeneratorCommand.tt page

2) Rerun the scaffolding generator for a different entity

As soon as I close the ScaffoldingGeneratorCommand.tt file in VS and reopen 
it, it works like a champ.  I'm going to pick Oleg Sych's brain (the brain 
behind the T4 Toolbox) for any guidance he might have.

Original issue reported on code.google.com by wmccaffe...@gmail.com on 11 Mar 2009 at 7:44

GoogleCodeExporter commented 9 years ago
Fixed with a new patch from Oleg Sych for the T4 Toolbox.  Use of patch is 
described
in the installation and prereqs section of the documentation.

Original comment by wmccaffe...@gmail.com on 13 Mar 2009 at 5:37