0
votes
2answers
24 views
When you move a new version of a dll to the GAC, will it be automatically updated in the running services?
Or do I have to restart each service that uses it?
0
votes
1answer
43 views
Visual Studio 2010 - Cannot add assembly references from the GAC
Hi, I have now gone over to Visual Studio 2010 Beta 2
I have used it for a few days, but now I can no longer add references from the GAC.
(http://bildr.no/view/549966)
Sorry since this is not …
0
votes
3answers
43 views
Check GAC for an assembly
How to programmatically check GAC for an assembly?
0
votes
4answers
24 views
GAC Assembly Missing in Add Reference dialog
I have an Interop assembly lying in GAC; Windows Explorer clearly shows it listed in the C:\WINDOWS\assembly folder. Yet, when I try to add a reference to it in from Visual Studio, I can't see it …
0
votes
1answer
33 views
GAC and Assembly Versioning
hi guys,
i have to deploy few assembly to GAC.
I just had a few questions about (my) understanding of GAC.
really confuses me.
I want to know which versions to change assembly and file version.
What …
4
votes
6answers
104 views
.Net Assembly /dll Sharing and Deploying
hi guys,
We have 3 software products which use the same .net dlls(code + legacy).
All these use common functionality present across 3/4 dlls.
i wanted to know how and where to deploy these dlls.
…
0
votes
2answers
24 views
Registering dll’s in the GAC using Visual Studio Installer
I want to register/unregister my project's assemblies in the GAC using Visual Studio's Setup installer project.
I am thinking of using a custom installer to utilise the Install() and Uninstall() …
0
votes
0answers
15 views
Using LoadControl in a SharePoint webpart
I'm building a SharePoint webpart that I'm trying to add to the DisplayForm.aspx page of a custom list in SharePoint. This webpart will be using the SharePoint object model to retrieve fields from my …
0
votes
0answers
35 views
MSI removes required assembly on upgrade install, but replaces it on Repair
I'm experiencing some weirdness related to an MSI installation upgrade, perhaps someone out there can help me:
I have two MSIs, an original and an upgrade:
MSI version 1.0
Contains a .NET …
0
votes
2answers
49 views
Can’t access the assembly that installed into the GAC
I am sorry if this is stupid questions, but i've spend two days on this, and can't get it to work.
Here's what I did:
Create a new class library project
Added a simple method sayHi() that returns a …
0
votes
1answer
22 views
Changing windows workflow assemblies while running?
We’re about to deploy version 1.2 of a software project I was working on, up from version 1.1. As it stands right now, there are a few outstanding workflows that are still in progress that will …
0
votes
1answer
30 views
Using WiX to put an assembly into both the GAC and Install Path
I'm just starting to learn how to use WiX and I'm running into a snag. My package uses a third party library that requires some file to exist both in the GAC and the package installation directory.
…
0
votes
4answers
56 views
Strong name is must
Is it necessary to provide strong name to an assembly before putting it in GAC?
0
votes
1answer
23 views
Can I always expect assemblies that are part of the .NET Framework itself reside in the GAC?
I'm mostly just curious about this. Do assemblies that would be considered "part" of the .NET Framework itself always exist in the GAC?
1
vote
2answers
53 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 …
