locked
[UWP][C#]Cannot build package to Store RRS feed

  • Question

  • I tried to build package to store using reference from DevExpress 17.1.6 using Visual Studio Professional 2017 version 15.3.4, but did not succeed build package to store with error like: 

    ILT0005: 'C:\Users\Cielo.nuget\packages\microsoft.net.native.compiler\1.7.0\tools\x64\ilc\Tools\nutc_driver.exe @"C:\Users\Cielo\Documents\Visual Studio 2015\Projects\Win 10\Project\TokoBuku_Win10\TokoBuku_Win10\obj\x64\Release\ilc\intermediate\MDIL\TokoBuku_Win10.rsp"' returned exit code 2 

    Yet when using Visual Studio Professional 2017 version 15.3.3 successfully build package to store.
    How to handle it?
    • Moved by Breeze Liu Monday, September 18, 2017 2:25 AM off topic
    Friday, September 15, 2017 3:21 AM

All replies

  • Try to remove third-party references (DevExpress) and try again.

    I had the same problem for a project. When I build with Debug it worked fine but the release version always showing the same error as yours.

    After spending hours and days I have figured out that I had a reference to (Syncfusion Controls for UWP XAML). By removing the reference the error gone.

    Friday, September 15, 2017 4:09 PM
  • Try to remove third-party references (DevExpress) and try again.

    I had the same problem for a project. When I build with Debug it worked fine but the release version always showing the same error as yours.

    After spending hours and days I have figured out that I had a reference to (Syncfusion Controls for UWP XAML). By removing the reference the error gone.

    If I remove the DevExpress reference, the app can be built into the store (release version). But i need DevExpress reference to read pdf reader. I also use Syncfusion Control for Universal XAML) and managed to build package to store.
    The app can not be built because of DevExpress reference. How to handle it?
    Monday, September 18, 2017 1:27 AM
  • Hi Priscillia,

    This is the Microsoft UWP official forum, your issue is more about the third party reference DevExpress, we don't support it here, you can feedback this issue to the DevExpress official website. Thanks for your understanding.

    Best regards,

    Breeze


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Monday, September 18, 2017 2:23 AM