4
How to import a lib at Visual Studio 2010, I’m doing a project that I need to use:
using System.Data.Entity 4.0
using System.Data.DataSetExtensions 4.0
I have the file that contains the lib, but how do I put it on VS?
4
How to import a lib at Visual Studio 2010, I’m doing a project that I need to use:
using System.Data.Entity 4.0
using System.Data.DataSetExtensions 4.0
I have the file that contains the lib, but how do I put it on VS?
3
To canonical reference is here in the Microsoft documentation.
Would this be:
References
Add Reference
Browse
I did that and I still can’t use it.. It’s in the right folder.. but I can’t use it.!
Did you put this 4.0 just to illustrate or is it written? Does it give an error? Put everything you can there in your question. Tried installing with Nuget? https://www.nuget.org/packages/System.Data.Entity.Repository/
Browser other questions tagged visual-studio visual-studio-2010
You are not signed in. Login or sign up in order to post.
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero