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

link|improve this question

3  
Nuke 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 3:22
1  
@Venemo It's a Aliens (1986) quote 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
feedback

3 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.