My build file is really simple as below:
<?xml version="1.0"?>
<project name="BuildActiveXWrapper" default="compile">
<target name="BuildAxWrapper" description="Creates a ActiveX wrapper for the VNC Viewer control">
<aximp ocx="C:\Program Files\SmartCode\ViewerX VNC Control\ActiveX - Dynamic\scvncctrl.dll" />
</target>
<target name="compile" depends="BuildAxWrapper" />
</project>
However when running with nant gives the following error:
Invalid element <aximp>. Unknown Task or data type.
Regards,
Kedar