Sentinel.v3.5Client prevents ClickOnce app to install

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sergiu Ignat

    Sentinel.v3.5Client prevents ClickOnce app to install

    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.5Cl ient Version 3.5.0.0 be installed in the Global
    Assembly Cache (GAC) first."

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

    How can I deploy my application?

    Thank you,

    Sergiu


  • Sergiu Ignat

    #2
    Re: Sentinel.v3.5Cl ient prevents ClickOnce app to install

    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.5Cl ient in my Manifest.

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

    Sergiu
    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.5Cl ient Version 3.5.0.0 be installed in the Global
    Assembly Cache (GAC) first."
    >
    I found very little information about this Sentinel.v3.5Cl ient assembly.
    It is a requirement in the manifest file.

    Comment

    Working...