I am trying to compile a VB class into .netmodule, it refers to a motor control ActiveX file with namespace SCU
My command is:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Vbc.exe /t:module motorFunc.vb
But the compiler shows those errors:
Any suggestions?