Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

Reply To: RibbonApplicationMenu Clr.dll crash with stackoverflow

$
0
0

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"!


Viewing all articles
Browse latest Browse all 14170

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>