Search found 29 matches

by HansjoergP
Thu Sep 19, 2024 8:20 am
Forum: Product
Topic: How to define anonymous types?
Replies: 4
Views: 80

Re: How to define anonymous types?

Thanks. Yes this is what I need
by HansjoergP
Thu Sep 19, 2024 6:51 am
Forum: Product
Topic: How to define anonymous types?
Replies: 4
Views: 80

How to define anonymous types?

To use Dapper you need anonymous types. How can you define these in X#? In C# the syntax is e.g. new {x = ‘test’}

Thanks
Hansjörg
by HansjoergP
Fri Jun 21, 2024 6:28 am
Forum: Product
Topic: XS1503 debug error occurs at different places on and on
Replies: 5
Views: 545

Re: XS1503 debug error occurs at different places on and on

Hello,
One question: if the error occurs, is another Visual Studio open in this case? I sometimes have cases where it seems that Visual Studio is getting data from another instance.
We had sometimes the error https://github.com/X-Sharp/XSharpPublic/issues/721
by HansjoergP
Fri May 24, 2024 5:32 am
Forum: Product
Topic: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"
Replies: 13
Views: 1070

Re: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"

Hello Dick, Winforms with AnyCPU is working fine. There is only a problem with x86 in combination with VS and 32bit. Normally drivers make only a problem if you use them in your program. One thing can be if you use e.g. an database driver which you have to install so that your program is working. If ...
by HansjoergP
Thu May 23, 2024 10:54 am
Forum: Product
Topic: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"
Replies: 13
Views: 1070

Re: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"

If possible, the best solution is 4). Which drivers you need?

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

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: 958

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: 3231

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 n ...
by HansjoergP
Thu Jun 15, 2023 12:39 pm
Forum: Product
Topic: VS2022 crashes during debugging
Replies: 5
Views: 1136

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: 1136

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 ...