Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtaining line numbers in client site
Message
From
08/08/2005 08:12:30
 
 
To
07/08/2005 15:15:45
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01039201
Message ID:
01039268
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform