Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MvcMailer breaks controller creation VS2013 -pre #143

Open
ghost opened this issue Sep 17, 2014 · 2 comments
Open

MvcMailer breaks controller creation VS2013 -pre #143

ghost opened this issue Sep 17, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 17, 2014

I am not sure if this is an ongoing issue with the scaffolding #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
Copy link

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

@Katherine912
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants