Posted: 9/16/2011
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.
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
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.