Search found 24 matches

by HansjoergP
Thu Mar 21, 2024 6:25 am
Forum: Chit-Chat
Topic: XSharp Power Tools 2022 - Visual Studio extension
Replies: 16
Views: 4789

Re: XSharp Power Tools 2022 - Visual Studio extension

It is possible to search in "Manage Extensions" -> Select "Online" -> Insert "XSharp" in the search box.

Now you will get "XharpPowertools.2022"

Hansjörg
by HansjoergP
Mon Mar 18, 2024 3:51 pm
Forum: Product
Topic: Textblock
Replies: 9
Views: 495

Re: Textblock

In Visual Studio it is easy to comment out a function or method.
First collapse the method -> Select the whole line -> Ctrl + K + C

In this case the whole block is commented out.

Ctrl + K + U uncomments the method

Hansjörg
by HansjoergP
Tue Nov 07, 2023 6:19 am
Forum: Deutsches Forum
Topic: Welche Version von Visual Studio ist für 2.18 zu empfehlen
Replies: 11
Views: 2752

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

Bei der Version von Visual Studio hängt es davon ab, ob man auf 32bit ist und Winforms benötigt. In VS2022 funktionieren bestimmte Kombinationen mit Winforms und 32bit nicht (designer). Dies ist ein Problem von der Umstellung von VS2022 auf 64bit und eine Teilweise Lösung wird von Microsoft für die ...
by HansjoergP
Thu Jun 15, 2023 12:39 pm
Forum: Product
Topic: VS2022 crashes during debugging
Replies: 5
Views: 773

VS2022 crashes during debugging

I will send you a dump-file.
The crash seems to happen always, when I go to the stacktrace and double click on the calling position
by HansjoergP
Thu Jun 15, 2023 12:25 pm
Forum: Product
Topic: VS2022 crashes during debugging
Replies: 5
Views: 773

VS2022 crashes during debugging

<r>Visual Studio crashes totaly...In the event log is the following info: <QUOTE><s>[quote]</s>Pfad der fehlerhaften Anwendung: C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe<br/> Pfad des fehlerhaften Moduls: C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7P...
by HansjoergP
Thu Jun 15, 2023 12:04 pm
Forum: Product
Topic: VS2022 crashes during debugging
Replies: 5
Views: 773

VS2022 crashes during debugging

With the current version of X# I often have crashes during debugging. Until now it was always that I held in a breakpoint, wanted to look at values. Then suddenly Visual Studio and the application crashed. These crashes happen about once every day
by HansjoergP
Thu Jun 15, 2023 5:44 am
Forum: Product
Topic: VS 2022: Find In Files sometimes doesn't find existing text
Replies: 10
Views: 1504

VS 2022: Find In Files sometimes doesn't find existing text

<t>We have the same problem. There is also an open issue #824 which can be connected to this. For the moment the only thing that seems to help is to use the regular expression search. This search will then find all results. <br/> The problem here probably has something to do with the caching that Vi...
by HansjoergP
Thu Mar 02, 2023 9:59 am
Forum: Product
Topic: Async question
Replies: 43
Views: 3904

Async question

<r>Okay. I have seen now you use Thread instead of Task. Try using the Task.Run<br/> <URL url="https://learn.microsoft.com/de-de/dotnet/api/system.threading.tasks.task.wait?view=netframework-4.7.2"><LINK_TEXT text="https://learn.microsoft.com/de-de/dotne ... work-4.7.2">https://learn.microsoft.com/d...
by HansjoergP
Thu Mar 02, 2023 9:38 am
Forum: Product
Topic: Async question
Replies: 43
Views: 3904

Async question

Hi Wolfgang,

why you don't use "oThread:Wait()"?
by HansjoergP
Thu Mar 02, 2023 7:22 am
Forum: Product
Topic: Async question
Replies: 43
Views: 3904

Async question

<r>Maybe you should read this.<br/> <URL url="https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/async-scenarios"><LINK_TEXT text="https://learn.microsoft.com/en-us/dotne ... -scenarios">https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/async-scenarios</L...