| Programmatically Determine Method Name? (3 replies, VIP) |
| ASPFriends.com 'aspngdebug' list |
| In a Trace.Write() statement, is it possible to dynamically determine the current method's name and/or signature? I'm using this to get the current object: this.GetType().ToString() ".CreateChildControls() But I'd like to replace the hardcoded ".CreateChildControls()" with something automatic (to make it easier to cut and paste). Does such a call exist? Also, is there a way to get the current clas... |
|
| UNANSWERED : Writing an event log : User N/A ! ( (first posted on Jan 16) (3 replies) |
| ASPFriends.com 'aspngdebug' list |
| Copied from [aspngfreeforall] to [aspngdebug] by Charles M. Carroll charlesmarkcarroll@yahoo.com writing *useful/professional* event logs with VB6 was a real PIA, I've lost the count of how many times I've read LJ Jhonson article on the subject (on VBPJ, http://www.devx.com/premier/mgznarch/vbpj/2001/09sep01/lj0109/lj0109 1.asp) and I still think it's a real nightmare.... VB6 App.LogEvent sucks...... |
|
| Problems Debugging Web Services with Winforms client (2 replies, VIP) |
| ASPFriends.com 'aspngdebug' list |
| I am not able to step into code in my web service from my Win Forms project. I was able to do it when I was using RC1 (last week). I installed the release of .NET this week and when I went to debug the project (originally written in RC1) I was not able to step into the web service code. If I look into the source of the web service, I get a breakpoint with a question mark in it. If I mouse over I g... |
|
| Nested Try n Catch Statement (3 replies) |
| ASPFriends.com 'aspngdebug' list |
| Moved from [aspngfreeforall] to [aspngdebug] by Charles M. Carroll charlesmarkcarroll@yahoo.com Can I use nested Try statement? That's Try some statement which have Try statement inside ... Just like a Nested If situation? VS.NET Beta 2 didn't prompt me error when I'm using Nested Try statement, but I'm worrying will it effect correctly under the corresponding "Exception". :) Thanks, Peter Send an... |
|
| debug Symbols won't load (3 replies) |
| ASPFriends.com 'aspngdebug' list |
| Trying to debug my Web Application and I randomly get the error that my debug symbols were not loaded. The page runs great, but I cannot step though my code and all of the Breakpoints end up with question marks on them. I am working totally from my local machine (localhost). Can anyone explain why this happens and if its possible to fix it. Thanks! Devin |
|
| VS V1 Debug Problems (2 replies) |
| ASPFriends.com 'aspngdebug' list |
| Moved from [aspngfreeforall] to [aspngdebug] by Charles M. Carroll charlesmarkcarroll@yahoo.com We have VS V1 installed on 3 development machines and two function perfectly fine. One however will not let us debug our ASP.NET sites. It says something along the lines of not being an authorized user. I even went and added everyone to the debuggers group on the ACLs, but that did not seem to help. Do ... |
|