This topic is locked
[SOLVED]

Print button and Export button not visible

10/12/2022 12:48:10 PM
ASPRunner.NET General questions
E
erosolmi author

I had a list page that was not configured to have Print and Export capabilities.
Some user asked to have them so I added both Print and Export to Excel and plublished project again.

There was no way to have Print button and Export functionality in the page until I tried to flag "Full build" in Output step.

Maybe it is by design but it took me a lot of time to get it because other minor changes to the page were applied even if "Full build" was off.

ASPRunner Net Ent. Build 39925

Ciao
Eros

Pete K 10/12/2022

I don't understand the question. I think it should be obvious that some changes might not get caught when doing a partial build. I also usually keep it set to partial build during early development to speed up rebuilds when making lots of changes. But it's not unusual for something to not work in that case. Often I have to do a full build to see some change. And of course, you should always do the full build before doing a final build before deployment.

Admin 10/12/2022

If you made some changes and they were not applied, Full Build is your next step, before anything else.

E
erosolmi author 10/13/2022

Maybe it is obvious but not for me. Now it is obvious
When I build a Visual Studio C# solution ... all objects in which there where some changes are rebuilded, the result is always coherent.

I looked at help and it says "Select the Full build checkbox to perform a full build of the project. Otherwise, the partial (faster) build is performed." so no real explanation of what will happen. Also it is not so "faster" at the end.

Anyway, from now on I will never remove that flag.

My intention for this post was to help others falling in similar situation.
At the end a forum is also for this purpose.