c# - JetBrains Rider "Use mono-service to start service processes" on Debian Jessie -


i installed rider 1.0 eap, , i'm unable run visual studio project in .net 4.5. load , build functionality works, when try run project message: "use mono-service start service processes".

the line being executed attempt starting process is:

/usr/bin/mono /path/filename.exe 

i've looked location in rider reconfigure mono mono-service, have not found way this...

i attempted load process with:

mono-service /path/filename.exe 

as root , standard user, , appears nothing happens.

mono-service located in:

/usr/bin 

i've searched web , stackoverflow answers, haven't found solves problem.

this solution provided ivan shakhov.

i realize urls solutions frowned on, here url solution: http://blog.chudinov.net/demonisation-of-a-net-mono-application-on-linux/

once have time test solution, i'll post consolidated set of instructions.


Comments