.net - How to determine Threading Model of given COM library? -
i have com library should use in asp.net mvc application. unsure thread apartment model. how can determine it?
determine component's clsid
registry using key:
hkey_classes_root\{component's progid}\clsid
then lookup threadingmodel
using registry key
hkey_classes_root\clsid\{component's clsid}\inprocserver32\threadingmodel
Comments
Post a Comment