cs2php icon indicating copy to clipboard operation
cs2php copied to clipboard

Unhandled Exception: System.IO.FileNotFoundException: ... System.Threading.Tasks.Dataflow

Open Ben-CA opened this issue 6 years ago • 3 comments

I was able to compile cs2php, but when I run it to try to convert a C# application to PHP, I get an error from cs2php, and it crashes. See screenshot:

Process error

I used MS VS 2019. Exact details:

VS_version

Any ideas?

Ben-CA avatar Jan 11 '20 18:01 Ben-CA

Seems to be similar to https://github.com/Microsoft/msbuild/issues/2423

isukces avatar Jan 13 '20 11:01 isukces

What version of Visual Studio do you run? (I was getting this error on VS2019 on Windows 7.) Does it only work with VS2015?

Ben-CA avatar Jan 13 '20 16:01 Ben-CA

Add nuget System.Threading.Tasks.Dataflow to Lang.Cs2Php

Killerkiwi2005 avatar Jun 03 '20 21:06 Killerkiwi2005