What happened to the GAC in .NET 4.0?

As you are well aware, all BizTalk programs must reside in the GAC. Many of use the “shell extension” to drag and drop programs to the GAC. But BEWARE, this tool is gone in .NET 4.0. See here for the Microsoft Official Statement: https://msdn.microsoft.com/en-us/library/vstudio/34149zk3%28v=vs.100%29.aspx Former link was moved by MSDN: http://msdn.microsoft.com/en-us/library/34149zk3.aspx “Beginning with the .NET […]

MSMQ in Clustered Environment

We recently learned that when you have MSMQ clustered, you cannot go to the normal “Manage Computer” to manage the queue. Instead, you have to run a special utility: <pre> MMCV –s YourMSMQClusterName </pre> The above utility can be downloaded from Microsoft.