unable to retrieve metadata for unrecognized element providers

前端 未结 2 2008
礼貌的吻别
礼貌的吻别 2021-02-12 16:22

I get a message error whenever I try to add a controller with Entity framework template but I keep getting a error message

    unable to retrieve metadata for \'         


        
2条回答
  •  孤城傲影
    2021-02-12 16:43

    I was able to fix this issue by removing the section of the configuration file.

    This:

    
      
      
        
      
    
    

    Becomes this:

    
      
    
    

    I had this issue this morning and just found the fix. If you don't specify the database (and provider I guess) EF will default to SQL Server Express.

提交回复
热议问题