MVCMailer Scaffolding not working

nagus69

New Member
I used NuGet Package Manager to install MVCMailer in VS2012 Express Web - and got a green tick, to indicate it had installed correctly.However, when trying to setup a template/view, using the Scaffold command, I see the following:\[code\]PM> Scaffold Mailer.Razor UserMailer BookingUpdateInvoke-Scaffolder : A positional parameter cannot be found thataccepts argument 'UserMailer'.At line:1 char:9+ Scaffold <<<< Mailer.Razor UserMailer BookingUpdate+ CategoryInfo : InvalidArgument: (:) [Invoke-Scaffolder],ParameterBindingException+ FullyQualifiedErrorId : PositionalParameterNotFound,T4Scaffolding.Cmdlets.InvokeScaffolderCmdlet\[/code\]Any ideas where I've gone wrong?Thank you,Mark
 
Back
Top