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
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.
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
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.
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
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
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.
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.
Just have a quick question about the GAC I created an assembly Awesome.DLL. Had it signed, then installed into the 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