Diffrense between client.put() and client.create()??
Hi!
While programming i fail to edit objects but i can create them, so im wondering what diffrence is there between the DefaultClient.Put() and .Create()?
I get this exeption on edit : The endpoint could not dispatch the request. at Microsoft.ResourceManagement.Client.ClientHelper.HandleFault(Message message) in C:\Root\RM\Microsoft.ResourceManagement.Client\ClientHelper.cs:line 19
at Microsoft.ResourceManagement.Client.WsTransfer.WsTransferClient.Put(PutRequest request)
May 23rd, 2011 6:26am