well that might sound a silly question. I've added a class library
project to the global assembly cache. now i want to use this shared
assembly in my application.
how can i reference it ?
do i reference like a any other dll, or is there another way?
Hi Joe,
You reference like any other dll. There is no need to use any different way
for this.
Regards
Sachin Kharsani

Signature
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
This posting is provided "AS IS" with no warranties, and confers no rights.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
>
> well that might sound a silly question. I've added a class library
> project to the global assembly cache. now i want to use this shared
> assembly in my application.
> how can i reference it ?
> do i reference like a any other dll, or is there another way?