Search found 38 matches
- 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 ...
- 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 ...
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 ...
- 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
I have observed also the problem with merged paths. Until now I was not able to figure out, what causes this
Regards
Hansjörg
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 ...
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 ...
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
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
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 ...
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 ...
- 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
https://docs.devexpress.com/WindowsForm ... nban-board
Hansjörg
- Thu Apr 24, 2025 6:01 am
- Forum: Product
- Topic: IComparer.Compare exception
- Replies: 5
- Views: 5410
- 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 ...
The comment assigned is Edit.CommentSelection.
I think everything is ...
- 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

