New Posts New Posts RSS Feed: Deploying Ideablade 2010 assemblies to the GAC
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Deploying Ideablade 2010 assemblies to the GAC

 Post Reply Post Reply
Author
rasmus View Drop Down
Groupie
Groupie


Joined: 05-Aug-2009
Location: Denmark
Posts: 63
Post Options Post Options   Quote rasmus Quote  Post ReplyReply Direct Link To This Post Topic: Deploying Ideablade 2010 assemblies to the GAC
    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
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post 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".
 
 
Back to Top
rasmus View Drop Down
Groupie
Groupie


Joined: 05-Aug-2009
Location: Denmark
Posts: 63
Post Options Post Options   Quote rasmus Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down