0
votes
2answers
29 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
54 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 …
4
votes
2answers
93 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
77 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
42 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 …
0
votes
1answer
34 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 …
1
vote
4answers
185 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 …
1
vote
3answers
56 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
4answers
46 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 …
0
votes
2answers
61 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 …
0
votes
3answers
68 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
1answer
51 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. …
1
vote
1answer
81 views
C# Reflection Load “System” assembly without FQN
I want to use Assembly.ReflectionOnlyLoad() to extract MemberInfos from some .NET system assemblies like System, System.Windows.Forms and so on. Now the way I undestand it, I must …
3
votes
2answers
194 views
Methods to programmatically install a .NET assembly into the GAC
I need to create a small app or script to install a .NET assembly into the GAC. I've read there are a couple ways to do this including:
using gacutil.exe
executing the following …
1
vote
1answer
59 views
C# AIM Bot Not Loading Libraries from AOL SDK
I am trying to get an AIM Bot set up in C# and I am having issues with the Assemblies. I have tried placing the DLL files in the BIN folder of the project and in the windows/syste …
