Benjamin Kastelic

Results 8 comments of Benjamin Kastelic

Could you please provide the structure of your project or better yet, a link to the repo, so I can take closer look.

Win10 x64. It happens after sometime. And it seems quite random.

One more thing ... My application is basically a stopwatch, which plays a command on start and plays another random audio track on end. It seems that just one specific...

Here you go: [fireDeptStopwatchGist.zip](https://github.com/xenolightning/AudioSwitcher/files/833425/fireDeptStopwatchGist.zip) Run the project, press Start, wait for the counter to start counting and then press Stop. You should get the mentioned exception.

It seems that the main problem is this block of code: `using (var player = new SoundPlayer((UnmanagedMemoryStream) sound)) { player.Play(); }` If I remove the _using_ block and normally create...

Doesn't work for me either, but I do get a different error: ``` SQL Server 2025 will run as non-root by default. This container is running as user mssql. To...

> You can definitely register a finalizer, that's what I had to do in a middleware I wrote to prevent a memory leak upon configuration reload, and I have a...

I get the same error, which I reported [here](https://github.com/microsoft/mssql-docker/issues/940#issuecomment-3318391005).