How do I build an executable file in visual studio 2010 that doesn’t rely on the .NET 4 SDK DLL/Library files?
I’m getting an error that informs that the system.dll is missing, I’m assuming this is part of the SDK.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re building a .Net application this is simply not possible. A .Net application requires the .Net runtime to be installed on the machine that it is run on.
If you’re trying to build a pure C++ application which has no .Net framework support then make sure the Common Language Runtime support is disabled for the project.