Ed "Over" Ip

Archive for the ‘Tech’ Category

25 Mar, 2010

Customizing Team Foundation Build

Posted by: eip In: Tech

If you are going to customize your TFS build, be aware of the existing targets and here and the order they are executed. You might be able to reuse and not reinvent the wheel.

This is an oldie but goodie describing potential interop issues between WebSphere and .Net web services.

I am writing this down more to remind myself but if this become useful to anyone else, great!
XmlValidationStep:  It is the equivelent to using SelectSingleNode and must resolve to a node set
XmlValidationStepEx:  It utilizes XPathNavigator.  XmlValidationStepEx should be used when evaluating against functions such as Count()

I am sad to say that as I write this, the information is already irrelavant, however I feel it should be written simply because it is a problem nonetheless.
The circumstances (long story, will post about it later) around the BizTalk 2009 project I’m working on is forcing us to, most than likely use SOAP adapter [...]

27 May, 2009

Installing ESB 2.0 CTP2 on x64

Posted by: eip In: Tech

Took me a 2 days to figure this out, so thought to pass it along.  If you try to install Enterprise Service Bus Guidance 2.0 CTP2 on x64, it will throw an error similar to “The Application required Enterprise Library version 4.  Please install the Enterprise Library V4 and then run the installer.”

The problem is that [...]