BizTalk 2013R2 CU2 available for download
BizTalk 2013 R2 CU2 is now available for installation. You can find it here:
https://support.microsoft.com/en-us/kb/3119352
UPDATE 21/1/2016 The following described warning has been fixed and now the CU updates the BizTalk binaries with out any known issues:
Warning: There was an undocumented issue with this CU. After installing it you might get the following exception:
System.TypeLoadException: Method 'get_UseXSLTransform' in type Name of your type from assembly ‘name of your assemblydoes not have an implementation.
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
at System.Type.GetType(String typeName)
If you get this the only way to fix it is by redeploying the assembly again (no need to redeploy the BizTalk application AFAK) Microsoft is working on it to fix it as soon as possible.
Happy and safe update :-)
Comments
Anonymous
January 20, 2016
Thank you, how do I verify that CU2 was applied successfully ? Thanks a lot! BR, RomanAnonymous
January 20, 2016
Hi Tuchyna, If you review the KB, normally you will see the version of the dlls that are changed during the update. You could check that version in your environment. If the same, update done!Anonymous
March 28, 2016
Hi,In case of clustered environment, Do you need to install this on SQL servers also (or just on BizTalk server machine) ?Regards,Anil Talavadekar- Anonymous
April 09, 2016
Hi Anil,Only in BizTalk Server boxes :)
- Anonymous