Search found 38 matches

by HansjoergP
Mon Jan 26, 2026 12:19 pm
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 790

Re: Event handler changes not in GIT


Hi Dick,

When you add evenhandlers in the designer (in VS), is like doing anything else code related, the changes are applied directly to code. So either Kees did not commit all the code changes, or you tried to merge yours and his changes and missed his code changes related to the event handlers ...
by HansjoergP
Fri Jan 23, 2026 10:31 am
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 790

Re: Event handler changes not in GIT

This works fine in VS and in .Net. We have about 10 programmers who work on the same code at the same time and never really have any problems.
When making changes to a piece of code at the same time, you always have to be careful, as no version control system can predict what the entire correct code ...
by HansjoergP
Thu Dec 18, 2025 3:42 pm
Forum: Product
Topic: Path gets messed up on XSharp reinstall
Replies: 3
Views: 436

Re: Path gets messed up on XSharp reinstall

Hello,
I have observed also the problem with merged paths. Until now I was not able to figure out, what causes this

Regards
Hansjörg
by HansjoergP
Fri Nov 21, 2025 1:42 pm
Forum: Product
Topic: VS 2026
Replies: 9
Views: 982

Re: VS 2026

Hello Robert,

the installation works fine. We have also to persons in our company which are working with VS2026 18.0.1. Im the only one who had problems to use this version. For me VS2026 18.0.0 works fine. I have made now an rollback, and the problems are gone. Before that (with 18.0.1) I had also ...
by HansjoergP
Fri Nov 21, 2025 7:08 am
Forum: Product
Topic: VS 2026
Replies: 9
Views: 982

Re: VS 2026

Hi,

yesterday after updating Visual Studio to version 18.0.1 I had the same problem with 'XSharp.Project.ErrorListManager' threw an exception.". I don't get it to work after that. I have made now a downgrade to 18.0.0 and it seems to work again

Hansjörg
by HansjoergP
Thu Nov 20, 2025 6:34 am
Forum: Product
Topic: VS 2026
Replies: 9
Views: 982

Re: VS 2026

Hi Wolfgang,
until now I have no issues with Visual Studio 2026. The only small problem is that in the output during build there is some verbose output von X#. It seems to be really stable (To tell the truth, it even seems more stable to me than VS2022.).
For us at the moment the only small problem ...
by HansjoergP
Thu May 15, 2025 6:17 am
Forum: Product
Topic: Creating a Jira board - like window
Replies: 5
Views: 5725

Re: Creating a Jira board - like window

Devexpress has also a Kanban Board control for winforms

https://docs.devexpress.com/WindowsForm ... nban-board

Hansjörg
by HansjoergP
Thu Apr 24, 2025 6:01 am
Forum: Product
Topic: IComparer.Compare exception
Replies: 5
Views: 5410

Re: IComparer.Compare exception

by HansjoergP
Wed Feb 12, 2025 6:47 am
Forum: Product
Topic: Format document in X# 2.21
Replies: 17
Views: 15287

Re: Format document in X# 2.21

Toggling works also in VS2022 and X#. If nothing is marked it toggles the current line. If more lines are selected than it toggles this lines. If you select only a part inside of an line, than this part is commented out with /* */
The comment assigned is Edit.CommentSelection.
I think everything is ...
by HansjoergP
Thu Sep 19, 2024 8:20 am
Forum: Product
Topic: How to define anonymous types?
Replies: 4
Views: 2161

Re: How to define anonymous types?

Thanks. Yes this is what I need