Possible Duplicate:
Can you compile C# so it doesn’t need the .NET Framework at runtime?
I am in the process of developing an application is C# which relies on .NET. The computers that the application will be running on are standard user account running Windows XP.
My question is can I compile my application with .NET without of the client computer having .NET framework? Currently right now the application does not run and at run time it tells me that it is not a valid Win32 application. It will run fine on the .NET computer.