I'm trying to compile a very simple C application using VS2008. My problem is that the resultant binary requires systems to have .NET installed. No actual code within the project uses .NET functionality, but I get errors during execution on any system that doesn't have .NET.
So, is there anyway to compile using VS2008 so the resultant binary can run on a system without .NET?