Possible Duplicate:
Assembly installed into the GAC not showing up in Visual Studio
I have copied log4net assembly to GAC using gacutil command. From explorer I am able to see it that it is copied but when I tried to add its reference to a project I am not able to see it in add reference dialog box.
There is another way to refer it from hard coded path but that could create problem to another developer if that path is not exist on his machine.
How can I resolve this?
Add a folder in your project called references for example, and add the dll to this folder and add reference to the dll from this folder.