Project only runs if Visual Studio is installed on the client machine [closed]

1

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.

    
asked by anonymous 13.10.2015 / 17:14

1 answer

0

Problem solved: For some reason my system is looking for IIS Express, which is only enabled with VS installed (or manually by IIS itself), so without VS it would not work because it did not find any IIS, but could not errors too. Now it's solving this. That's the tip for anyone who has the problem.

    
13.10.2015 / 19:29