Monthly Archives: July 2005

WMI Out Of Memory issues

I have been working on an automated way of deploying BizTalk assemblies, orchestrations and bindings without having to use NAnt or MSBuild this week. It has thrown up a problem that lots of people must have if they are doing … Continue reading

Posted in BizTalk, C# Snippets | Comments Off

Process.Start and required input

I had an issue with Process.Start today. I was trying to call an executable that requires the user to confirm the action with a keystroke, in this case “y”. As far as I am aware, there is no mechanism within … Continue reading

Posted in C# Snippets | Comments Off

Return multiple values from a method

This falls under the category of “I would have known about this if I was not self-taught, and it would have saved me so much time.” In general, the methods I have written in the past have only been able … Continue reading

Posted in C# Snippets | Comments Off