I am using 3rd party controls in my asp.net project. These controls are supposed to be installed in the GAC but when I run gacutil -l I don\'t see them listed, but when i look at
I would like to load two different versions of the same dll within the same process. At the same time I would like t开发者_如何学Pythono avoid placing any of them in the GAC.
I am developing an assembly which has to be installed in the GAC, and as part of a post-build step I ensure that the GAC gets updated after each build. If I create a (Visual Studio) unit test (in a se
My installer has grown very large b/c of file duplication. Some of our DLL\'s are in two places (local and GAC or l开发者_StackOverflow社区ocal and system32 folders). How can I use the DuplicateFile t
I have created a windows appli开发者_C百科cation which makes use of Office.dll and PowerPoint dlls of Microsoft office 2003. At design time, when I am adding reference to these dlls to my project it r
Or do I have to restart each ser开发者_如何学编程vice that uses it?You would still have to restart the services.The services would have been loaded with the original version. In order to pick up the n
I have now gone over to Visual Studio 2010 Beta 2 I have used it for a few days, but now I can no longer add references from the GAC.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m just starting to 开发者_运维问答learn how to use WiX and I\'m running into a snag.My package uses a third party library that requires some file to exist both in the GAC and the package installati
I am sorry if this is stupid questions, but i\'ve spend two days on this, and can\'t get it to work.