experience with VS2022

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

experience with VS2022

Post by Juraj »

in the application where I read the text file line by line and display the progress with the progressbar in the debugging mode, the progress is very slow. In mode without debugging work OK. In VS2019 both modes work well.

Juraj
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

experience with VS2022

Post by robert »

Juraj,

Is this app running in 32 bits or 64 bits mode ?

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

experience with VS2022

Post by Juraj »

Hi Robert
The app was created in VS2019 and then opened in VS2022.

Where can i find out in which mode works?

Juraj
Terry
Posts: 306
Joined: Wed Jan 03, 2018 11:58 am

experience with VS2022

Post by Terry »

Juraj

FWIW I have several bits of software under development (C#) and have re-compiled using VS2022 64 bit.

Compilation has been noticeably faster than VS2019. Depends on size of program of course, my bits are fairly small, but I see some two or more seconds speed improvement on each bit.

Terry
Post Reply