Sentinel.v3.5Client prevents ClickOnce app to install

  • Thread starter Thread starter Sergiu Ignat
  • Start date Start date
S

Sergiu Ignat

Hello,

I try to deploy an application through ClickOnce. I use .NET Framework
3.5SP1. In Publish/Prerequisites I require the entire framework (not only
the client profile) and checked "Download Prerequisites from the component
vendor's web site".

When I try to install, I get a message:

"Unable to install or run the application. The application requires that
assembly Sentinel.v3.5Client Version 3.5.0.0 be installed in the Global
Assembly Cache (GAC) first."

I found very little information about this Sentinel.v3.5Client assembly. It
is a requirement in the manifest file.

How can I deploy my application?

Thank you,

Sergiu
 
The problem is that even if I requested the full .NET Framework in
prerequisites, I checked in Application tab the "Client-only Framework
subset". That was generating a link to Sentinel.v3.5Client in my Manifest.

Unchecking the Application/"Client-only Framework subset" solved the
problem.

Sergiu
 
Back
Top