justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.93k stars 618 forks source link

Problem in Publishing a Titanium code written in VS #778

Closed dynamicritz closed 4 years ago

dynamicritz commented 4 years ago

When I publish code in VSwhich uses Titanium(NuGet installed) it runs perfectly when the application is run on that System... But that application fails to run on a separate system and throws an error:

The system cannot execute the specified program.
An assembly specified in the application dependencies manifest (ConsoleApp1.deps.json) was package: 'Titanium.Web.Proxy',Version: 3.1.1301'
path: 'lib/netstandard2.0/Titanium.Web.Proxy.dll'
dynamicritz commented 4 years ago

There were some problems in zipping the folder which made the files go missing!!! Closing this issue...