Visual Studio MVC RTM Templates Not Present/Available
After trying all threads I found on the net for how to fix the problem of the lack of templates in visual studio (new project diag) after a successful install of the final release of .net MVC I realised the problem and it was so simple!!
I had read the readme notes which tells you to open this log file
%temp%\MvcTemplates.Log
In my log I was getting lots of errors like
<description>CheckPackageSignature failed; invalid Package Load Key</description>
The solution1?!? Well it was a sitting the right under my nose LITERALLY. In the new project dialog, for some reason VS was defaulting to .net 2.0 projects, switching this to 3.5 and voila all the MVC templates ready for use!
I hope this helps other people
P.S You can see my original error log here