Addin in vb.net

For those who write addin in VB.NET
Do you turn "Option Strict" on or off?
if it's on, then

swApp = CType(CreateObject("SldWorks.Application"),SldWorks.SldWorks)

instead of:
CreateObject("SldWorks.Application")

Thx, ChrisSolidworksApi macros