Hi,
Forget about the interaction with the Safenet’s protection. I’ve just tried with the following unprotected code and the problem remains:
using System.Windows.Forms;
namespace WindowsFormsApplication1 {
public partial class Form1 : Form {
public Form1() {
InitializeComponent();
}
private void button1_Click(object sender, System.EventArgs e) {
MessageBox.Show("Before");
new C1.Win.C1Ribbon.RibbonApplicationMenu();
MessageBox.Show("After");
}
}
}
The COM client crashes after "Before"!