Error message > cannot find drawing - activex (during create object in vb.net)

Hello,

May I know what this message error while I try to createobject("Draftsight Application") in vb.net?

Since I'm not create this small program by using add in. Therefore, I will not much using getobject()

 

dsApp = CreateObject("Draftsight.Application") -----> message error will prompt out

dsApp = GetObject(, "DraftSight.Application") ------> message error will not prompt out

Best regards,

KS Wong