Closed GoogleCodeExporter closed 9 years ago
I forgot to mention this is on Visual Studio 2008.
Original comment by johnzabr...@gmail.com
on 25 Sep 2009 at 7:33
Another correction.
The installer does install things, but they don't talk to other templates.
When creating an ASP.NET MVC 2 Preview app via Visual Studio Project Template
"ASP.NET MVC 2 Web Application", the MbUnit template does not show up as an
option.
Original comment by johnzabr...@gmail.com
on 25 Sep 2009 at 7:36
Used to work. Let's take a look.
Original comment by jeff.br...@gmail.com
on 29 Sep 2009 at 7:14
The current test project templates are presently registered in
"KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\MVC\TestProjectTemplates"
. It
works fine for ASP.NET MVC 1, but it seems that ASP.NET MCV 2 requires that the
same
key be in
"KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\MVC2\TestProjectTemplates
"
instead (notice the extra "2" after "MVC").
I'm going to fix that.
Original comment by Yann.Tre...@gmail.com
on 2 Oct 2009 at 9:05
Should be fixed in 3.2.124.0 and later.
Original comment by Yann.Tre...@gmail.com
on 2 Oct 2009 at 9:12
Meanwhile, merging the missing keys in the registry should work too (see
attached file)
Original comment by Yann.Tre...@gmail.com
on 2 Oct 2009 at 9:16
Attachments:
I backported the fix to v3.1, so it should work in 3.1.340.0+.
Original comment by Yann.Tre...@gmail.com
on 2 Oct 2009 at 11:19
Original issue reported on code.google.com by
johnzabr...@gmail.com
on 25 Sep 2009 at 6:35