References not shown in visual studio

Posted by Dofs on Stack Overflow See other posts from Stack Overflow or by Dofs
Published on 2010-03-21T18:17:00Z Indexed on 2010/03/21 18:31 UTC
Read the original article Hit count: 208

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#