Discussion:
CRM SDK Using C++
(too old to reply)
Or Hiltch
2007-01-11 07:59:34 UTC
Permalink
Hello,

I normally develop CRM related applications using the CRM SDK with C# and
VS2005. Since the SDK is written for .NET use I presume it is also possible
to work with C++ on VS2005. But when I add the web reference to the CRM sdk
I see that it does not build since sproxy.exe does not support extension of
complexType, and the WSDL is very much based upon such extensions.

Can anyone suggest a solution for working with the SDK using C++? an example
or a reference to an example would help allot.

Thanks
Michael Höhne
2007-01-11 10:14:43 UTC
Permalink
Maybe you can work around this issue. Create a C# (I really mean CSHARP)
class library and add the web reference. Compile it and add it as a
reference into your C++ application. This way the proxy classes should be
created correctly and you can access everything through the C# library.
--
Michael Höhne, Microsoft Dynamics CRM MVP

Web: http://www.stunnware.com/crm2
Feed: http://www.stunnware.com/crm2/atom.aspx
Custom Lookup Dialog: http://www.stunnware.com/crm2/?area=customLookup

----------------------------------------------------------
Post by Or Hiltch
Hello,
I normally develop CRM related applications using the CRM SDK with C# and
VS2005. Since the SDK is written for .NET use I presume it is also
possible to work with C++ on VS2005. But when I add the web reference to
the CRM sdk I see that it does not build since sproxy.exe does not support
extension of complexType, and the WSDL is very much based upon such
extensions.
Can anyone suggest a solution for working with the SDK using C++? an
example or a reference to an example would help allot.
Thanks
Loading...