Deployment and/or registration failed with error: 0x8973190[d-e]. ....

I'm writing a test Windows Mobile 5 application that incorporates a COM objects built from Matlab. I'm using Visual Studio 2005 and am developing the application in C#.

I've been able to able to get the COM object to work in a simple Windows form.

The application seems to have no problem building my Win Mobile application. However, when it tries deploying the .dll file for the COM object, I get the following error:

Description:
Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\COMInterop\addition_project_1_0.dll'. Error 0x80450001: (null)

File:
Device Connectivity Component

Does anyone know what is causing this error and what can be done to fix it



Answer this question

Deployment and/or registration failed with error: 0x8973190[d-e]. ....

  • Ygor Goldberg

    I'm got the same exact error when attempting to deploy to the emulator. I verified the steps above.

    Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\NVPDA\dll\kuku.dll'. Error 0x80450001: (null) Device Connectivity Component

    please advice ...


  • christmm

    Hi,

    anyway to fix

    "Deployment and/or registration failed with error: 0x8973190d. Error opening file 'c:\Projects\Cust\cust_wce\ace_core\wce400\Pocket PC 2003 (ARMV4)\Debug'. Error 0x80070005: Access is denied."

    error message

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=413345&SiteID=1

    Thanks

    Arash


  • rexrageous

    Hi ,

    Even i am facing the same error. I tried deploying the encoder application on emulator but it is not registering only.

    Any solution


  • Jiangang Wu

    Hello,

    When you adding a COM dll as a reference,please verify that

    1. COM Interop dll is added as a reference and is shown in the reference list
    2. COM dll is added as a content file,
    3. Please change the properties of the content file to
      1. CopyToOutputDirectory = "Always"
      2. COM Register = "Register"

    Are you deploying this application on the device

    If yes, then

    1. First try deploying on the Emulator
    2. Check the security configuration on the device.

    Thanks

    Shabbar


  • YaroslavB

    Please check if it deploys on the emulator. Replied to the linked thread as well.
  • Deployment and/or registration failed with error: 0x8973190[d-e]. ....