Beekey Carkey
Beekey Carkey

Reputation: 1

how do i get the solution for following error

Could not resolve this reference. Could not locate the assembly System.Web.Entity. Check to make sure the assembly exists on disk. If this reference is required by code, you may get compilation errors."

I got this error when suddenly started visual studio from WindowsOS to mac OS. Is there any solution, anyone knows for this error?

Upvotes: 0

Views: 866

Answers (1)

yosh
yosh

Reputation: 178

Simple fix: Use the NuGet package System.Web.Http.Common instead of System.Web.Entity

Upvotes: 1

Related Questions