Click here to Skip to main content
15,908,444 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Keeping Command Console Open After Running Process Pin
Tristan Rhodes23-Aug-09 22:59
Tristan Rhodes23-Aug-09 22:59 
Questionautopositioning in visual studio 2008 Pin
myinstincts20-Aug-09 21:28
myinstincts20-Aug-09 21:28 
AnswerRe: autopositioning in visual studio 2008 Pin
Eddy Vluggen20-Aug-09 22:34
professionalEddy Vluggen20-Aug-09 22:34 
Questionpartition in windows form Pin
myinstincts20-Aug-09 19:20
myinstincts20-Aug-09 19:20 
AnswerRe: partition in windows form Pin
Suresh Suthar20-Aug-09 20:31
professionalSuresh Suthar20-Aug-09 20:31 
GeneralRe: partition in windows form Pin
myinstincts20-Aug-09 21:48
myinstincts20-Aug-09 21:48 
GeneralRe: partition in windows form Pin
Hristo-Bojilov20-Aug-09 23:05
Hristo-Bojilov20-Aug-09 23:05 
QuestionDebugging Weirdness [SOLVED] Pin
#realJSOP20-Aug-09 9:03
professional#realJSOP20-Aug-09 9:03 
I have an event handler with three local variables defined, all of which are strings.

When I set a breakpoint on the first item, and try to step through the code, the debugger jumps completely over these two lines:

string tableName = "";
string fieldName = "";


If I try to set a watch on them, the watch window reports that they're not part of the current context.

I've tried creating a new method, renaming the vars to something guaranteed to be unique in the app, shutting the IDE down, unloading/reloading the project, and taking out everything but those two lines of code. Nothing has solved the issue.

EDIT --------------------------

I was compiling to "Any CPU", and I was supposed to be compiling to "X86" (it's a ODBC driver thing). Changed it to X86, and everything is fine now (that means I'm back to more understandable defects in the code).


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


modified on Thursday, August 20, 2009 6:27 PM

AnswerRe: Debugging Weirdness Pin
Dave Kreskowiak20-Aug-09 9:51
mveDave Kreskowiak20-Aug-09 9:51 
GeneralRe: Debugging Weirdness Pin
#realJSOP20-Aug-09 12:09
professional#realJSOP20-Aug-09 12:09 
AnswerMessage Removed Pin
20-Aug-09 10:18
professionalN_tro_P20-Aug-09 10:18 
GeneralRe: Debugging Weirdness Pin
#realJSOP20-Aug-09 12:11
professional#realJSOP20-Aug-09 12:11 
QuestionCustomizing the Winfom WebBrowser control Pin
astibich219-Aug-09 18:08
astibich219-Aug-09 18:08 
AnswerRe: Customizing the Winfom WebBrowser control Pin
Nicholas Butler20-Aug-09 0:22
sitebuilderNicholas Butler20-Aug-09 0:22 
QuestionCustomization of the Installation setup in .net framework 2.0 Pin
Arokiamary19-Aug-09 18:02
Arokiamary19-Aug-09 18:02 
AnswerRe: Customization of the Installation setup in .net framework 2.0 Pin
Hristo-Bojilov20-Aug-09 3:04
Hristo-Bojilov20-Aug-09 3:04 
AnswerRe: Customization of the Installation setup in .net framework 2.0 Pin
Jack Vanderhorst20-Aug-09 12:48
Jack Vanderhorst20-Aug-09 12:48 
QuestionVPL GUI Pin
80noos0819-Aug-09 11:28
professional80noos0819-Aug-09 11:28 
QuestionASP.NET not executing Oracle query Pin
Hammad Mansoor18-Aug-09 20:45
Hammad Mansoor18-Aug-09 20:45 
AnswerRe: ASP.NET not executing Oracle query Pin
Kalyan_A19-Aug-09 3:08
professionalKalyan_A19-Aug-09 3:08 
QuestionObfuscator Pin
Suren_112618-Aug-09 18:39
Suren_112618-Aug-09 18:39 
AnswerRe: Obfuscator Pin
Moreno Airoldi18-Aug-09 22:51
Moreno Airoldi18-Aug-09 22:51 
GeneralRe: Obfuscator Pin
Hristo-Bojilov19-Aug-09 1:41
Hristo-Bojilov19-Aug-09 1:41 
GeneralRe: Obfuscator Pin
Moreno Airoldi20-Aug-09 0:06
Moreno Airoldi20-Aug-09 0:06 
QuestionASP.Net Activex problem Pin
smamidi18-Aug-09 11:53
smamidi18-Aug-09 11:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.