Run C# windows application in windows XP without installing .NET Framework [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Running .net based application without .NET Framework Hello. Please let me know how I can run C# windows application in Windows XP without installing .NET Framework? 回答1: C# apllication not handled by operating System. Its CLR(inside framework) who take care to run the C# apps and all memory management, resource allocation, de-allocation etc. It create a virtual layer over OS while runnign its application. So