Graphics

 View Only
  • 1.  Exception when run a XPression application of a new PC

    Posted 10-18-2013 17:56
    I tried to run a custom application for XPression on a new PC, it prompts an error message as below:

    An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll

    Additional information: Retrieving the COM class factory for component with CLSID {313CF0C8-2F04-4A83-839E-075D70E89FE7} failed due to the following error: 800702e4 The requested operation requires elevation. (Exception from HRESULT: 0x800702E4).


    How can I fix it?

    Thanks!


  • 2.  RE: Exception when run a XPression application of a new PC

    Posted 10-18-2013 19:18
    You must run the application has a administrator with full rights.

    #XPression


  • 3.  RE: Exception when run a XPression application of a new PC

    Posted 10-18-2013 19:58
    If this is a custom application you've written in VB or C# etc, then you need to also adjust from the control panel:

    Administrative Tools - >Local Security Policy -> Local Policies - > Security Options - > User Account Control: Behavior of the Elevation prompt for administrators in Admin Approval Mode and set it to "Elevate without Prompting".

    #XPression


  • 4.  RE: Exception when run a XPression application of a new PC

    Posted 10-19-2013 05:45
    Thanks!

    I'm using Windows 7 Home Premium, there is no "Local Security Policy" under "Administrative Tools". Is this same as I change the "User Account Control Settings" to "Never notify"? If yes, I changed it, but got same prompting message.

    #XPression


  • 5.  RE: Exception when run a XPression application of a new PC

    Posted 10-21-2013 01:31
    Hi Brian,

    Thank you for your help! I solved it that I follow your suggestion on my another post!

    Thanks!

    #XPression


  • 6.  RE: Exception when run a XPression application of a new PC

    Posted 01-08-2016 09:11
    If this is a custom application you've written in VB or C# etc, then you need to also adjust from the control panel:

    Administrative Tools - >Local Security Policy -> Local Policies - > Security Options - > User Account Control: Behavior of the Elevation prompt for administrators in Admin Approval Mode and set it to "Elevate without Prompting".


    This had no effect for me... A custom app, executed in debug mode from Visual Studio prompt me to elevate.
    Any idea ?
    #XPression


  • 7.  RE: Exception when run a XPression application of a new PC

    Posted 01-08-2016 22:33


    This had no effect for me... A custom app, executed in debug mode from Visual Studio prompt me to elevate.
    Any idea ?



    Is UAC fully disabled on the machine, and you are logged in as an administrator? I never get any prompts to elevate when running through Visual Studio.
    #XPression


  • 8.  RE: Exception when run a XPression application of a new PC

    Posted 01-08-2016 22:51
    Yes and yes... Don't know why...
    #XPression