Need Help Understanding X# Compiler Error with DBF Tables ??

This forum is meant for questions and discussions about the X# language and tools
Post Reply
davviddmiller
Posts: 1
Joined: Mon Sep 23, 2024 5:40 am
Location: USA

Need Help Understanding X# Compiler Error with DBF Tables ??

Post by davviddmiller »

Hi all,

I have recently started using X# for a project that involves working with DBF tables and I am encountering an issue when compiling my code. The error message reads something like:

“Error XS1234: Method or operation is not supported.”

I have double-checked the syntax and it seems correct according to the documentation. My code involves creating and opening DBF tables using the FoxPro dialect.

Has anyone faced a similar issue or have any idea what might be causing this: ?? Could it be an issue with my configuration or is there something specific I should look out for when working with DBF files in X#: ?? I have also tried adjusting the runtime settings but no luck so far.

Any guidance or advice would be greatly appreciated !! I am running the latest version of X# with Visual Studio.

Thanks in advance !!

David Miller
User avatar
Chris
Posts: 4793
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Need Help Understanding X# Compiler Error with DBF Tables ??

Post by Chris »

Hi David,

Can you please show us the line of code that the compiler is complaining about?
Chris Pyrgas

XSharp Development Team
chris(at)xsharp.eu
Post Reply