954,135 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

.Net development environment bug w/ asp code?

An interesting thing happened to me today. I'm converting an asp webpage to asp.net. One of my pages has functions from another file imported through the



format. When debugging, instead of stepping into the myfile.function, the debugger starts stepping through what appears to be a random segment of the code on the current page, except that it stepps in the pattern of the code on the myfile page. it steps in this bizzare manner until it has finished with the "ghost code" (which I like to call it) and returns the proper value to the original function call.

Is there a bug whereby VS .Net 2003 cannot handle debugging using include file linkage? This is not an emergency but is really curious and is a pain since I can't watch variables on the myfile code when this happens. One of the wierder things I've ever seen.

James

jcbraith
Newbie Poster
3 posts since May 2007
Reputation Points: 10
Solved Threads: 0
 

are you using c# or vn.net?

campkev
Posting Pro in Training
484 posts since Jul 2005
Reputation Points: 14
Solved Threads: 19
 

It's vb.net code (mostly upgraded from vbscript through a converter).

jcbraith
Newbie Poster
3 posts since May 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You