Search code examples
wcf-client

WCF Service: Application Crash


I have a massive problem: I have a WPF application that makes a WcF service call. That call functions well if the user is an administrative user. It crashes simply without a chance to catch an exception (none is reported in Windows event logs too). What user right is required to have the service beeing called as a standard user in Windows Vista?

Thanks


Solution

  • Solved through changes on the server side. I don't know the reasons nor do I know what changed. A colleague deployed a new version and: there we go...