[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Add assembly to GAC or a better way!

Bill Nguyen

5/10/2006 10:45:00 PM

I published my app to a network folder so that users can run the application
from a single location.
The problem is that it requires CrystalReport engine to be added to the GAC
(I assume that the client PC's GAC). I need to be able to either:
1. Add the assembly to the said folder and have the application refer to the
DLL from this folder so that users don't have to install it in their
machine.
2. Add the reference to the build so that it will add to user machine
automatically upon loading.
I need a "how to" advice.

Any help is greatly appreciated.
Bill