When I use the Credential method in the CRM SDK, I will
receive an error message:
Error Message: CS0117: 'Object' does not contain a
definition for 'Credential'.
I also tried this way:
object.Credential = new NetworkCredential(uid, pwd,
domain)
but still receive the same error message.
May I know where goes wrong?Is it due to the setting in
IIS?If yes, how to resolve it?
For information,
I developed my web form application at a remote
computer. (.NET Framework v1.1) And then I copied this web
form application to the CRM server v1.0.