xsharp.eu • Issues with XSharp Integration in My Project
Page 1 of 1

Issues with XSharp Integration in My Project

Posted: Thu Dec 19, 2024 4:04 am
by Novaliya
Hi everyone,

I’m currently working on a project using XSharp and I’ve run into a bit of a challenge. Specifically, I’m trying to integrate XSharp into an existing .NET Core application, but I’m not sure if I’m setting things up correctly.

Here’s the issue: when I try to reference XSharp classes in my project, I keep running into compatibility errors. I’ve double-checked the versions and dependencies, but I’m not sure if there’s a specific step I might be missing in the integration process.

Has anyone here successfully used XSharp with .NET Core? If so, could you share any tips or a simple guide on how to properly configure everything? Any help would be greatly appreciated!

Thanks in advance

Re: Issues with XSharp Integration in My Project

Posted: Thu Dec 19, 2024 9:53 am
by wriedmann
Hi Novaliya,
XSharp applications currently are not .NET Core, but ,NET Framework.
If you are using another dialect than the X# Core dialect, you need some X# runtime DLLs, either in the GAC or in your application bin folder.
Unfortunately I have no experience with .NET Core, but others do.
Wolfgang