How to use COM components in .net application
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, I have a question on COM components. After usage of com component how to clean up the com component , Can someone suggest me how can i proceed ,
Thanks Mukkanti
-
hi all, I have a question on COM components. After usage of com component how to clean up the com component , Can someone suggest me how can i proceed ,
Thanks Mukkanti
You have to explicitly clean the com object in your code. Use override dispose function in class where you are using the com class and after using the com object clean it in your dispose function.
Sarvesh Upadhyay Senior Software Engineer Birlasoft India Ltd. Microsoft Certified Professional Developer in Dotnet 2.0 Enterprise Application