ArsenAbazian / WorkflowDiagram

16 stars 8 forks source link

No DevExpress class references #4

Open warchiefmarkus opened 1 year ago

warchiefmarkus commented 1 year ago

Hi, I trying build CryptoMarketClient, but it relate on WorkFlowDiagram. Nuget had WorkFlowDiagram packages but it depend on DevExpress version 21.0.0.0 . But i cant find such version to download and have only 21.4.0.0 and 22.1.0.0. So I pull WorkFlowDiagram project and try to build it from sources (with both DevExpress versions) but now WorkFlowDiagram show errors - no DevExpress class references. I googling a bit, but see no any info about classes needed by WorkFlowDiagram.

Can you please give me the link on DevExpress version or builded release of WorkFlowDiagram what works with any DevExpress ?

image

ArsenAbazian commented 1 year ago

Hi,

Ahh :), sorry for such problems. I'll try to fix it asap. :(

Thanks, Arsen.

On Wed, 12 Oct 2022 at 00:04, King @.***> wrote:

Hi, I trying build CryptoMarketClient, but it relate on WorkFlowDiagram. Nuget had WorkFlowDiagram packages but it depend on DevExpress version 21.0.0.0 . But i cant find such version to download and have only 21.4.0.0 and 22.1.0.0. So I pull WorkFlowDiagram project and try to build it from sources (with both DevExpress versions) but now WorkFlowDiagram show errors - no DevExpress class references. I googling a bit, but see no any info about classes needed by WorkFlowDiagram.

Can you please give me the link on DevExpress version or builded release of WorkFlowDiagram what works with any DevExpress ?

[image: image] https://user-images.githubusercontent.com/12979968/195197659-93e0b092-4bde-4191-8518-598d8a2289c8.png

— Reply to this email directly, view it on GitHub https://github.com/ArsenAbazian/WorkflowDiagram/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMKAD7XGZO3ENYNVHHNHB3WCXI4XANCNFSM6AAAAAARCVKYMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ArsenAbazian commented 1 year ago

Right now you can do the following:

Download both projects CryptoTradingFramework and WorkflowDiagram. They should be located then in the same directory. In my case, they located in D:\Development\My. Next you can load CryptoTradingFramework.Develop.sln in visual studio. This solution contains *.Develop.csproj version of all projects, which does not use NuGet packages. but references from other projects.

[image: image.png]

For example, CryptoTradingFramework will reference WorkflowDiagram*.Develop.csproj project, which is located on your computer. Here, is how it looks on my machine.

[image: image.png]

Then you can now download the trial version of DevExpress components, or use your licensed version and Upgrade all projects to your DevExpress version. Please refer this article for greater details. https://docs.devexpress.com/ProjectConverter/2529/project-converter

I Hope, this helps. Please let me know if you have any questions. You can find me on telegram https://t.me/arsenabazian. And you can speak with me in Russian. :)

On Wed, 12 Oct 2022 at 11:31, Arsen Abazyan @.***> wrote:

Hi,

Ahh :), sorry for such problems. I'll try to fix it asap. :(

Thanks, Arsen.

On Wed, 12 Oct 2022 at 00:04, King @.***> wrote:

Hi, I trying build CryptoMarketClient, but it relate on WorkFlowDiagram. Nuget had WorkFlowDiagram packages but it depend on DevExpress version 21.0.0.0 . But i cant find such version to download and have only 21.4.0.0 and 22.1.0.0. So I pull WorkFlowDiagram project and try to build it from sources (with both DevExpress versions) but now WorkFlowDiagram show errors - no DevExpress class references. I googling a bit, but see no any info about classes needed by WorkFlowDiagram.

Can you please give me the link on DevExpress version or builded release of WorkFlowDiagram what works with any DevExpress ?

[image: image] https://user-images.githubusercontent.com/12979968/195197659-93e0b092-4bde-4191-8518-598d8a2289c8.png

— Reply to this email directly, view it on GitHub https://github.com/ArsenAbazian/WorkflowDiagram/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMKAD7XGZO3ENYNVHHNHB3WCXI4XANCNFSM6AAAAAARCVKYMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>