Page 1 of 1

System Update Required

Posted: Wed 04 Nov 2009 14:58
by belidzs
hi,

We want to start to deploy our new application to our client, but we face some difficulties.

During the installation process clickonce installer throws the following message:

Code: Select all

"Unable to install or run application. The application requires that assembly Devart.Data version 5.0.11 be installed in the Global Assembly Cache (GAC) first"
As we have problems with the local IT team, we are not able to install the application with administration privileges. Is there any way to circumvent this?

Thanks:
Balazs Keresztury

Posted: Thu 05 Nov 2009 09:50
by Shalex
Please open your project and navigate in it: Solution Explorer | right click on your project -> Properties -> the Publish tab -> in the Install Mode and Settings section press the Application Files button -> set the Include publish status for all Devart assemblies, and rebuild your application.

Posted: Thu 05 Nov 2009 11:14
by belidzs
Shalex wrote:Please open your project and navigate in it: Solution Explorer | right click on your project -> Properties -> the Publish tab -> in the Install Mode and Settings section press the Application Files button -> set the Include publish status for all Devart assemblies, and rebuild your application.
Thank you, this one solved the problem!