I can't open the C# project

I am trying to open a C# project, but when I run it after completing all the steps, it closes after a very short time without anything appearing on the screen. I’m trying to open the hellozed c# sample in the documentation. https://github.com/stereolabs/zed-sdk/tree/master/body%20tracking/body%20tracking/csharp This is the file. And I am using this way to open project https://www.stereolabs.com/docs/app-development/csharp/use/. Everything is fine until opening the project I can create Hello_ZED.sln but when I try to open it giving me this

'Hello_ZED.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Hello_ZED.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Users\emrek\OneDrive\Masaüstü\csharp\build\Release\Hello_ZED.exe'. Module was built without symbols.
'Hello_ZED.exe' (CLR v4.0.30319: Hello_ZED.exe): Loaded 'C:\Users\emrek\OneDrive\Masaüstü\csharp\build\Release\Stereolabs.zed.dll'. Module was built without symbols.
'Hello_ZED.exe' (CLR v4.0.30319: Hello_ZED.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[18196] Hello_ZED.exe' has exited with code 4294967295 (0xffffffff).

I was able to run the project. The problem was related to visual studio packages.

1 Like