SubSonic ASP.NET MVC sample in Visual Web Developer Express

后端 未结 3 1565
孤街浪徒
孤街浪徒 2020-11-30 08:25

In Visual Web Developer Express 2008 the SubSonic ASP.NET MVC template doesn\'t seem to work with a new database I added. I removed the Chinook Database and created my own o

3条回答
  •  粉色の甜心
    2020-11-30 08:45

    There is a command line TextTransform tool which you can use:

    [http://msdn.microsoft.com/en-us/library/bb126461.aspx][1]

    By default in the Express versions it's installed to C:\Program Files\Common Files\Microsoft Shared\TextTemplating\1.2

    However the MVC templates require the t4 templates be run within Visual Studio so I'm pretty sure without at least a patch to the templates you're not going to be able to get them to work.

提交回复
热议问题