Question

I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure?

Was it helpful?

Solution

If you see xsp2.exe in Windows Task Manager, probably it runs on .NET. For mono hosted applications, the process should be mono.exe

OTHER TIPS

If you are launching it via "xsp2.bat" or "mono xsp2.exe" or the right click menu the Mono installer added, it is using Mono. If you are launching it via "xsp2.exe" or double clicking it, it is using .Net.

There are several utilites to see the DLLs that a process is ruuning. Perhaps this one from systernals will help.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top