xsharp.eu • Welche Version von Visual Studio ist für 2.18 zu empfehlen - Page 2
Page 2 of 2

Re: Welche Version von Visual Studio ist für 2.18 zu empfehlen

Posted: Wed Nov 08, 2023 11:15 am
by ic2
Just one more thing, besides the above "contradictory" question. Am I right with this: in VS 2022 you can still use (3rd party) 32 bits components as long as you change Any CPU (which is now standard 64 bit) to X86?

Dick

Re: Welche Version von Visual Studio ist für 2.18 zu empfehlen

Posted: Wed Nov 08, 2023 12:12 pm
by robert
Dick,
There is no contradiction:

If your app references external components (DevExpress, Infragistics, ChillKat etc) and these components are developed for AnyCPU then you can use VS2022 to develop. However, if that component targets X86 only then that component itself cannot be instantiated inside the internal Windows Forms Editor in the VS2022 IDE, so you will have to use VS2019.

If your app targets x86 and you are using x86 3rd party components, then you will not be able to design the forms that contain these components inside VS2022 and you will have to use VS2019.
If your app targets x86 but all the components that you use on your forms are AnyCPU then you can still develop with VS2022.

Robert