1
vote
2answers
43 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 …
1
vote
2answers
42 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
1answer
19 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 …
0
votes
2answers
54 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 …
0
votes
2answers
51 views
How can I automate the installation of assemblies to the GAC over a network?
I need to install the same assembly to the GAC for 30+ servers. I would prefer not to have to RDP to each server and install the assembly manual. Is there a straightforward way to install assemblies …
3
votes
2answers
288 views
Do assemblies placed in the GAC gain full trust?
I've been hearing conflicting facts about this topic. What is correct?
0
votes
2answers
103 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 …
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
60 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 …
4
votes
2answers
124 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 …
-1
votes
4answers
91 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
72 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
87 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 …
1
vote
1answer
65 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/system32 folders. I have …
