If you get “Unable to Attach to Process” inside Visual Studio 2003 when trying to attach to a BTSNTSvc.exe process for CLR type debugging, if .NET Framework 2.0 is installed on the machine, add the following to BTSNTSvc.exe.config: <startup><required... version="v1.1.4322" /></startup> I know I've seen this posted somewhere before, but had a hard time tracking it down again. ...means one more posting is needed IMO. Later...
The following code is for quick and dirty command line program that generates an XML instance from an XML-serializable .NET class. It uses BizTalk 2004's instance generation capabilities, so if you happen to find that useful, this code allows you to use it with .NET classes. For example, let's say you have a complex configuration class ServiceConfiguration in assembly c:\whatever\TheSystem.Confi... and you compile the code below to btsi.exe, the following command will generate a sample...