ERP demo application for WinForms

Thread is closed for posting
12 posts, 0 answers
  1. 9DA3B737-B0FB-4639-A81E-B9E4F8660427
    9DA3B737-B0FB-4639-A81E-B9E4F8660427 avatar
    1 posts
    Member since:
    Jan 2014

    Posted 17 Jan 2018 Link to this post

    Requirements

    Telerik Product and Version

    UI for Winforms R1 2018 (2018.1.116)

    Supported Browsers and Platforms

    .NET version 4.5 or higher

    Components/Widgets used (JS frameworks, etc.)




    PROJECT DESCRIPTION
     
    The ERP demo aims to provide an example of a real-world desktop ERP application. It also follows the MVVM pattern and shows the new Fluent theme. The application is designed to be DPI aware as well. 
  2. Jose Ramon Belausteguigoitia
    Jose Ramon Belausteguigoitia avatar
    1 posts
    Member since:
    Mar 2020

    Posted 24 Mar 2020 in reply to 9DA3B737-B0FB-4639-A81E-B9E4F8660427 Link to this post

    120/5000



    Hello, we develop in OpenEdge, all the examples are in VB and C #, they will have more documentation to use it in Progress.
  3. 20136D5D-ACB5-439D-8CA0-3741B20FB7E4
    20136D5D-ACB5-439D-8CA0-3741B20FB7E4 avatar
    4180 posts
    Member since:
    Apr 2022

    Posted 25 Mar 2020 Link to this post

    Hello, Jose Ramon,

    All demo applications provided for the Telerik UI for WinForms suite are usually available in C# and VB.NET. Currently, we don't have plans to provide examples in a different programming language. Hence, the developers should convert them in the language they use. If other customers have similar demands, we will consider this opportunity in future. Thank you for your understanding.

    Regards,
    Dess | Tech Support Engineer, Sr.
    Progress Telerik

    Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
    Our thoughts here at Progress are with those affected by the outbreak.
  4. Eusebio Estrada
    Eusebio Estrada avatar
    53 posts
    Member since:
    Aug 2020

    Posted 26 Aug 2020 Link to this post

    Could you tell me how the "ERP demo application for Winforms" application has been built please?

    Is there any video or documentation?

    I need to know how the architecture of said application has been built, the purposes of each project of the solution, how the controls have been used, etc.

    Thank you very much.

  5. 20136D5D-ACB5-439D-8CA0-3741B20FB7E4
    20136D5D-ACB5-439D-8CA0-3741B20FB7E4 avatar
    4180 posts
    Member since:
    Apr 2022

    Posted 27 Aug 2020 Link to this post

    Hello, Eusebio,

    Usually, we don't provide any documentation or a step by step video how a certain Demo application has been built. You can download the complete C# and VB.NET projects. Hence, you can have a look at the exact code's implementation and inspect what kind of controls have been used in the project (e.g. RadTreeView, RadGridView, RadCollapsiblePanel, etc.). 

    I hope this information helps. If you need any further assistance please don't hesitate to contact me.  

    Regards,
    Dess | Tech Support Engineer, Sr.
    Progress Telerik

    Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

  6. Eusebio Estrada
    Eusebio Estrada avatar
    53 posts
    Member since:
    Aug 2020

    Posted 04 Sep 2020 in reply to 20136D5D-ACB5-439D-8CA0-3741B20FB7E4 Link to this post

    Ok. Thank you very much.
  7. Danko Ambrus
    Danko Ambrus avatar
    1 posts
    Member since:
    Mar 2016

    Posted 24 Sep 2020 in reply to 9DA3B737-B0FB-4639-A81E-B9E4F8660427 Link to this post

    Hello
  8. Tim Corbin
    Tim Corbin avatar
    3 posts
    Member since:
    Mar 2021

    Posted 25 Mar 2021 Link to this post

    Hi!

    When I'm trying open MainForm.cs in ERP demo application, I have 4 Errors (attached file).

    And after Ignore I have error: CS1705 Assembly 'Telerik.WinControls.PdfViewer' with identity 'Telerik.WinControls.PdfViewer, Version=2021.1.223.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' uses 'Telerik.WinControls, Version=2021.1.223.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' which has a higher version than referenced assembly 'Telerik.WinControls' with identity 'Telerik.WinControls, Version=2021.1.223.20, Culture=neutral, PublicKeyToken=5bb2a467cbec794e'.

    I'm quite beginning in programming, what I need to do.
    Visual Studio 2019.

  9. 20136D5D-ACB5-439D-8CA0-3741B20FB7E4
    20136D5D-ACB5-439D-8CA0-3741B20FB7E4 avatar
    4180 posts
    Member since:
    Apr 2022

    Posted 25 Mar 2021 Link to this post

    Hi, Tim,

    I have downloaded the ERP demo and it is built successfully on my end since I have an installation of the Telerik UI for WinForms suite. 

    I would like to ask you to carefully check the references to all Telerik controls in the project and make sure that they are the same version considering the suffix as well (.20 or .40). Better yet, you can remove all references and add them anew by using the DLLs from your installation. Delete the license.licx file. After that, you should rebuild your project, close Visual Studio and open it again to make sure that no references are kept in the memory by Visual Studio.  

    The following article illustrates how to update the Telerik assemblies in a project: https://docs.telerik.com/devtools/winforms/installation-and-upgrades/updating-assemblies-in-a-project 

    I hope this information helps. 

    Regards,
    Dess | Tech Support Engineer, Sr.
    Progress Telerik

    Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

  10. Tim Corbin
    Tim Corbin avatar
    3 posts
    Member since:
    Mar 2021

    Posted 26 Mar 2021 in reply to 20136D5D-ACB5-439D-8CA0-3741B20FB7E4 Link to this post

    Hi!

     

    Unfortunately it helped only partially.
    Then I decided to install VS2019 and Telerik UI for WinForms on a freshly installed Windows 10.
    I copied the ERP demo from the examples folder to my folder and launched the project. After opening MainForm.cs in ERP demo application I still get 4 errors

    https://ibb.co/6wKvNb8
    I ignore and run, the following message appears immediately

    https://ibb.co/WPScJnw
    continue and another message

    https://ibb.co/cc1WqfL
    as a result, the project won't compile and run.
    I didn’t install any modules for ASP.NET development in VS2019, but I don’t think it made any difference.
    Please tell me what to do to start the project.
    Thanks.

  11. Tim Corbin
    Tim Corbin avatar
    3 posts
    Member since:
    Mar 2021

    Posted 26 Mar 2021 in reply to Tim Corbin Link to this post

    maybe something is wrong here?

    https://ibb.co/8BgpbP2

     

  12. 20136D5D-ACB5-439D-8CA0-3741B20FB7E4
    20136D5D-ACB5-439D-8CA0-3741B20FB7E4 avatar
    4180 posts
    Member since:
    Apr 2022

    Posted 26 Mar 2021 Link to this post

    Hello, Tim, 

    I would suggest you to download the available C#/VB zip file in this code library article and try to open the project on the freshly installed Windows 10 machine with VS2019 and installation of the Telerik UI for WinForms suite:

    Please make sure that you meet the requirements:

    I have tested with the latest 2021.1.223 version as well.

    These are the needed references in the projects:

    [ERP.Service is a ASP.NET project so you need to have it installed]. It is responsible for loading the data using a service:

    Once all assemblies are available, the project is run:

    I believe that you will be able to run the demo on your end as well.

    Regards,
    Dess | Tech Support Engineer, Sr.
    Progress Telerik

    Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.