Hi,
In app.config of my c# project, i have written the following lines
it works fine on windows 7/8/8.1/10 but there is a problem while installing on xp systems.
i want my application to run on every system from windows xp to latest versions.
Also i want to know that whether i can choose x86 in platform target for all windows systems like win32/win64.
what about define DEBUG constant and define TRACE constant [should be checked or unchecked].
please help at the earliest.
Thanks
Ayan RoyPosted Mar 27, 2017, 2:28 AM
Ramesh PalanivelPosted Mar 26, 2017, 3:52 AM
1. you need to create your .NET-Project as .NET 4.0 (later versions are not supported on Windows XP).
2. Install .NET 4.0 on your XP-machine
3. Run and enjoy.