Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Obtaining line numbers in client site
Message
 
 
À
07/08/2005 15:15:45
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01039201
Message ID:
01039268
Vues:
13
This message has been marked as the solution to the initial question of the thread.
Hi Michel,

the version at the client's site is probably compiled in release mode, which drops the line numbers. You can either compile in debug mode for testing or you can set the build properties for release. Right-click the project, properties make sure it's set to release configuration and under the build settings enable the "Generate Debugging Information" box. You'll need to deploy the .PDB files as well.
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform