I think we fixed this in a more recent build. IIRC it had something to do with changes in the template system with a newer release of ASP.Net MVC.
In any case, you don't need to use this special test wizard thingy. Just use your VSTT test project, strip out the reference to Microsoft.QualityTools.UnitTesting and add in references to Gallio and MbUnit instead. Jeff. On Sun, Feb 7, 2010 at 11:33 AM, nima dilmaghani <[email protected]> wrote: > Hello, > > Has anyone ran into this problem? > > when trying to create a project of type MBUnit v3 ASP.NET Test > Project I get the following error: > > Error: this template attempted to load an untrusted component > 'Microsoft.VisualStudio.Web.Application, Version=9.0.0.0, > Culture=neutral, PublicKeyToken=xxx'. For more information on this > problem and how to enable this template, please see documentation on > Customizing Project Templates. > > This works fine if I use Visual Studio Unit Test framework. > > Any thoughts? > Thanks! > > > > -- > Nima > > -- > You received this message because you are subscribed to the Google Groups > "MbUnit.User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<mbunituser%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/mbunituser?hl=en. > > -- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mbunituser?hl=en.
