You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding the five existing items from step 1 from Source folder (dated 2/09/2016), it complains about using Microsoft.Data.Entity
in the two files:
SampleData.cs
TriviaDbContext.cs
Environment:
VS 2015 community w/ Update 3
win 10, 64-bit
ASP.Net 4.6
Also compiled on AspNetApiSpa\Ex1-CreatingAnAPI which has the same two files had no problem. This Ex1 is using DNX instead.
The text was updated successfully, but these errors were encountered:
Add the assembly for microsoft.data. I kinda added all of them not sure which made it work. I also used the entity framework core. One of those DLL's fixed it
After adding the five existing items from step 1 from Source folder (dated 2/09/2016), it complains about
using Microsoft.Data.Entity
in the two files:
SampleData.cs
TriviaDbContext.cs
Environment:
Also compiled on AspNetApiSpa\Ex1-CreatingAnAPI which has the same two files had no problem. This Ex1 is using DNX instead.
The text was updated successfully, but these errors were encountered: