Hi,
I have created a windows application, which gets a xml file from the URL and save it on my local machine.In this application a Timer control is set for get the updated XML file from the URL and show the update into label. I have created a setup project and Installed it on another system.
Problem is that, The installed application is get the updated XML but the update is not show into label. But the same application is running on my system from the Visual Studio it works fine.
Please help I am unable to find out what is the problem.