Viewing 15 posts - 2,776 through 2,790 (of 9,707 total)
GAH.
"A breakpoint could not be inserted at this location."
And when I do find a place where I can insert a breakpoint, there is NOTHING in the immediate window. It's empty.
Useless....
March 11, 2015 at 11:55 am
The thing is, I don't want to add text to my web page. I want a popup box to appear that I can click off and let the code continue...
March 11, 2015 at 11:49 am
Sean Lange (3/11/2015)
Brandie Tarvin (3/11/2015)
Phil Parkin (3/11/2015)
Brandie Tarvin (3/11/2015)
Phil Parkin (3/11/2015)
What sort of C# app is this? Windows forms, console, web etc?
Ummm... That's a good question. Where would I look...
March 11, 2015 at 10:25 am
Sean Lange (3/11/2015)
Brandie Tarvin (3/11/2015)
Phil Parkin (3/11/2015)
What sort of C# app is this? Windows forms, console, web etc?
Ummm... That's a good question. Where would I look to find that information?...
March 11, 2015 at 10:22 am
Phil Parkin (3/11/2015)
Brandie Tarvin (3/11/2015)
Phil Parkin (3/11/2015)
What sort of C# app is this? Windows forms, console, web etc?
Ummm... That's a good question. Where would I look to find that information?...
March 11, 2015 at 10:10 am
Phil Parkin (3/11/2015)
What sort of C# app is this? Windows forms, console, web etc?
Ummm... That's a good question. Where would I look to find that information? (Someone else created it).
March 11, 2015 at 9:52 am
I've even tried putting it outside the switch and outside the foreach, and I'm still getting the error.
This is frustrating.
March 11, 2015 at 9:48 am
Phil Parkin (3/11/2015)
Try adding a couple more statements:
switch (name) {
case "Job1": this.DTDQC.Src = Page.ResolveClientUrl(imagename);
break;
case "Job2": this.XMEDPTX.Src = Page.ResolveClientUrl(imagename);
break;
default:
MessageBox.Show("hello, how are you");
break;
...
Nope. "The name 'MessageBox' does not exist in the current...
March 11, 2015 at 9:46 am
There is no indication of an error on the previous line.
I've tried to put it into a void method that calls a SQL proc.
void findstatus ()
...
March 11, 2015 at 9:34 am
GilaMonster (3/11/2015)
Brandie Tarvin (3/10/2015)
SQLRNNR (3/10/2015)
Jack Corbett (3/10/2015)
SQLRNNR (3/9/2015)
Jack Corbett (3/9/2015)
Grant Fritchey (3/9/2015)
By the way, Gianluca is a giant.
So this means if and when I meet Gianluca...
March 11, 2015 at 8:40 am
SQLRNNR (3/10/2015)
Jack Corbett (3/10/2015)
SQLRNNR (3/9/2015)
Jack Corbett (3/9/2015)
Grant Fritchey (3/9/2015)
By the way, Gianluca is a giant.
So this means if and when I meet Gianluca he'll have to...
March 10, 2015 at 12:26 pm
Jack Corbett (3/9/2015)
March 9, 2015 at 12:11 pm
dwain.c (3/8/2015)
The Performance of the T-SQL Window Functions[/url]
Except in cases where a query is really complex already and...
March 9, 2015 at 6:26 am
Turns out I have 244 rows that are sorta duplicated (dups, but not true dups when I look at some of the more unique columns).
So this means there is yet...
March 6, 2015 at 8:51 am
Eirikur Eiriksson (3/6/2015)
March 6, 2015 at 8:32 am
Viewing 15 posts - 2,776 through 2,790 (of 9,707 total)