MvcMailer
MvcMailer copied to clipboard
This doesnt work in VS2015
Tried using this with MVC5 application in VS2015 targeting .Net 4.6. You cannot get the packages aligned, even when installing via packet manager for solution. Constantly getting package manager errors.
Latest attempt was to use the mvcscaffolding for vs2015 but get smae errors PM> Scaffold Mailer.Razor UserMailer Welcome,GoodBye,ContactUs,OrderSubmitted Invoke-Scaffolder : A positional parameter cannot be found that accepts argument 'UserMailer'. At line:1 char:1
- Scaffold Mailer.Razor UserMailer Welcome,GoodBye,ContactUs,OrderSubmi ...
-
- CategoryInfo : InvalidArgument: (:) [Invoke-Scaffolder], ParameterBindingException - FullyQualifiedErrorId : PositionalParameterNotFound,T4Scaffolding.Cmdlets.InvokeScaffolderCmdlet
Having the same issue here. Is this project dead or what? I happily used it in the past but from the commit history it looks like it's not going anywhere.
same problem!
please fix this!
hey, you don't actully need to use scaffolding to use mvcmailer. It just generates some code to make it easy on you. Read more...