WEB API Set Up Problem

arbab anis asked on July 14, 2017 09:00

I am getting problem in using System.Linq; it showing namespace is not there.and GlobalConfiguration also not found

Recent Answers


Brenden Kehren answered on July 17, 2017 16:52

Do you have this assembly added in your <assemblies> node in your web.config?

<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.