1
vote
2answers
37 views
See if any application has a DLL from the GAC loaded
I'm trying to deploy new copies of my DLL to the GAC on remote servers, but I need to identify if any processes currently running have a loaded copy of the DLL I'm replacing - I'd …
0
votes
1answer
13 views
Add c++ dll in the GAC
I have a dll that i created using C++ and for a reason my dll should be placed in the GAC.
for all other dll's created with managed code, i sign them and drop them in the GAC, how …
0
votes
2answers
41 views
Is Sharepoint local bin deployment possible?
I’ve inherited a SharePoint solution where all the projects have strong names and are deployed to the GAC.
I find that its difficult working with projects that are signed, it sl …
1
vote
2answers
38 views
GAC Comparison Tool for multiple servers?
Does anyone know of a tool that would allow me to generate a report of the assemblies installed to the .NET GAC on all the servers in my web farm? (30-40 servers)
Or alternativel …
0
votes
2answers
57 views
Installing a modified version of ASP.NET MVC
I have made a relatively simple change to the MVC 1.0 source code to correct a bug in the DropDownList HtmlHelper (discussed in another question).
I was able to rebuild the MVC so …
0
votes
2answers
92 views
ASP.NET with Delphi 2007 for .NET. Could not load file or assembly … The located assembly’s manifest definition does not match the assembly reference
This one’s a head scratcher. Here’s the deal.
While deploying a beta copy of an ASP.NET application built with Delphi 2007 for .NET to a test server I encountered an odd problem. …
4
votes
2answers
113 views
How to prevent a .NET application to use an assembly from the GAC?
Can I configure a .NET application in a way (settings in Visual Studio) that it references a "local" assembly (not in GAC) instead of an assembly within the GAC, although both asse …
-1
votes
4answers
87 views
What is the Global Assembly Cache? [closed]
Possible Duplicate:
What is the GAC in .NET?
What is Global Assembly Cache and how would I add assemblies to it?
4
votes
2answers
63 views
.NET assembly loading priorities
I have a solution with 3 projects (GUI, BL and DAL). The DAL assembly is signed and deployed in the GAC.
When I build the solution the DAL is compiled and the assembly placed in t …
1
vote
4answers
217 views
How can i get the location of the GAC using C#?
Hi, How can i get the location of the GAC directory using C#?
Exist an entry in the Windows Registry?
UPDATE
I need the location because, i want to enumerate and analize the ass …
0
votes
1answer
37 views
WCF Client DLL Internet Delivery Problem
We are creating a WCF service with a companion client DLL (.Net) that we will be delivering to a user's GAC via a web page. The DLL knows how to communicate with and how to interfa …
0
votes
4answers
65 views
How do I add a modified dll to the Global Assembly Cache?
I have the MySQL Connector/NET installed on my PC. I modified the source code and recompiled one of the dlls (MySQL.Data.dll). With the program already installed, how can add thi …
1
vote
3answers
76 views
enumerating assemblies in GAC
How can I enumerate all available assemblies in GAC in C#?
Actually I am facing an issue with a stupid code - the assembly called Telerik.Web.UI.dll is referred and used in projec …
0
votes
3answers
92 views
Weird problem with Visual Studio 2008 website reference
I'm trying to add a reference to the GAC version of System.Xml in a Visual Studio 2008 web site project. I right-click the project icon in the Solution Explorer, and click Propert …
0
votes
2answers
72 views
How to determine the latest version number of a GAC assembly.
Hi:
I'm trying to create a diagnostic log for my application that will display the latest version number of an assembly installed in the GAC. For example, there are two versions …
