Sunday, April 11, 2010

How to use a GAC deployed assembly in an application

Steps to use a GAC deployed assembly

1- A user created assembly deployed in the GAC can be seen Browse tab by navigating to the C:\Wiindows\Assembly
2- When your application needs to add the GAC deployed assembly you need to browse to the \bin\debug folder of the source .dll project.
3- It will be then listed under References folder.

No comments: