Get C# Templates For VS 2008 Shell
- by Onorio Catenacci
I've got VS 2008 Shell Integrated mode; I've got F# 2.0 on that installation.  Till now this has worked fine for me because I've been hacking at F# code.  Now though, I want to install Intellifactory's WebSharper.  It looks like the Intellifactory templates assume that C# templates will be available because while it will create the F# portion of the solution it will not create the Web project in the solution with the complaint 
  A problem was encountered creating
  the sub project 'Web Application'. 
  The template specified cannot be
  found.
Is there any place where I can get the C# stuff to add to this instance of VS 2008 Shell?  Apologies in advance if this is a dup question but I've googled without much luck and I don't seem to find this here either.
I've seen that about devenv /installvstemplates but that also fails with a message about needing to elevate privileges (which is odd since I try it under an admin user).