I'm trying to publish a new .NET web app to our development environment version 9.1.608.0
I'm getting this error which none of our other developers have seen:
Error message from node agiledev (127.0.0.1): Internal ErrorValue cannot be null.Parameter name: sSystem.ArgumentNullException: Value cannot be null.Parameter name: s at System.IO.StringReader..ctor(String s) at System.Xml.XmlDocument.LoadXml(String xml) at OutSystems.HubEdition.DeployService.Deploy.#Y4e(String espaceName, Boolean isMTeSpace, String testAreaName, Boolean partial, String uniqueId) at OutSystems.HubEdition.DeployService.Deploy.#W4e(String espaceName, String espaceKey, Int32 espaceVersionId, Boolean fromSS, Boolean developmentMode, String testAreaUser, Boolean partial, DateTime lastZipTimestamp, String uniqueId, IEnumerable`1 onDeployInvokeUrls) at OutSystems.HubEdition.DeployService.Deploy.#P4e(DeployEspaceChangeVdirMsg deployEspaceChangeVdirMsg)CompModule : Broadcast Message
I was able to resolve this error. Apparently, a single column identity table is not allowed. Once I added a second column, the error was resolved.
Hey JX,
can you show the Error Log from Service Center?
VC