New Posts New Posts RSS Feed: ClickOnce and the GAC
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

ClickOnce and the GAC

 Post Reply Post Reply
Author
Doug View Drop Down
Newbie
Newbie


Joined: 01-Feb-2010
Location: Dallas
Posts: 1
Post Options Post Options   Quote Doug Quote  Post ReplyReply Direct Link To This Post Topic: ClickOnce and the GAC
    Posted: 10-Feb-2010 at 5:06am
I'm just a novice so go easy.  I'm trying to figure out how to deploy a simple "HelloCruelWorld" test app and my first choice was ClickOnce since there will be many updates as we progress on a new application.  However my first remote intall get the following error:
 
System Update Required

 

Unable to install or run the application. The application

requires that assembly  IdeaBlade.EntityModel  Version 5.2.4.2

be installed in the Global Assembly Cache (GAC) first.

 

Please contact your system administrator.

-

-
What is the prefered method of supporting remote users for installs and upadates?
 
 
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: 10-Feb-2010 at 2:14pm
When deploying an application, you will typically need to install libraries and DLLs from your development machine to your deployment machine.  You typically don't need to install them into the GAC.  You typically would install them into a single installation directory (where your installed application resides).  In your case, you would copy IdeaBlade.EntityModel.dll into this installation directory.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down