gac
How to install a WSP that has dependant assemblies?
I have a solution in Visual Studio 2010 that is made up of 开发者_JAVA百科3 projects. I have one project for my SharePoint 2010 custom timer job, one project (Project A) that is used by my custom tim[详细]
2023-02-20 09:58 分类:问答I can install via gacutil, but not uninstall the same dll
I have installed a DLL using the gacutil. gacutil.exe /i SI.ArchiveService.CommonLogic.Exceptions.dll Using the gacutil /l shows that it is indeed installed.[详细]
2023-02-19 12:27 分类:问答Multiple versions of Active Reports installed on a single machine
I have to correct some bugs of one of the applications of my client that I support. The version of Active Reports (DataDynamics) used by the client in this application is different o开发者_运维技巧f t[详细]
2023-02-19 02:20 分类:问答mshtml.dll in GAC?
Having added msHtml.dll to a project of mine, I can see the dll is taken from MS-Office tool开发者_JAVA百科s and NOT from the GAC.[详细]
2023-02-18 16:25 分类:问答Code to install files to the GAC doesn't seem to work
Basically we ran into where, for whatever reason, we had to put some 3rd party dll in the GAC for it to work correctly. (The assemblies loaded, but had weird 开发者_高级运维behavior and trouble findin[详细]
2023-02-18 06:08 分类:问答Disable Searching The GAC
I\'m trying to use the FSharp PowerPack for the ArgParser library, but running into some serious issues on my machine where it seems to be loading the wrong version of FSharp.Core.dll from the GAC tha[详细]
2023-02-15 21:20 分类:问答How can I amend code in a C# project in VS2010 that I have finalised and placed in the GAC
I have a C# control library built using Visual Studio 2010 that I have finalised and released into my General assembly Cache. I now want to recode the library and don\'t know how.[详细]
2023-02-14 20:34 分类:问答How can I configure my Setup Project to add an assembly to the GAC during the installation process?
First of all, I\'m aware of why it doesn\'t 开发者_Python百科appear in the \"Add References\" dialog. I also know how I can manually add it.[详细]
2023-02-14 15:14 分类:问答Why is my assembly not visible in "Add Reference > .Net" when installed to the GAC?
Just have a quick question about the GAC I created an assembly Awesome.DLL. Had it signed, then installed into the GAC:[详细]
2023-02-13 03:01 分类:问答Deploying SharePoint layout ASP .NET assembly into GAC
I\'m currently rewriting a legacy SharePoint application and I need to figure out how to deploy it. The application itself is SharePoint solution with several features, including webparts and simple w[详细]
2023-02-11 12:04 分类:问答