problem with installing app on customer machine 'app requires xxx be installed in GAC'

  • Thread starter Thread starter Aussie Rules
  • Start date Start date
A

Aussie Rules

Hi,

I have used the one click publish tool to create a installation for my app.
Users will get the installation from the internet.

When a client machine tries to run the installation it goes so far, then
terminates with the message

Unable to install or run the application. The application requires that
assembly (ass name) be installed in the Global Assembly Cache(Cache) first

(ass name) is the 3rd party component I have used in my application.

What is going wrong, and how do I solve this problem ?

Thanks
 
If you search for ClickOnce and GAC, you will see a number of others have run
into issues with trying to do similar things. It does not appear that that
ClickOnce is designed for installations of systems requiring a prerequisite
in the GAC. You will probably need to go with a setup and deployment project.
 
Back
Top