Print Page | Close Window

Deploying Ideablade 2010 assemblies to the GAC

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2032
Printed Date: 21-Apr-2026 at 8:39pm


Topic: Deploying Ideablade 2010 assemblies to the GAC
Posted By: rasmus
Subject: Deploying Ideablade 2010 assemblies to the GAC
Date Posted: 29-Jul-2010 at 4:41pm
Hi
 
I seem to have problems deploying the Ideablade assemblies version 6.0.4.0 to the GAC. Are the assemblies missing a "strong name"?
 
Best regards,
Rasmus



Replies:
Posted By: davidklitzke
Date Posted: 30-Jul-2010 at 2:46pm

I don't know what problems that you are having.

Use gacutil.exe to list all of the assemblies (using "-l" option).
 
Use gacutil.exe to install an assembly (using "-i" option).
 
Use gacutil.exe to uninstlall an assembly (using "-u" option).
 
Is it the case that you have installed an IdeaBlade assembly into the GAC, but can't see the reference to it in "Add References"?  In that case, you may need to modify the registry.  For an example, look at "My_Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30128\AssemblyFoldersEx\IdeaBlade2010".
 
 


Posted By: rasmus
Date Posted: 03-Aug-2010 at 1:34pm
Hi
 
Thank you for your answer.
 
The problem occured when I tried to deploy the assemblies to the server by dragging the .NET 4.0 assemblies into the folder windows/asssembly . I didn't know - until now - that .NET 4.0 Assemblies are stored in a differect GAC location and should be registered with a newer version of gacutil.exe
 
Best Regards,
Rasmus



Print Page | Close Window