views:

92

answers:

3

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

+1  A: 

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.

jpobst
A: 

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

kenny
+2  A: 

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

Lex Li