Unable to refresh the BizTalk Group Hub
I have occasionally gotten either of the following errors in my BizTalk Administration console, and am then unable to refresh the BizTalk Group Hub: "An instance of the FreeThreadedDOMDocument class...
View ArticleYay, we’re still relevant
Just incase you haven’t read this amongst the other 7394 blog posts today, Microsoft have confirmed the next version of BizTalk Server 2006 R3 2009. Here’s the official Roadmap page. Looks like...
View Article“Filtering” a document
Just a quick lesson learnt from a recent project, as I know I’m going to need to do this again. Filtering down an Xml document in a map based on the existance or value of an element or attribute. For...
View ArticleCalling custom stored procedures using CodeSmith
Calling a custom stored procedure using the .NetTiers template in CodeSmith couldn’t be easier. You just make sure your procedure uses the standard naming convention of _{TableName}_{CustomMethodName}...
View ArticleUnlocking a file from TFS
Inevitably somebody on the team goes away on holidays and forgets to check everything into TFS (guilty, as charged!) There’s no facility to unlock somebody else’s files through TFS Explorer, so we have...
View ArticleAdding a Sql user that already exists
Occasionally I’ll need to copy a database over to my dev machine in order to be able to work offline. USE <Target_Database> EXEC sp_change_users_login 'Update_One', '<Server_User>',...
View ArticleDebugging BizTalk instances – which one to attach to?
A good hint from Michael. Determine the Process Id of a specific BTNTSVC.exe instance using the following command line: tasklist /svc /fi "imagename eq btsntsvc.exe"
View ArticleEssential plugins for Notepad++
I really, really like Notepad++ as a drop-in replacement for the standard Windows Notepad. It’s fast, light-weight, can open just about any file format, regardless of encoding or byte-order marks. And...
View ArticleReplacing an existing TFS user workspace
I recently ran into a situation where I had “inherited” a laptop from a previous developer on a project. This laptop was on the customer’s domain, and had been configured for source control using Team...
View ArticleAdd context menu item to Visual Studio
Here’s a nifty way to add a ‘Run in Command Prompt’ context menu item to the Visual Studio solution explorer....
View Article