How can I resolve this error: Loading the include file 'EF.Utility.CS.ttinclude' returned a null or empty string

后端 未结 8 2075
再見小時候
再見小時候 2020-12-28 15:07

How can I resolve these errors:

  1. Loading the include file \'EF.Utility.CS.ttinclude\' returned a null or empty string.
  2. Value does not fall within the
8条回答
  •  無奈伤痛
    2020-12-28 15:48

    Visual Studio 2017

    was getting the same error but only in a test project. after reviewing the test project and the other project successfully referencing that file i found that adding the following to the app.config of the failing project resolved my issue

      
        
        

提交回复
热议问题