OPCFoundation / UA-.NETStandard-Samples

Other
245 stars 179 forks source link

Unregister Application is not deleting corresponding rows in CertificateStores #605

Closed sveinfolkeson closed 2 months ago

sveinfolkeson commented 2 months ago

Type of issue

Current Behavior

When trying to unregister an application in GlobalDiscoveryClient you get an exception because the belonging CertificateStore rows are not deleted before the applicaion is deleted

Expected Behavior

No response

Steps To Reproduce

Register and unregister an application in GlobalDiscoveryClient

Environment

- OS: Win11
- Environment: Visual Studio 2022
- Runtime: .NET 4.8
- Nuget Version: 1.5.374.27
- Component: Opc.Ua.Gds.Server.Database.Sql
- Server: GlobalDiscoveryServer
- Client: GlobalDiscoveryClient

Anything else?

No response

romanett commented 2 months ago

This is fixed by mentioned PR