02-26-2021 04:48 PM
I have a VB.NET application that creates an instance of the TestStand engine and then makes two calls to the GetTestStandPath method. That's all. When I close my application I get an error message saying, "The TestStand engine did not finish its cleanup procedure."
How do I make that go away?
I have tried calling Shutdown and waiting for the UIMsg_ShutdownComplete message. That doesn't work.
I have tried calling GC.Collect and GC.WaitForPendingFinalizers after doing that. I still get that error.
Any thoughts?
10-28-2021 07:12 AM
10-28-2021 09:33 AM
What I did instead was to simply call the .NET method Environment.GetEnvironmentVariable("TestStandPublic64").
10-29-2021 03:11 AM
Hi,
Thanks for feedback -> I found a solution for my case.
May this can help if someone has the same Error in future.
Best Rgds
MAGL21