Ayala Goldstein
Ayala Goldstein
what is pyinstaller ? my EXE code is C#. may pyinstaller help? or it only for python programs?
The steps to reproduce the issue: - create tauri + angular project. - have a folder containing EXE file + dll , locate it under /src-tauri folder. lets call the...
Oh, I create a very simple C# project to send you , and check it again inside tauri, and now I see it's working well. so maybe there was an...
@FabianLars , After a second checking I see the issue is still reproduced, I attach an example of a C# console application project. [basic.zip](https://github.com/tauri-apps/tauri/files/10429148/basic.zip) thanks for your help.
@FabianLars just to update that I upgrade the tauri dependencies in JS side to the latest version and the issue is still reproduced. If I run the attached basic example...
So Strange... Can you send me please your project? thanks!
When I run your zip, I get an error in the response of the **basic** execution:  does it reproduce for you?
another update - if I run in my project the player.exe from your zip - it is working fine. the issue is in the zip of C# project I sent...
@FabianLars Hi, Any update? this issue blocks me in my project.. thanks in advanced
Attached the source code of C# project. this is a simple console application project, .net framework 4.8.1 [backend.zip](https://github.com/tauri-apps/tauri/files/10438694/backend.zip)