Sorry, I didn't save the file.
But you just need to change your guess of C:=0.2 to, lets say, C:=2 and you will get the positive results.
You may experiment with different values.
The reason I turned the solve block into a function of the guess for C was because I wanted to be able to show the effects of different guess values side by side without the need to make multiple screen shots.
If you want to do this, you just have to modify the last line in the solve block to read f(C):=minerr(...) and delete the = after the minerr command - you can see it in the screenshot I posted.
Of course you also have to delete the guess C:=0.2 on top of the solve block.