How to reference 32bit dll in .NET Winform project
Anthony Pfeffer
0
Reputation points
Hi,
We try to migrate a WinForm UI app from Framework 4.8 to .NET7.
Our project reference a UI Library (DevComponent) which is a 32 bits dll and we cork with VS2022.
When we copy a Form to the new project, the project compile but no way to see the form in the VS designer. The form is empty, no control.
Is there a way to do that ?
Sign in to answer