Hi All,
We had one issue in our environment, where BizTalk rules were not getting fired.
We are able to process same rules in another environment.
After troubleshooting, we found the issue with BizTalk rule engine static support. In our rule, we use .net static class to fetch some information.
For that, we need to create the registry entry. This is must for BizTalk rules that uses .net static classes
https://msdn.microsoft.com/en-us/library/aa950269.aspx
regards,
Chaitanya