Views:

Behavior:

Following message appears when opening the Web Client:
Failed to retrieve store dialogs. [HttpWebRequest_WebException_RemoteServer]

Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/...

and
Retrieving web baskets settings failed. [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/...

Solution:

These error messages occur because the WCF service WebBasketsWCF.svc cannot be accessed.
To determine the cause, open the following link in the browser:

http://<servername>/<WebInstance>/DocuWare/Services/WebBasketsWCF.svc
e.g. http://localhost/DWWebClient/DocuWare/Services/WebBasketsWCF.svc

Contact DocuWare Support with the message which is shown there.
In most cases, this relates to missing authentication settings (either anonymous or Windows) for the directory ..DWWebClient\DocuWare\Services in the IIS Manager.

If you receive this message:
The service '/ DWWebClient / DocuWare / Services / WebBasketsWCF.svc ' can not be activated due to an exception during compilation. The exception message is: This collection already contains an address with scheme "http" . The list can contain a maximum of one address per scheme. If the service is hosted in IIS , the problem by setting 'system.serviceModel / serviceHostingEnvironment / multipleSiteBindingsEnabled'  can be corrected to "true" or by specifying 'system.serviceModel / serviceHostingEnvironment / baseAddressPrefixFilters'. Parameter name: item .

Open the file "C:\inetpub\wwwroot\DWWebClient\web.config" and remove the comments around:
before:
    <!--<serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>-->
after:
    <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>

Save the changes. A restart of IIS is not required.