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
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
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
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开发者
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
I have two assemblies and t开发者_如何学JAVAhis assembly was used by many applications. I dont have to have this in GAC.
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.
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
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
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.