System.UnauthorizedAccessException: Access to the path '[Namespace.InstallState]' is denied.

Hello

We have a Windows Service project that was developed using Visual Studio 2008.  After you build the project successfully, we used the installutil.exe to install the program as a NT service on a Windows Server 2003 R2 server. (Referring to the steps in the article: creating a Windows Service Application). It works very well.

Now, we are upgrading to a Windows Server 2008 R2 Datacenter server. When I followed the same step to set up the NT service on the new server I got a message: System.UnauthorizedAccessException: access to the path 'C:\inetpub\wwwroot\_uat\WindowsService\bin\Debug\WindowsService.InstallState' is denied. I checked the permissions on the _uat folder are identical to what is on the old server. I have came across this article (kb946503) that describes the similar problem, but on the remote computer to install (I am running the installutil.exe locally on the new server). Anyone know how to fix this?

Victor Zhang

This issue is beyond the scope of this site and must be placed on Technet or MSDN

Tags: Windows

Similar Questions

  • Access to the path is denied

    Hey, I tried to open this file, but I got this error...

    The exception text *.
    System.UnauthorizedAccessException: Access to the path 'C:\String.wz' is denied.
    at System.IO.__Error.WinIOError (Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.Init (String path, mode FileMode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, bufferSize Int32, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
    at System.IO.FileStream... ctor (String path, FileMode mode, FileAccess access, FileShare share)
    to System.IO.File.Open (String path, FileMode mode)
    at WzLib.WzFile.ParseMainWzDirectory)
    at WzLib.WzFile.ParseWzFile)
    at Decrypt.MainForm.load_file (String path)
    at Decrypt.MainForm.button1_Click (Object sender, EventArgs e)
    at System.Windows.Forms.ToolStripItem.RaiseEvent (Object key, EventArgs e)
    to System.Windows.Forms.ToolStripMenuItem.OnClick (ByVal e As EventArgs)
    to System.Windows.Forms.ToolStripItem.HandleClick (ByVal e As EventArgs)
    at System.Windows.Forms.ToolStripItem.HandleMouseUp (MouseEventArgs e)
    at System.Windows.Forms.ToolStripItem.FireEventInteractive (EventArgs e, ToolStripItemEventType met)
    at System.Windows.Forms.ToolStripItem.FireEvent (EventArgs e, ToolStripItemEventType met)
    at System.Windows.Forms.ToolStrip.OnMouseUp (MouseEventArgs mea)
    at System.Windows.Forms.ToolStripDropDown.OnMouseUp (MouseEventArgs mea)
    at System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons, Int32 clicks button)
    at System.Windows.Forms.Control.WndProc (Message & m)
    at System.Windows.Forms.ScrollableControl.WndProc (Message & m)
    at System.Windows.Forms.ToolStrip.WndProc (Message & m)
    at System.Windows.Forms.ToolStripDropDown.WndProc (Message & m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
    at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Loading assemblies *.
    mscorlib
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    WzRepacker
    Assembly version: 2.1.0.0
    Win32 version: 2.1.0.0
    CodeBase: file:///C:/Users/Alvin/Desktop/modified%20harepacker%20 (final) WzRepacker.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    WzLib
    Assembly version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Alvin/Desktop/modified%20harepacker%20 (final) WzLib.DLL
    ----------------------------------------
    Microsoft.DirectX.AudioVideoPlayback
    Assembly version: 1.0.2902.0
    Win32 version: 5.04.00.2904
    Code: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.AudioVideoPlayback/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.AudioVideoPlayback.dll
    ----------------------------------------
    System.Configuration
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------

    JIT debugging *.
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    permit.

    For example:


       

    When JIT debugging is enabled, an unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Now I use the other program to open the file, it shows this error

    Error initializing the String.wz (Non-negative number required. Parameter name: County). Check that the directory is valid and the file is not in use.

    This is an application-specific error. It has nothing to do with Windows. You should check with the supplier of this 'another program '.

  • FPGA Xilinx compilation failed. Access to the path 'C:\NIFPGA\corecache\activity.log' is denied.

    I just has my cRIO.  I installed all necessary software and drivers and have written a VI mode FPGA.  However, when I try to compile the code, I get the error of follow-up message (see attachment).  I contacted the support NEITHER and they have been unable to solve this problem at the moment.

    The engineer NOR gave me the following advice:

    ' 1. start the registry editor by selecting Start ' Run and then entering the window run regedit.
    2. press the Enter key to open the editor.
    3. find the following registry key in the path below:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\National Instruments\LabVIEW\11.0\AddOns\FPGA\CompilerPath_Xilinx12_4
    * the Wow6432Node is not correct in all cases. on my PC, you go to HKEY_LOCAL_MACHINE\SOFTWARE. National Instruments\LabVIEW\11.0\AddOns\FPGA\CompilerPath_Xilinx12_4
    4. on the data tab, you should see the path associated with your CompilerPath_Xilinx12_4. Please confirm that it is linked to the C:\NIFGPA\programs\Xilinx12_4
    If you Xilinx 11.5 installed, make sure it is also bound to the correct path.
    5. If you have previous versions of LabVIEW installed, you will need to go to these versions as well. For example if you have LabVIEW 2010 is installed, please, go to 10.0\AddOns\FPGA
    Make sure that the CompilerPath_Xilinx12_4 or the CompilerPath_Xilinx11_5 or the CompilerPath_Xilinx10_1 are all properly placed under the drive C as seen above in step 4.
    (6) make sure that the "Working Directory" under LabVIEW 11.0 has the right path of C:\NIFPGA\
    (7) after that, close the registry editor and navigate to where is the worker to compile the FPGA. By default, it should be here: C:\Program Files (x 86) \National Instruments\FPGA\CompileWorker
    (8) here open the document "WorkerRootDirectory.txt" and change the path. Make sure that it is pointing to the C drive.
    (9) save and close the file. Restart your computer.

    It was already correct and still impossible to compile.

    Usually, a "access to the path... denied." error comes from the permissions of the user.

    What operating system do you use?

    You use this tool from an administrator account?

    Is there a security policy on your computer which determines the permissions and user rights?

    Is it possible to run LabVIEW as an administrator?  (e.g. under Windows 7, you right-click on LabVIEW.exe and choose 'Run as administrator'.)

    Best regards

  • Access to the path 'C:\Users\User-2\AppData\Roaming\Hewlett-Packard\HPAdvisor\HPAdvisor.MainFrame.Controls.DockPopup.Main.xml' is denied.

    Someone at - it an idea of this error message: [access to the path 'C:\Users\User-2\AppData\Roaming\Hewlett-Packard\HPAdvisor\HPAdvisor.MainFrame.Controls.DockPopup.Main.xml' is denied.]

    This happens only if I "User Account Control" is enabled in the administrator account.

    Hi GA,.

    Is the default Administrator account or an account that you created?

    Method 1:

    You can try creating another account with admin rights and see if that solves it.

    Create a user account

    If the problem does not occur, then check out the following link and follow the steps to repair the corrupted user profile:

    Difficulty of a corrupted user profile

    Method 2:

    Also, if this problem just started, then try to perform a system restore, and check.

    You can try to perform a restore of the system to a prior restore point you have been affected by the issue.

    Note: When you perform the system restore to restore the computer to a previous state, programs and updates that you have installed are removed.

    To run the system restore, you can consult the following link:

    System restore

    System Restore: frequently asked questions

  • Access to the path 'C:\ProgramData\ATI\ACE\Profiles.xml' is denied.

    Original title: Hi I have a problem of AceEventlog of program data, access is denied for the CCC, I guess anyway I'll post the log.

    I've updated the drivers recently CCC 10.8 and now I have a bunch of papers in the journal of AceEvent, any help would be great. Log name: ACEEventLog
    Source: ACEEventLogSource
    Date: 2010-09-12 12:45:46
    Event ID: 0
    Task category: no
    Level: Information
    Keywords: Classic
    User: n/a
    Computer: SavannahMick-PC
    Description:
    0000000241: 2010-09-12 12:45:46:281 Exception: access to the path 'C:\ProgramData\ATI\ACE\Profiles.xml' is denied.
    Called by exception: ATI. ACE. APM. ProcessID:03780 threadID :) server. XmlDocumentSaver::SaverWorker domain name::(APM.) assemblyName (CCC.exe) Server, Version = 2.0.3867.36565, Culture = neutral, PublicKeyToken = 90ba9c70f846762e)
    ************************************************************************************************************************

    The event XML:
    http://schemas.Microsoft.com/win/2004/08/events/event">
     
       
        0
        4
        0
        0 x 80000000000000
       
        10312
        ACEEventLog
        SavannahMick-PC
       
     

     
        0000000241: 2010-09-12 12:45:46:281 Exception < save the Xml Document >: access to the path 'C:\ProgramData\ATI\ACE\Profiles.xml' is denied.
    Called by exception: ATI. ACE. APM. ProcessID:03780 threadID :) server. XmlDocumentSaver::SaverWorker domain name::(APM.) assemblyName (CCC.exe) Server, Version = 2.0.3867.36565, Culture = neutral, PublicKeyToken = 90ba9c70f846762e)
    ************************************************************************************************************************

     

    Hi SavannahMick,

    The entries refer to the drivers/files associated with the ATI. There are some useful suggestions in the forum link below. See if one of them works for you.

    Thousands of events ati2mtag 62464 s (DVD_OV UVD Information) in the system event log

    The CCC does not open after 10.8

    Catalyst Control Center (CCC.exe and MOM.exe) keep quit

    Kind regards

    Shinmila H - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Error database that can be updated windows found 0 x 80070490. access to the path "C:\windows\softwaredistribution" is denied. »

    Original title: error in database that can be updated windows found 0 x 80070490

    When you try to repair windows update on my rt surface I get the following error message - "error in database that can be updated windows found 0 x 80070490.  repair windows update the database, access to the path "C:\windows\softwaredistribution" is denied. "Any help?

    Hello

    Welcome to the Microsoft community.

    It seems that you are facing problems trying to fix Windows update. We're here to help. It would be great if you can answer the following questions:

    1 have had any changes made on the computer before the show?

    2. Why are you trying to repair Windows update? Are you facing problems during the installation of the updates?

    To resolve this issue, follow these methods:

    Method 1:

    I suggest you follow these steps to run the Windows update Troubleshooter:

    a. open Control Panel.

    b. click on Troubleshooting.

    c. click show all in the left pane of the screen.

    d. in the list of options, click Windows update.

    e. click Next and follow the on-screen instructions.

    Method 2:

    I suggest to refer to the article and try to run the system update readiness tool:

    System update scan tool corrects errors of Windows Update in Windows 8, Windows 7, Windows Vista, Windows Server 2008 R2 and Windows Server 2008

    If you are always faced with the question, please answer and we will be happy to help you.

    Thank you.

  • Backup-error - the system can't find the path specified. (0 x 80070003)

    original title: When Backup encounters a problem with specific files (for example, the system finds you specified file), which is the best course of action?

    Three of these 'mistakes' are the same, which means that the file is not found.   It designates the hard disk with a file name and number.  For example, C:\Users\IUSR_NMPR\AppDate\LocalLow (0 x 80070002)

    The last "mistake" which refers to a software update has "the system does not have the specified path. (0 x 80070003).

    Hi Carol,.

    You can follow the procedure as described below:

    0x8100002F error code and or error code 0 x 80070002 when you back up files in Windows 7
    http://support.Microsoft.com/kb/979281

    Hope this helps

    Kind regards

    Kiki

  • access to the path of QML

    Hi, how to access the path an audio or image QML file and send it to the CPP file for further processing.

    In fact, I'm looking for the code that retrieves the filepath and filename information when the "onTriggered" handler is called when the user clicks on the file.

    Thanks for the help.

    or you can also try:
    give IDs for ListView listView

    _mycode. FileInfo (listView.datamodel.Data (listView.Selected ()). URL)

  • AEGP_ObjectType_VECTOR and access to the path of control points

    if (type == AEGP_ObjectType_VECTOR( )


    There is no much to find associated with this object type. I understand that it is a shape layer, but I still found how can get the path on this layer.

    A cable would be greatly appreciated.

    Research.

    Realized that there is no API specialized for VECTOR (shape layer)

    It's just a tree of dynamic flow.

    And, strangely, the shape layer is implemented with a mask...

  • Ask questions on the security system of access inside the appellant?

    Someone just called saying that they work for the Windows operating systems and I wanted to reset my security system of internal access or my computer would crash soon, is this legitimate?

    He said there are a number of unnecessary files on my computer and tried to renew my system, I asked how he knows that after my phone number... his answer didn't really sense, I said no, I don't feel uncomfortable, so he said "OK don't blame us if your computer breaks down."

    I was wondering if it's a scam or what.

    Thank you.

    Lissa.

    It is a common scam. Do not give them information, do not give them access to your PC and do not go to all the websites that they suggest. One moment. See:

    http://www.microsoft.com/en-gb/security/online-privacy/msname.aspx .

  • Error registry system for access to the installation of Lotus 1-2-3 97

    I just bought a new maching with Windows 7 Home Premium 32 bit edition.

    I'm trying to install Lotus 1-2-3 97, but get the error message Accesiing of records.

    Microsoft and IBM, both say that the program should run.

    Suggestions please.

    gdanddac

    Right-click on the setup of the program and choose "Run as Administrator". See if it will install that way. If it does, but you are always prompted by UAC, when you try and run, then you can right-click on its icon and choose Run as administrator. This is a security breach, but only you can decide if running this ancient program is worth the risk. IMO, it would be better for you to find a current program that will do what you want and be properly supported in the operating system you are using (Windows 7). MS - MVP - Elephant Boy computers - don't panic!

  • "System.UnauthorizedAccessException" when you run Optika Vision Lite

    I installed optika vision lite software on my computer windows 7 and when I clicked on options to change the language from Spanish to English, he brought this error, please help me I need to use the software as soon as possible

    Thank you

    See the end of this message for details on the call
    just-in-time (JIT) debugging instead of this dialog box.

    The exception text *.
    System.UnauthorizedAccessException: Access to the path "C:\Program Files\Optika\Optika Vision Lite 2.0\temporaryini.ini" is denied.
    at Microsoft.VisualBasic.FileSystem.FileOpen (Int32 FileNumber, String FileName, OpenMode Mode, OpenAccess, OpenShare, Int32 RecordLength share access)
    at Optika_Vision_Lite.IniFileHandling.WriteProfileString (String FName, String s, String key, String replacement)
    at Optika_Vision_Lite.LanguageDialog.OK_Button_Click (Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick (EventArgs e)
    at System.Windows.Forms.Button.OnClick (EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons, Int32 clicks button)
    at System.Windows.Forms.Control.WndProc (Message & m)
    at System.Windows.Forms.ButtonBase.WndProc (Message & m)
    at System.Windows.Forms.Button.WndProc (Message & m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
    at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Loading assemblies *.
    mscorlib
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Optika Vision Lite
    Assembly version: 2.0.0.0
    Win32 version: 2.0.0.0
    Code: file:///C:/Program%20Files/Optika/Optika%20Vision%20Lite%202.0/Optika%20Vision%20Lite.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly version: 8.0.0.0
    Win32 Version: 8.0.50727.5420 (Win7SP1.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727 - 5400)
    Code: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    Interop.LMDSKernelLib2
    Assembly version: 1.0.0.0
    Win32 Version: 1.0.0.0
    Code: file:///C:/Program%20Files/Optika/Optika%20Vision%20Lite%202.0/Interop.LMDSKernelLib2.DLL
    ----------------------------------------
    AxInterop.LTMMLib
    Assembly version: 1.0.0.0
    Win32 Version: 1.0.0.0
    Code: file:///C:/Program%20Files/Optika/Optika%20Vision%20Lite%202.0/AxInterop.LTMMLib.DLL
    ----------------------------------------
    Interop.LTMMLib
    Assembly version: 1.0.0.0
    Win32 Version: 1.0.0.0
    Code: file:///C:/Program%20Files/Optika/Optika%20Vision%20Lite%202.0/Interop.LTMMLib.DLL
    ----------------------------------------
    Accessibility
    Assembly version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727 - 4900)
    Code: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------

    JIT debugging *.
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    permit.

    For example:


       

    When JIT debugging is enabled, an unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Original title: Hello, I need urgent help on this

    Moved from the community involvement Center

    Hello

    Since Optika Vision Lite is a third-party software

    http://optika-vision-Lite.software.informer.com/

    You're more likely to find useful information to

    http://answers.informer.com/search?q=Otika+vision+Lite

    or the forums

    http://software.informer.com/Forum/

    Don

  • export plugin: how to learn the path of the source of the exported files?

    Short version: an export plugin to determine the path of the source of an image that was exported as a copy in a temporary directory?  If so, how?

    Long version...

    I am a user SDK newbie, writing a plugin which implements multiple images to my own external program which them melts and produces one or more new images that the user probably wants to reimport into Lightroom.

    I have the plugin works OK with export to a temporary directory.

    Now I would like to add a feature in which my program gets access to the path of the folder to the original image, so that it can offer the user the ability to record images of result in the same directory.

    Is it possible for the export plugin get the source for an exported image path, say an object of rendering?

    Can also export plug-in information identical or similar, otherwise, for example by determining the path for the folder that is currently selected in the Lightroom Catalog?

    Thanks for your suggestions!

    -Rik

    I don't think that the metadata for source path are in the exported file.

    Once I manually coded the source path in the jpeg file to export, but I stopped doing that, now I just save some info I need as part of the ID "at a distance" (assuming that to publish the service).

    But maybe I misunderstood. I mean, when export the source path is readily available as rendition.photo:getRawMetadata ('path') - is that what you mean? (I thought before that you were speaking after export, possibly loooong after export...).

    Rob

  • Is the path of export to illustrator the only way to get a psd w / clipping appears in Illustrator?

    I'm wasting time having to put my image in Illustrator, then manually align the clipping path. You used to be able to save a file with a clipping path an EPS in photoshop, select "maintain vector data", place it in illustrator and cmd-press Y to see the clipping path. I need the image and clipping in Illustrator and image path is too complex to create a mask of Illustrator. I tried to save it as an EPS but "retain vector data" is gray.

    Save a PSD. If you need access to the path, then incorporate him (the image in Illustrator).

    If you just want to use the path for cutting, set it as a clipping path in Photoshop.

  • Access to the system path

    Hello

    I'm trying to access the filesystem space, temporary / persistent and I am able to create folders in the same and create a set of files also.

    but when I try to access local://temporary// directly as a link in my HTML, but I am not able to do.

    no idea what is the problem here? How can I achieve access to the same works in all platforms like Android/IOS and Windows. Why to BB10 it does not work? Can u please explain?

    Hello

    There is no persistent or temporary path that is consistent between all platforms of Cordova. The property nativeURL of the FileEntry you will get the correct path.

    Here is an example of downloading an image, save in a persistent storage and then access via an img tag:

    https://gist.github.com/bryanhiggins/1551ba15e9049b128fd5

    You will need org.apache.cordova.file > = 1.1 and the following in the file config.xml for the example works:

        http://cordova.apache.org" />
        
    

Maybe you are looking for