Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I exclude a page/document from compiler?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01538933
Message ID:
01539118
Vues:
37
>>>Hi,
>>>
>>>I want to clean up a lot of my pages (basically remove old commented code). But before I do I want to save these pages into one .CS file (as a backup) so that if I need to I can go back to lookup old code.
>>>
>>>But I know that the compiler will "complain" about many "wrong" things in this .CS file. Is there a way to exclude this page from the compiler?
>>>
>>>TIA.
>>>
>>>UPDATE. I found that setting Build Action property to None does what I am looking for.
>>
>>You can also just exclude files from the project (right click a file - pick Exclude from Project). The files will still be visible in the project tree but they will not be part of the build process at all.
>
>I did try that (before using Build Action) but for some reason the files I excluded would not be visible in the Project. I will try again to see if maybe I missed something. Thank you.

Up at the top of the Solution Explorer you'll need to select the button to Show All Files.
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform