I made a small simple c# application in Visual studio 2010 ultimate and i deployed it and it requires .Net framework 4 to run but when I tried to run this app in a desktop of Windows XP Service Pack 2 it is showing me an error that it requires "Windows Imaging Component" and it is providing me a link to download it - http://go.microsoft.com/fwlink/?linkid=162643&clcid=0x409
but when i download WIC from this site and tried to run on that desktop it is showing me an error that ??????????????????????Windows XP???????????? nw what should i do to run my app in that desktop plz suggest me some thing.
Why SP2 for XP? Are you running XP x64? If you aren't using x64 make sure you have windows installer 3.1 and it should install with no issues. As a side note however, .net 4.0 is NOT supported on XP SP2.