hello
I was trying running the client object model code which run successfully on my local development system, but when i try to run it on server it gave me exception, any idea or clue, is that i am missing any thing on the server.
Unhandled Exception: System.Xml.XmlException: For security reasons DTD is prohib
ited in this XML document. To enable DTD processing set the DtdProcessing proper
ty on XmlReaderSettings to Parse and pass the settings into XmlReader.Create met
hod.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.DoGet(String url)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.RequestFederationProviderInfo(
String domainname)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.GetFederationProviderInfo(Stri
ng domainname)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.InitFederationProviderInfoForU
ser(String username)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.GetServiceToken(String usernam
e, String password, String serviceTarget, String servicePolicy)
at Microsoft.SharePoint.Client.Idcrl.SharePointOnlineAuthenticationProvider.G
etAuthenticationCookie(Uri url, String username, SecureString password)
at Microsoft.SharePoint.Client.SharePointOnlineCredentials.GetAuthenticationC
ookie(Uri url, Boolean refresh)
at Microsoft.SharePoint.Client.ClientRuntimeContext.SetupRequestCredential(Cl
ientRuntimeContext context, HttpWebRequest request)
at Microsoft.SharePoint.Client.SPWebRequestExecutor.GetRequestStream()
at Microsoft.SharePoint.Client.ClientContext.GetFormDigestInfoPrivate()
at Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest()
at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
at SharepointOnline.SPOneDriveSync.createFolder(String userSPID)
at SharepointOnline.Program.Main(String[] args)
and error in the Event viewer
Framework Version: v4.0.30319Description: The process was terminated due to an unhandled exception.
Exception Info: System.Xml.XmlException
Stack:
at System.Xml.XmlTextReaderImpl.Throw(System.Exception)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(System.String)
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XDocument.Load(System.Xml.XmlReader, System.Xml.Linq.LoadOptions)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.DoGet(System.String)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.RequestFederationProviderInfo(System.String)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.GetFederationProviderInfo(System.String)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.InitFederationProviderInfoForUser(System.String)
at Microsoft.SharePoint.Client.Idcrl.IdcrlAuth.GetServiceToken(System.String, System.String, System.String, System.String)
at Microsoft.SharePoint.Client.Idcrl.SharePointOnlineAuthenticationProvider.GetAuthenticationCookie(System.Uri, System.String, System.Security.SecureString)
at Microsoft.SharePoint.Client.SharePointOnlineCredentials.GetAuthenticationCookie(System.Uri, Boolean)
at Microsoft.SharePoint.Client.ClientRuntimeContext.SetupRequestCredential(Microsoft.SharePoint.Client.ClientRuntimeContext, System.Net.HttpWebRequest)
at Microsoft.SharePoint.Client.SPWebRequestExecutor.GetRequestStream()
at Microsoft.SharePoint.Client.ClientContext.GetFormDigestInfoPrivate()
at Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest()
at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
at SharepointOnline.SPOneDriveSync.createFolder(System.String)
at SharepointOnline.Program.Main(System.String[])
Any help?
thanks
Vimal
regards Vimal