I’ve downloaded the xCBL 3.5 schema from their webiste. When just including the Order.xsd schema in a BizTalk Project, I got following error when building ….
Maand: januari 2011
It’s possible u receive following error when generating a .chm file with BizTalk Documenter: “unable to locate the help compiler executable“. The reason for this ….
The SQL Server 2008 R2 Update For Developers Training Kit January 2011 Update is released. This is a great resource for developers, trainers, consultants and ….
Gartner publishes an examiniation of vendors whose products provide features that address the needs of systematic A2A, B2B and cloud-based application integration projects. Microsoft, with ….
As a developer you’ll often need to place an assembly into the GAC (Global Assemblie Cache).There are several ways to do this. You can do ….
Creating an SQL string in C# is a poor way to do it. It might give problems with some special characters, even the data retrieved ….
Converting from String to DateTime Using Convert.ToDateTime method might give you the error ‘String was not recognized as a valid DateTime’.Following code for example will ….
It’s possible that you’re not able to add a biztalk project in your visual studio 2008.The likely cause is a new visual studio 2008 installation, ….
I found a neat blog on the use of the BizTalk Orchestration Debugger.The blog provides a very extended guide to use the Orchestration Debugger.I even ….
To reduce the data size in our SQL tables we compress the full received message for all messages older than 90 days. To accomplish this ….