Results 1 to 5 of 5

Thread: Install / Execution Issues

  1. #1

    Thread Starter
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,754

    Install / Execution Issues

    A and B are not the real names of the apps.

    If I hadn't seen this I would not have believed it. One of my users called and said when they double click app A it starts App B. I had them reinstall app A and B. That seemed to fix the problem, but I was wrong.

    If they start A or B the correct app runs. However, if they try to start the other one at the same time it just switches to the one they started first.

    Then I tried to uninstall both apps and received this

    * Error occurred during store lookup, component store may have been corrupted. Following failure messages were detected:
    + Application is not installed.

    Then I installed both apps on my machine and have the same issues. If I start A or B the correct app starts but I can't run both simultaneously.

    Both apps are single instance, click once installations running on Windows 10. There is no code in either program that checks for any other app running.


    The complete information from the unistall error is

    PLATFORM VERSION INFO

    Windows : 10.0.17134.0 (Win32NT)

    Common Language Runtime : 4.0.30319.42000

    System.Deployment.dll : 4.7.3056.0 built by: NET472REL1

    clr.dll : 4.7.3110.0 built by: NET472REL1LAST_C

    dfdll.dll : 4.7.3056.0 built by: NET472REL1

    dfshim.dll : 10.0.17134.1 (WinBuild.160101.0800)



    IDENTITIES

    Deployment Identity : BillProc.application, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil



    ERROR SUMMARY

    Below is a summary of the errors, details of these errors are listed later in the log.

    * Error occurred during store lookup, component store may have been corrupted. Following failure messages were detected:

    + Application is not installed.

    * Error occurred during uninstall of the application. Following failure messages were detected:

    + Application is not installed.

    * Exception occurred during uninstall of application BillProc.application, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil. Following failure messages were detected:

    + ARP entry ee54f2cf68095dfd does not exist.

    + Cannot delete a subkey tree because the subkey does not exist.



    COMPONENT STORE TRANSACTION FAILURE SUMMARY

    No transaction error was detected.



    WARNINGS

    There were no warnings during this operation.



    OPERATION PROGRESS STATUS

    * [6/26/2018 8:54:59 AM] : Looking up information from component store.

    * [6/26/2018 8:54:59 AM] : Uninstall of application BillProc.application, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil did not succeed.



    ERROR DETAILS

    Following errors were detected during this operation.

    * [6/26/2018 8:54:59 AM] System.Deployment.Application.DeploymentException (SubscriptionState)

    - Application is not installed.

    - Source: System.Deployment

    - Stack trace:

    at System.Deployment.Application.SubscriptionStore.CheckInstalled(SubscriptionState subState)

    at System.Deployment.Application.SubscriptionStore.CheckInstalledAndShellVisible(SubscriptionState subState)

    at System.Deployment.Application.DeploymentServiceCom.MaintainSubscriptionInternal(String textualSubId)

    * [6/26/2018 8:54:59 AM] System.Deployment.Application.DeploymentException (SubscriptionState)

    - Application is not installed.

    - Source: System.Deployment

    - Stack trace:

    at System.Deployment.Application.SubscriptionStore.CheckInstalled(SubscriptionState subState)

    at System.Deployment.Application.SubscriptionStore.UninstallSubscription(SubscriptionState subState)

    at System.Deployment.Application.DeploymentServiceCom.MaintainSubscriptionInternal(String textualSubId)

    * [6/26/2018 8:54:59 AM] System.Deployment.Application.DeploymentException (InvalidARPEntry)

    - ARP entry ee54f2cf68095dfd does not exist.

    - Source: System.Deployment

    - Stack trace:

    at System.Deployment.Application.ShellExposure.RemoveArpEntry(DefinitionIdentity subId)

    at System.Deployment.Application.ShellExposure.RemoveSubscriptionShellExposure(SubscriptionState subState)

    at System.Deployment.Application.DeploymentServiceCom.MaintainSubscriptionInternal(String textualSubId)

    --- Inner Exception ---

    System.ArgumentException

    - Cannot delete a subkey tree because the subkey does not exist.

    - Source: mscorlib

    - Stack trace:

    at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)

    at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey, Boolean throwOnMissingSubKey)

    at System.Deployment.Application.ShellExposure.RemoveArpEntry(DefinitionIdentity subId)



    COMPONENT STORE TRANSACTION DETAILS

    No transaction information is available.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  2. #2
    Bad man! ident's Avatar
    Join Date
    Mar 2009
    Location
    Cambridge
    Posts
    5,398

    Re: Install / Execution Issues

    Have you tried changing the target framework?

  3. #3

    Thread Starter
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,754

    Re: Install / Execution Issues

    Quote Originally Posted by ident View Post
    Have you tried changing the target framework?
    No I haven't. Change it to something prior then change it back?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  4. #4
    Frenzied Member
    Join Date
    May 2014
    Location
    Central Europe
    Posts
    1,372

    Re: Install / Execution Issues

    i found this line of your log quite interesting:
    ARP entry xxx does not exist

    now here is someone having similar ClickOnce Issues, maybe the solution ("Under the Publish/Updates menu I had the "Application should check for updates" checked, but had not specified minimum Version") helps?

    https://social.msdn.microsoft.com/Fo...=winformssetup

  5. #5

    Thread Starter
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,754

    Re: Install / Execution Issues

    Quote Originally Posted by digitalShaman View Post
    i found this line of your log quite interesting:
    ARP entry xxx does not exist

    now here is someone having similar ClickOnce Issues, maybe the solution ("Under the Publish/Updates menu I had the "Application should check for updates" checked, but had not specified minimum Version") helps?

    https://social.msdn.microsoft.com/Fo...=winformssetup
    That didn't help.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width