Hello. I have a project done in WPF, which uses data returned by web services to interact with the user. This system, when you start, consult IIS to see if it is standing, if the web services are there and if they are operative, if it is not it launches a question to the user if you want to continue. Well, we build in release, copy the folder and put it in another machine, without the VS installed, and to our surprise it did not work, it did not consult but also did not give errors, we tried to update IIS, to install all versions of .NET Framework and nothing, until we decided to install VS, and just before the installation was finished it was already working. We also activated the logs through the registry, but none of the logged logs showed anything abnormal. Has anyone ever experienced this? Is there an essential package that I should download before running my application?
Update: - I checked the versions, they are identical, what changes is that I program in Win8 and the client is a Win7, I do not know if it has something to do, but the NET Framework installed are the same. When I run, it does not give any error, it appears the main screen but nothing works on it. - I'll try the remote debug schema and anything put here.