I am trying to run dot net example from the DFS 6.5 sdk. When I step through it and get to the Query Execute line:
QueryResult queryResult = querySvc.Execute(query, queryEx, operationOptions);
the line throws a hard exception: {Service method "Execute" invocation failed}. The inner exception: {"Authorization failed, please review identities provided in service context \"temporary/127.0.0.1-1240421639091-442664730\""} System.Exception {System.ServiceModel.FaultException}
I verified that the respository name, user, password, and address are correct. Find in the discussion forums and a similar case and applying the changes suggested not only that I had good results
Does anyone have a solution/suggestion for this problem?