Hi all,
I'm very new to C#, .NET and the CRM SDK but out of
necessity I've been writing a 1-off program in C# to take in a JSON
string and create a ticket (incident), account, contact, quote and some
custom entities for me. I've hacked my way through most of the major
bugs but I'm at a point now where I cannot procede.
When I
debug, I get a soap exception saying:
<code>0x80040216</code><description>An unexpected
error occurred.</description>
This happens when creating the incident when executing a create request with the CRM service.
I'm
using VS2008. Can anyone shed any light on how I would be able to get
more detail from this exception? It couldn't possibly be any more vague
and has prevented me from progressing in my debugging. Thanks much for
any help you guys can provide!
*This post is locked for comments
I have the same question (0)