Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I want to ask qusetion all of you about .net ActiveX. How can manage .net ActiveX memory in C#?

Because i have create ActiveX in MS .net. it is use in MS.Access,Siemens Winncc SCADA.So the problem is my wincc scada after some day automatically hang.i take action is there restart PC or close wincc scada then scada working well again.
Regards,
OM
Posted
Comments
Prasad Khandekar 24-May-13 1:31am    
It might be the problem with your active-x control. May be you are not cleaning up resource handles properly. Please check your code and ensure that you are releasing the resource handles e.g. A File, A Stream etc.

Regards,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900