Hi,
I have created my own class library. I added the dll from that class library into my web application project. Everything works fine. I can call the classes from that lib etc... However when I open my bin folder from VS 2008, then I do not see my dll. I can see it only when I click "show all files" icon from the solution explorer.
Now when I take a look at my references tab from my project properties I can see the DLL and the path is still pointing to the bin folder of my 3rd class lib and the Copy Local is set to true. I already cleaned my wap project/recompiled it etc.. I am not sure why its doing that.
Any ideas?