Note that there are some explanatory texts on larger screens.

plurals
  1. POCRM 4.0 sdk dll is not working with Windows Mobile 6.5.3 Project
    primarykey
    data
    text
    <p>I'm working with a project right now using a device with a <strong>Windows Mobile 6.5.3</strong> in it. In my <strong>Visual Studio 2008</strong> Project i'm trying to make use of <strong>CRM 4.0 sdk dll</strong> so I could call the <strong>CRM services</strong>. The problem now is that <strong>microsoft.crm.sdktypeproxy.dll</strong> or <strong>microsoft.crm.sdk.dll</strong> is having conflict with the other assemblies that's why I cannot build or run my project. My target framework is .Net 3.5</p> <p><strong>Error Message:</strong></p> <ol> <li>Error 1 The type 'System.Web.Services.Protocols.SoapHttpClientProtocol' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.</li> </ol> <p><strong>Main Issue:</strong></p> <ol> <li>Crm dll have conflict with other assemblies in the windows mobile 6.5.3 project</li> <li>Cannot build the project because of the error.</li> </ol> <p><strong>Solution I Tried:</strong></p> <ol> <li>Remove and Add System.Web.Service v4.0</li> <li>Remove System.Web.Service v4.0 and add System.Web.Service v2.0</li> <li>Make a new project with target framework .Net 2.0</li> <li>Tried googling it but I haven't found any article related to this one.</li> </ol> <p><strong>Note:</strong> 1. Where using these dll because our CRM setup does not allow us to login in the crm using passport authentication. 2. Since our windows mobile device is not able to login to crm using windows authentication. I need to find a way to call the CRM service using the dll.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload