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

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
 
F

Family Tree Mike

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top