JasonK's Fun Facts

August 2007 - Posts



Full debugger support in BlackPearl for setting breakpoints and such is on its way. In the meatime, save yourself some manual debugging hassle by emitting messages to the BP Console with this code: string loggedInfoSource = string.Format("{0}/{1}", K2.ProcessInstance.Process.Name, Read More...
 
 


Hate having to crack open the InfoPath file just to get the appropriate namespaces for your XPath queries? System.Xml.XmlNamespaceManager nsm = ...; // ... nsm.AddNamespace("my", "http://schemas.microsoft.com/office/infopath/2003/myXSD/2006-04-20T16:26:21"); Read More...