gac
Drag and drop a DLL to the GAC ("assembly") in windows server 2008 .net 4.0
I\'ve trying to deploy some code to a client machine, where I don\'t want to install MS windows SDK tools.This meansdon\'t have access to \"gacutil\".I also have not created an installer for my code.I[详细]
2023-04-13 04:42 分类:问答How to make a C# win service app to refer assemblies from a host machine
I am building an agent service in C# to communicate with SCVMM installed on host. To do that the agent refers the following assemblies: Microsoft.SystemCenter.VirtualMachineManager.dll and Erros.dll[详细]
2023-04-11 18:11 分类:问答Dubugging GAC DLL with IIS 5
I\'m trying to debug a DLL in the GAC with VS 2008 / XP / IIS 5 configuration. Tried to copy the DLL in the C:\\\\assembly\\GAC_MSIL but the symbols still doesnt get loeded :-( Also this interesting p[详细]
2023-04-10 00:03 分类:问答How to use shared location of assemblies by multiple applications
I\'ve just took over a bunch of windows services (on server no. 1) and web applications (on server no.2) on two servers. All those application use a great deal of the same core libraries. I woul开发者[详细]
2023-04-09 14:30 分类:问答When probing for assemblies why does the searched for publicKeyToken differ when running as admin vs as a normal user?
I\'m following instructions from a 2006 Microsoft .Net course workbook, going through one of the exercises. (Specifically this course is MS2349B and I\'m doing Module 4 Exercise 2.). These exercises s[详细]
2023-04-09 12:43 分类:问答Public\Shared assembly without GAC
I have two assemblies and t开发者_如何学JAVAhis assembly was used by many applications. I dont have to have this in GAC.[详细]
2023-04-09 10:22 分类:问答Visual Studio 2008 SP1 assembly reference confusion
I am using Visual Studio 2008 SP1 on Windows XP SP3 to develop some .NET Compact Framework 3.5 SP1 solution for Windows CE 6.[详细]
2023-04-08 23:31 分类:问答How can I list all registered assemblies in GAC?
How can I list all the assemblies that are in the GAC?开发者_JS百科 Do I need a tool that makes it easy to view them?You can use gacutil provided with Visual Studio for that. Simply open the Developer[详细]
2023-04-06 08:08 分类:问答Best way to deploy an assembly to the GAC on a build machine
Our unit tests expect to find a certain assembly in the GAC. I am wondering what is the best way to put the assembly in the GAC on the build server that is part of TFS201开发者_如何学Python0 automated[详细]
2023-04-04 08:02 分类:问答Error Code 1 when I install an assembly in GAC
What is the error ? The command \"\"C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\bin\\gacutil.exe\" /i D:\\WDS\\bin\\Debug\\WDS.dll /f\" exited with code 1.[详细]
2023-04-03 21:03 分类:问答