You only see the [Calls CALLS] text when the system has been compiled in Debug mode.
I've compiled the project (publishing command) but I still see:
The Publishing command is not the best way to compile the project. Use the Build command instead.
On the toolbar is likely a dropdown that says Debug or Release. Select Release to get rid of the debug code.
Oky! if I use the publish command I see the results in the Precompiled folder ... If I use the BUILT??? I will copy on my server all the files of my project?Thanks!
You should be making the builds locally and testing locally. You only need to publish once a week or so to get it to the production server. In any case, when testing, you build in Debug mode and publish in Release mode.