smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
585 stars 176 forks source link

MvcMailer breaks controller creation VS2013 -pre #143

Open ghost opened 9 years ago

ghost commented 9 years ago

I am not sure if this is an ongoing issue with the scaffolding https://github.com/smsohan/MvcMailer/issues/115, but after i install MvcMailer i cant create controllers.

error

I am running visual studio 2013 update 3 as administrator. If i close vs and start it up again , i can then create controllers, so it is not a major issue.

liamweston commented 9 years ago

I've got the same problem. Did you ever find a solution?

Katherine912 commented 9 years ago

This was discussed in another issue, but here are some helpful steps:

  1. Remove your current MvcMailer and T4Scaffolding references
  2. In your Package Manager Console, install the following packages in order of appearance:
    • Install-Package MvcScaffolding -Version 1.0.8-vs2013 -Pre
    • Install-Package MvcMailer-vs2013 -Version 4.5.1-pre

You may have to restart your IDE, but that should make Controller and Area creation work again!