Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 28th, 2006, 9:58 AM   #1
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
? Breakpoint problem

OK, this is insane. Me and 2 other people have been working constantly on our large program AutoSS (for work). And just yesterday and junior programmer using the application (on a day to day bases) comes to me and my friend with a printed out unhandled exception. Giving us a process ID and such. Well we never had this problem before performing the specific task. Well when i came into work this morning i immediatly attempted to troubleshoot the issue. Well when i insert a Breakpoint it's all fine and dandy until i run the application causing the nice red breakpoint circle to contain a question mark within in. My friend tells me this is to the Assemblies not lining up in memory or something? Anyway we have no clue what is going on here and have no work around for it. So as of right now it is tremendously slowing down production causing chaos and panic. Thanks for your time!

Kilo
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Old Jul 29th, 2006, 11:47 AM   #2
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
I had this problem once, kind of... basically what I was doing wrong was my application was linking with othr assemblies there were part of the project. Only when I was debugging some assemblies were being compiled without debugging information and some assemblies were compiled with desbugging information. Well this causes a BIG problem. First off is that debugging simply will not work an assemblies without debugging info compiled and, and as it ends up objects are complete different between debug and optimized assemblies, you can not cast the same object across two assemblies if they are not compiled in the same manner because the object interfaces are different.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote
Old Jul 31st, 2006, 1:49 PM   #3
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
So in your opinion what should be done to resolve this issue?
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Old Jul 31st, 2006, 2:07 PM   #4
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 4 MBirchmeier is on a distinguished road
Quote:
Originally Posted by Kilo
So in your opinion what should be done to resolve this issue?
Have you made sure all of your code got re-compiled in debug mode. Not having the specified component get the debug flag is the most common cause of the ? for me.

If not that does this chunk of code get compiled into a dll instead of into the execution. That's my second main viewage of the ?.

-MBirchmeier
MBirchmeier is offline   Reply With Quote
Old Aug 1st, 2006, 9:18 AM   #5
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
Hmm i tried that.. doesn't have any effect.
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stuck with a C problem Polaris C++ 8 Aug 19th, 2006 4:30 PM
cgi/perl script + IE problem joyceshee Perl 2 Jan 24th, 2006 12:10 PM
Variable array problem Hintshigen C 6 Apr 10th, 2005 3:35 PM
help with recursion problem the_new_guy_in_town Java 3 Apr 7th, 2005 4:04 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:14 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC