Click here to Skip to main content
15,889,739 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, guys
I am using VS2012 ultimate edition , and then update it with vs2012 update3 .I encounter a problem. when I create a asp.net web site , then eight click bin folder to add reference, then reference manager dialog show up, but after select the reference , click OK button , nothing happened, the reference don't add to the website bin items. I try to add any reference like this ,get the same result.
I am not sure why ,does anybody encounter this issue ? thanks for your reply.
try on vs2012 without update, also fail to add it .
Posted
Updated 21-Oct-13 17:21pm
v2

To Add a Reference all you have to do is Right Click on 'References' and then Add Reference, It will open up the Reference Manager Window where you can select the library to reference. When you compile you web application you can see the DLL in bin folder.
 
Share this answer
 
thanks for your reply. project is a web site not window application . I found that right click "bin" folder then select "add reference ", as a result , one line will be added in web.config " <add assembly="Microsoft.TeamFoundation.Client, Version=11.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"> " under assembly node . does this mean adding reference successfully ?

oh, yes. it work now .VS IDE just add the assembly into web.config .
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900