Skip to main content
Planview Customer Success Center

Why am I getting an error when trying to install ProjectTransit?

Symptoms

When the user tries to install the Project Transit utility, an error is raised:

"Customized functionality in this application will not work because the certificate used to sign the deployment manifest for ProjectTransit or its location is not trusted."

PTransitError.png


Reason

ClickOnce Trust Prompt is not enabled in user's desktop

Resolution

To enable the ClickOnce trust prompt by using the registry editor

  1. Open the registry editor:

    1. Click Start, and then click Run.

    2. In the Open box, type regedit (or regedit32 on 32-bit Windows), and then click OK.

  2. Find the following registry key:

    \HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager\PromptingLevel

    If the key does not exist, create it.

  3. Add the following subkeys as String Value, if they do not already exist, with the associated values shown in the following table.

    String Value subkey Value
    Internet Enabled
    UntrustedSites Disabled
    MyComputer Enabled
    LocalIntranet Enabled
    TrustedSites Enabled

    For Office solutions, Internet has the default value AuthenticodeRequired and UntrustedSites has the value Disabled. For all others, Internet has the default value Enabled.