NativeProcess Problems With .NET 4.5
Here's the thing: the Console.ReadLine does not seem to be working properly with NativeProcess on .NET 4.5, but works fine on 3.5. My application must use the 4.5.2 framework, going backwards is not an option. Is there any way around this?
Here are some links to people who have had the same problem:
Issue with .Net >= 4.0 and Console.ReadLine
c# - AIR NativeProcess standardInput not connecting to app - Stack Overflow
c# - Adobe AIR NativeProcess not sending input - Stack Overflow
Thank you.
