Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

Having problem with VS2022 control from nuget #2514

Open AYASOFT opened 1 year ago

AYASOFT commented 1 year ago

Versions

ConEmu build: 221218 x64 OS version: Windows 10 x64 21H2 Build 19044.1566 Microsoft Visual Studio Enterprise 2022 Version 17.4.3 VisualStudio.17.Release/17.4.3+33205.214 Microsoft .NET Framework Version 4.8.04084

Installed Version: Enterprise Visual C++ 2022 00482-10000-00261-AA102 Microsoft Visual C++ 2022

Problem description

Hello & thank you for joining in this conversation. i've been trying to intgrate ConEmu inside a winforms application but after installing the nuget package the control shows successfully on the toolbox but when adding it to the designer i get an error & the control is disabled ( you can see in the screenshots provided)

Steps to reproduce

  1. install ConEmu 221218 x64
  2. start new winforms project netframework 4.5.2
  3. install ConEmu.Control.Winforms 1.21.9.5 from nuget package manager ( this also installs ConEmu.Core 22.12.18) https://i.imgur.com/jDAiekS.png
  4. clean rebuild solution ( for control to apear on toolbox )
  5. add ConEmuControl to winforms designer

Actual results

errors showing as in the following images: https://i.imgur.com/1BLQ3dZ.png https://i.imgur.com/NkqjYtn.png

Expected results

adding ConEmuConsole to winforms