I am working through "Tutorial: Developing .NET Managed COBOL", trying to learn Visual COBOL.
I developed Form1, then Menu1 and made it my startup program - all fine and working. Then to extend the exercise I added a button to Menu1 to call Form1 using the cobol command
call"Form1".
but it fails with error "173 Called program file not found in drive/directory [Form1]"
What can I be doing wrong? Please help! Surely the syntax is correct, and both forms can be seen in Solution Explorer.