xsharp.eu • XSharp app in Windows Vista
Page 1 of 1

XSharp app in Windows Vista

Posted: Thu Nov 07, 2019 5:50 pm
by Juraj
Hi All

I want to run xSharp app in Vulcan dialect on computer with Windows Vista 32. I get a .Net error after starting. Any experience?

Juraj

XSharp app in Windows Vista

Posted: Thu Nov 07, 2019 5:59 pm
by wriedmann
Hi Juraj,
AFAIK the needed .NET version (4.7) is not available in Windows Vista.
X# applications without runtime (Core dialect) can be run even on Windows XP.
Wolfgang

XSharp app in Windows Vista

Posted: Thu Nov 07, 2019 6:07 pm
by Juraj
HI Wolfgang

Thank you for your response. App was imported from Vulcan into VS2017 and framework is set to 4.0, because I need Oledb for MDB database.

XSharp app in Windows Vista

Posted: Thu Nov 07, 2019 6:17 pm
by wriedmann
Hi Juraj,
since you are using the X# runtime for the Vulcan dialect you need at least .NET Framework 4.7 on this machine, and AFAIK this version is not available on Windows Vista (out of maintainance by Microsoft for a few years now).
Even Windows 7 will exit from support next January...
Wolfgang
P.S. maybe the application will work using the Vulcan runtime with the X# compiler

XSharp app in Windows Vista

Posted: Thu Nov 07, 2019 7:21 pm
by Juraj
Hi Wolfgang

if I using Vulcan runtime app not work.
I rewrote the main part into Core dialect and program works . You had to convert, XSharp in Core dialect also works in Vista. Super, thanks for advice.

Juraj