References not shown in visual studio
- by Dofs
Hi,
I have an ASP.NET 3.5 website project, where I have added a few assemblies.
When I look in the bin folder in visual studio the references are not shown, but if I go to the references in the property pages for the website they are shown as GAC.
Shouldn't dll's in GAC be shown under references for a website project in visual studio?
The core problem is that I am getting an error that System.Core could not be loaded. The dll-file is shown under references under the project pages, but is not shown under bin in visual studio.