I have built a composite control using ATL 6.0 I get the following error message duign registering

Performing registration
The system cannot execute the specified program.
Server registration done!

Composite.dll - 0 error(s), 0 warning(s)


Under Project settings, Custome Build the follwoing was automatically placed as:

"$(TargetPath)" /RegServer
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
echo Server registration done!

What is the problem?

Thanks

Jim Bassett