Page 1 of 1

onecore\net\netprofiles\service\src\nsp\dll\namespaceserviceprovider.cpp

Posted: 12.11.2024, 11:38
by Stanislav
after upgrade to win11 I get this error on connection over ZConection
onecore\net\netprofiles\service\src\nsp\dll\namespaceserviceprovider.cpp(550)

Re: onecore\net\netprofiles\service\src\nsp\dll\namespaceserviceprovider.cpp

Posted: 12.11.2024, 22:21
by aehimself
Seems to be a Windows 11 and old lib library issue: https://stackoverflow.com/questions/706 ... und-in-the

What version is your server and client DLL?

Re: onecore\net\netprofiles\service\src\nsp\dll\namespaceserviceprovider.cpp

Posted: 14.11.2024, 08:00
by Stanislav
Hello
I am using:
Database client version: libmysql - mysqlnd 8.2.0
Server version: 10.4.27-MariaDB

Re: onecore\net\netprofiles\service\src\nsp\dll\namespaceserviceprovider.cpp

Posted: 17.11.2024, 13:49
by aehimself
Searching around pops different error messages for the same source file in .net so I'm not sure in which direction to go. It would be nice to have a full exception message and a stack trace. I suspect a .net issue - my guess is the new library was written in that.
As you are connecting to MariaDB, can you give a try to libmariadb.dll?