I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure?
Asked
Active
Viewed 460 times
1
-
3Nuke it from orbit. It's the only way to be sure. – Jon W May 21 '10 at 14:02
-
@Jweede, +1 for the EVE reference. :D – Venemo May 21 '10 at 14:14
-
Did James Cameron play EVE back in the 80's? – Fishcake May 22 '10 at 03:22
-
1@Venemo It's a Aliens (1986) quote http://www.imdb.com/title/tt0090605/quotes#qt0424740 – Jader Dias May 22 '10 at 19:00
-
Thanks, I didn't know! (Still, it was a notable sentence in the EVE fanfest. ;) – Venemo May 22 '10 at 19:32
3 Answers
3
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
- 60,503
- 9
- 116
- 147
1
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
- 9,982
- 1
- 29
- 33
0
There are several utilites to see the DLLs that a process is ruuning. Perhaps this one from systernals will help.

kenny
- 21,522
- 8
- 49
- 87