I am getting an error when I try to install my program (C# , Winforms, .NET 2.0) on Windows 2000:
The procedure entry point GetNativSystemInfo could not be located in the dynamic link library KERNEL32.dll
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.
It the API you are using is simply not available at Windows 2000.
See also the MSDN about
GetNativeSystemInfo:Why don’t you use the function
GetSystemInfowhich is available for Windows 2000.