Loading ...

Dll reference issue

Who is online?  0 guests and 0 members
home  »  forums   »  basic asp.net   »  web forms   » Dll reference issue

Dll reference issue

Posts under the topic: Dll reference issue

Posted: 9/16/2011

Lurker 10  points  Lurker
  • Joined on: 9/16/2011
  • Posts: 2

I have created a new Web application (vs2008) by choosing the Asp.Net Web site template. After this I add a new Classlibrary project name ClassLibrary1. This has public class Classlibrary1. I build the solution. Now when I adding a reference by right clicking the website folder and clicking the Add Reference sub item in the popup menu. I browse and select the ClassLibrary1.dll. The dll gets added to the Bin folder. But when I try to use it, it doesn't shows up in the intellisense. Also the dll is not is not shown up in the property pages.

But when I add a project reference the dll shows up in the property page and intellisense is also working.

The target Framework is 3.5. I have also deleted the ASP.Net temporary files

Earlier there was no such issue, it just started up, I haven't installed or upgraded any software on my system.

Can someone help me on this.


Posted: 9/16/2011

Guru 16813  points  Guru
  • Joined on: 4/19/2009
  • Posts: 490

Step1: Add a refernce by right clicking "References" folder.
Step2: Add using directive for the namespace of which you want intellisense.


Posted: 9/19/2011

Lurker 10  points  Lurker
  • Joined on: 9/16/2011
  • Posts: 2

The same issue still exist. Also this issue is for Web application I create. If I create any other applications like win forms, console applications.


Page 1 of 1 (3 items)