If you have both Visual Web Developer (VWD) 2008 and Visual C# (VC#) 2008 installed you can copy templates between them. The VWD template files live in (by default):
C:Program FilesMicrosoft Visual Studio 9.0Common7IDEVWDExpress
The VC# templates live in:
C:Program FilesMicrosoft Visual Studio 9.0Common7IDEVCSExpress
Simply copy the templates between the two directories, they might not match exactly but they should be close enough to make sense, for instance I copied the project templates from VC# into VWD by copying files from:
C:Program FilesMicrosoft Visual Studio 9.0Common7IDEVCSExpressProjectTemplates1033
into:
C:Program FilesMicrosoft Visual Studio 9.0Common7IDEVWDExpressProjectTemplatesCSharpWindows1033
The templates won't appear straight away in the template browser. For VWD you need to run:
C:Program FilesMicrosoft Visual Studio 9.0Common7IDEVWDExpress.exe /installvstemplates
For VC# you run:
C:Program FilesMicrosoft Visual Studio 9.0Common7IDEVCSExpress.exe /installvstemplates
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…