Ticket T698381
Visible to All Users

NU1102 Unable to find package DevExpress.XtraReports with version (>= 18.2.3)

created 6 years ago (modified 6 years ago)

I cloned  Manuel Grunder's project on using UWP with XAF
Then I ran the project converter on it to upgrade to 18.2.3

However I get the following error

C#
Severity Code Description Project File Line Suppression State Error NU1102 Unable to find package DevExpress.XtraReports with version (>= 18.2.3) - Found 3 version(s) in nuget.org [ Nearest version: 12.2.5.3 ] - Found 1 version(s) in SBDDevExpress [ Nearest version: 18.1.6 ] - Found 0 version(s) in DevExpress 18.2 Local - Found 0 version(s) in Microsoft Visual Studio Offline Packages - Found 0 version(s) in Emakina Scissors.FeatureCenter.Win10 D:\dev\Scissors.FeatureCenter\Scissors.FeatureCenter.Win10\Scissors.FeatureCenter.Win10.csproj 1
Comments (2)

    Here is what the references look like.

      Here is what Nuget looks like

      Answers approved by DevExpress Support

      created 6 years ago (modified 6 years ago)

      Hi Kirsten!
      I did not Upgrade the packages to the devexpress ones yet, so maybe they arnt compatible.

      Another Thing is: the Project converter does not Update the nuget packages, as far I know.
      So you need to use the normal nuget approach to update the packages .

      I will Look Into updating the packages to the devexpress Feed.

        Show previous comments (3)

          That worked :-)
          Thank you

          Dennis Garavsky (DevExpress) 6 years ago

            Hello Kirsten,

            DevExpress.XtraReports is a third-party package, which is NOT provided by DevExpress. I am happy to hear that you have troubleshooted this third-party package with Manuel's help.

            To help you diagnose similar situations with Nuget faster in the future, I wanted to mention the following:

            1. All DevExpress packages on Nuget.org can be found at https://www.nuget.org/profiles/devexpress.
            2. To locate DevExpress Nuget packages in our own Nuget repository, search https://nuget.devexpress.com/. For instance, check this search query to see names of DevExpress packages whose assembly name includes "XtraReports": https://nuget.devexpress.com/packages?q=xtrareports
            3. We are not responsible for any other packages under other profiles with or without "DevExpress" or other DevExpress trademarks in the name (DevExpress.XtraReports being a good example). I suggest you contact third-package owners directly in the case of problems with their packages.
            4. For more information on how to install, update and troubleshoot DevExpress Nuget packages, be sure to study the concepts under Install DevExpress Controls Using NuGet Packages.
            5. For more information on Nuget and related standard tooling, refer to https://docs.microsoft.com/en-us/nuget/ and other public community resources devoted to these Microsoft technologies.

              Thanks Dennis

              Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

              Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.