You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to build with VS2022 I noted the following:
The default datasource is no longer (localdb)\MSSQLLocalDB in VS2022, so I had to rename it.
The script to initialize the DB is not \DB\Tables.sql as stated in the instructions. (it is \DB\gdsdb.edmx.sql)
I had to manually create the gdsdb in SQL Server -- but there are no instructions to do so.
This instructions say the initialize DB script is executed on first run, but this did not happen. I had to manually run the script to populate the database.
The text was updated successfully, but these errors were encountered:
https://github.com/OPCFoundation/UA-.NETStandard-Samples/tree/master/Samples/GDS#how-to-build-and-run-the-windows-opc-ua-global-discovery-server
Attempting to build with VS2022 I noted the following:
The text was updated successfully, but these errors were encountered: