assuming the example you're using is correct, i'm guessing that you have a typo, or you've missed something, or your
type is incorrect:
Invoke-Scaffolder : A positional parameter
cannot be found <====
that accepts argument 'UserMailer'. <====
g.
B-) Please help me by completing my school survey about computer programmers on my website. Thank you!!! Gerry Lowry +1 705-429-7550 wasaga beach, ontario, canada
Marked as answer by Ming Xu - MSFT on Apr 30, 2012 02:52 PM
QuantumInfor...
Member
199 Points
228 Posts
mvcmailer question
Apr 20, 2012 03:19 PM|LINK
Hi, I'm following this:
http://weblogs.asp.net/hajan/archive/2012/01/15/sending-emails-using-mvcmailer.aspx
but when I try run the code
Scaffold Mailer UserMailer Welcome,GoodBye
I get this error:, any ideas how to fix?
Invoke-Scaffolder : A positional parameter cannot be found that accepts argument 'UserMailer'.
At line:1 char:9
+ Scaffold <<<< Mailer UserMailer Welcome,GoodBye
+ CategoryInfo : InvalidArgument: (:) [Invoke-Scaffolder], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,T4Scaffolding.Cmdlets.InvokeScaffolderCmdlet
gerrylowry
All-Star
20525 Points
5713 Posts
Re: mvcmailer question
Apr 20, 2012 03:47 PM|LINK
@ QuantumInformation
assuming the example you're using is correct, i'm guessing that you have a typo, or you've missed something, or your type is incorrect:
Invoke-Scaffolder : A positional parameter
cannot be found <====
that accepts
argument 'UserMailer'. <====
g.