1


I started learning C# a week ago. Today I was trying to install the System.Data.SQLite plugin or whatever that is from this page of the SQLite offical website. But after I installed it I couldn't see it in:
Project->Add Reference->.NET[tab].
I am using Microsoft Visual Studio 2010. I really need to make the integration with SQLite for my application.

Thanks a lot.


Best Regards,
Me

1 Answer 1

1

During setup, have you ticked the checkbox that said something like "Install assemblies into global assembly cache"? I believe it is unchecked by default. Try referencing the library using the Browse tab instead if you can't find it in the GAC.

Sign up to request clarification or add additional context in comments.

1 Comment

I think that I checked it, but anyway I think it worked now. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.