I have a .NET 3.5 assembly, a DAL, that connects to a database through Linq2SQL. I deploy this assembly in the GAC as it can be used by multiple business layers.
We have a certain application installed on a single machine.I would like to enable/disable a button based on the exis开发者_StackOverflowtence of this application.Is there a way to check for its exist
I have a visual C# 2010 express install.Built a .NET 4.0 dll that is signed.Now I need to get it into the GAC.Im on 64bit vista.Anyone know if there is a gacutil supporting the 4.0 framework yet?Any o
We had a very interesting problem with a Win Forms project. It\'s been resolved. We know what happened, but we want to understand why it happened. This may help other people out in the future who have
I would like to know practically what kind of Assemblies should I deploy in GAC. Case 1: If in my Solution multiple project uses log4net.dll then should it be deployed in GAC?
I am unable to uninstall an Assembly (log4net.dll) from GAC. It is giving fo开发者_JAVA百科llowing error.
I 开发者_如何学运维want to share a dll in between two projects. Is it necessary to put the dll in GAC only or can I place it in any folder?I would strongly recommend to keep it in the Bin folder of e
Update: Last night, I decided that this is just too much work to change the folder where some reports are saved.My work-around here is to rename the folder, run the batch job I need done, and then cha
This one goes round and round I know but I can\'t seem to find a satisfactory response. Should assemblies go in the GAC? These questions: when-and-when-not-to-install-into-the-gac and What are the ad
I\'ve created an assembly for CLR integration in SQL Server 2008. It has one reference to System.Web.Extensions, which is an issue because when I try to add开发者_如何学Python my assembly, I get the f