zoukankan      html  css  js  c++  java
  • there was an error running the selected code generator unable to retrieve metadata for

    there was an error running the selected code generator unable to retrieve metadata for

    PROBLEM:

    I have updated to Visual Studio 2013 update 2 and now I cannot scaffold controllers.

    The problem is not project specific: when I try to scaffold a controller, I get the following error in ALL and ANY project:

    There was an error running the selected code generator:
    'Exception has been thrown by the target of an invocation.'
    
    

    It was working before updating to Visual Studio 2013 update 2.

    A combination of things have worked for me:

    1. Upgrade to Visual Studio 2013 Update 3.
    2. Upgrade Entity Framework to 6.1.1
    3. Modify the context configuration to use IDbSet<...> instead of DbSet<...> (I have heard that this can affect using async actions, but not apparently in my case, as I use this in my login actions, etc, as supplied by ASP.NET Identity 2 sample Nuget package).

    Quite why this combination works, I have no idea. But then given the thundering silence from MS, I am probably not alone. I guess update 2 just didn't work...

  • 相关阅读:
    Thinkphp各种方法知识图谱
    Yii2.0学习笔记:创建登录表单
    Yii2.0学习笔记:第一个页面Saying Hello
    4.1
    4
    flask(3.0)
    flask(2.0)
    flask(1.1)装饰器装饰多个视图函数出现的问题
    flask(1.0)
    Flask之上下文管理机制
  • 原文地址:https://www.cnblogs.com/dupeng0811/p/scaffolding-controller-doesnt-work-with-visual-studio-2013-update-2.html
Copyright © 2011-2022 走看看