Search found 1 match

by Franz Thomsen
Tue Oct 07, 2008 7:58 am
Forum: ActiveX
Topic: Releasing ActiveX in .Net application
Replies: 1
Views: 3185

Releasing ActiveX in .Net application

Hi I'm using the TeeChart8.ocs in a .net application but have quite some difficulties in releasing the object again: When doing: TChart chart = new TChartClass(); System.Runtime.InteropServices.Marshal.ReleaseComObject(chart); chart = null; procexp.exe still reports that the application is using it....