Search found 360 matches

by Jamal
Sat Oct 11, 2025 3:18 pm
Forum: Chit-Chat
Topic: AI and software development
Replies: 3
Views: 10787

Re: AI and software development

Hi Johan,

Here is my take on this subject.

I think AI can help make a competent developer more competent.

Incompetent developers should go back and learn the basics of software development and gradually improve their skills to become more component and above all understand debugging techniques ...
by Jamal
Mon Aug 04, 2025 9:45 pm
Forum: Product
Topic: Is DBFCDX driver .NET 9 compatible
Replies: 9
Views: 12477

Re: Is DBFCDX driver .NET 9 compatible

Hi Joe,

Thanks for the reply, however, I am aware of that and I already call the method as indicated in my post above. The issue is when using XSharp.CoreDb.RddInfo(_SET_AUTOOPEN, true) which tells the RDD to open the CDX automatically when the dbServer is instantiated.

Anyway, Robert mentioned ...
by Jamal
Sat Jul 26, 2025 7:06 pm
Forum: Product
Topic: Is DBFCDX driver .NET 9 compatible
Replies: 9
Views: 12477

Re: Is DBFCDX driver .NET 9 compatible

Robert,

Thank you!

Jamal
by Jamal
Fri Jul 25, 2025 8:07 pm
Forum: Product
Topic: Is DBFCDX driver .NET 9 compatible
Replies: 9
Views: 12477

Re: Is DBFCDX driver .NET 9 compatible

Hi Robert,

I see still see the same issue. Any update on this?

I am testing the latest public version 2.24.
by Jamal
Tue Jul 22, 2025 4:03 am
Forum: Suggestions
Topic: The Future of X#
Replies: 12
Views: 37897

Re: The Future of X#

Hi Wolfgang,

There were some issues with the DBFCDX RDD and .NET 8+ related to the Macro compiler when a CDX tag expressions has a user defined function. I have not yet checked the latest public version to see if the issue has been resolved.

Jamal
by Jamal
Mon Jul 21, 2025 8:08 pm
Forum: Suggestions
Topic: The Future of X#
Replies: 12
Views: 37897

Re: The Future of X#

Hello X# Team & All,

I appreciate the hard work of the X# team and the community and I feel your pains. I am still on the sidelines since I still use X# for testing and helping others on the X# forum.

Since I mainly use C# for development for Desktop and Website development, if the DBFCDX were a ...
by Jamal
Mon Jul 21, 2025 5:36 pm
Forum: Product
Topic: Visual Studio freezes when adding new XSharp Class
Replies: 8
Views: 11782

Re: Visual Studio freezes when adding new XSharp Class

Hi Johannes,

It is either the VS cannot handle large solutions or there is an issue with one the projects.
I suggest you start adding the projects one by one then test to try to see at which project things break.

I think X# team should jump in this discussion; they may have a deeper knowledge ...
by Jamal
Sat Jul 19, 2025 4:06 pm
Forum: VO & Vulcan
Topic: Registry and MySQL issues
Replies: 2
Views: 7352

Re: Registry and MySQL issues

Hey Dick,

It seems forever you have issues writing and reading registry values. If I recall you had issues before and you have not replied to my suggestions regarding the registry!

Anyway, now I suggest using a json or xml file to store instead the licensing keys and you should not have issues ...
by Jamal
Tue Jul 01, 2025 2:53 pm
Forum: Product
Topic: Visual Studio freezes when adding new XSharp Class
Replies: 8
Views: 11782

Re: Visual Studio freezes when adding new XSharp Class

Can you try to uninstall and reinstall X#?

HTH,
Jamal
by Jamal
Mon Jun 30, 2025 7:36 pm
Forum: Product
Topic: Visual Studio freezes when adding new XSharp Class
Replies: 8
Views: 11782

Re: Visual Studio freezes when adding new XSharp Class

Johannes,

It would help the X# team if you provide the Visual Studio version and X# version.

It seems that there is a deadlock deep in the X# system when adding a reference to the project (AddReferenceFromSelectorData → CreateReferenceNode → ResolveAssemblyReference ) which triggers a build ...