1
vote
2answers
41 views
add assembly reference dialog
Is there a way to use visual studio's "add assembly reference dialog" (or something similar) in my own application? I need it for dynamic code generation and compilation.
This is not simply an …
0
votes
1answer
16 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 can i do the same …
1
vote
2answers
41 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 like to restart …
0
votes
2answers
50 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 slows down …
1
vote
2answers
40 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 alternatively, does anyone have …
0
votes
2answers
59 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 solution, ran all the …
-1
votes
4answers
89 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
120 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 assemblies have the same …
4
votes
2answers
70 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 the bin folder of the …
0
votes
1answer
38 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 interface with the service, …
1
vote
3answers
84 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 project - this particular …
0
votes
4answers
72 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 this dll to the Global …
1
vote
4answers
232 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 assemblies located in …
0
votes
2answers
76 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 of the same assembly …
0
votes
2answers
102 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. The application was …
