Articles
-
CPAM.exe does not work now - crashes. It's due to some recent change Chris made.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkTHAT BASTARD! :)
"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 -
CPAM.exe does not work now - crashes. It's due to some recent change Chris made.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkHmmm, I don't see anything that would trigger a problem... How many articles do you have?
"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 -
Simmons' injuries are self-inflicted... and to follow on your analogy, Simmons would've also been stripped of medals won on any sport because of his many bigotted comments. This is a technical site.
I disagree. This is a technical community. Technical sites don't have Lounges, leckeys, or hamsters.
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
Platinum membership is a pretty exclusive group though. I think Gold should be a lot more exclusive than it is, but it seems few if any other members agree with that view. I definitely disagree with the number of posts being a consideration in user status.
"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/2001I think the number of posts should be one of the factors, since it is indicative of involvement with the community.
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
Hmmm, I don't see anything that would trigger a problem... How many articles do you have?
"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/2001John Simmons / outlaw programmer wrote:
Hmmm, I don't see anything that would trigger a problem...
The problem was in ProcessArticle - this line was crashing (exception message said - "input string was not in a proper format") :-
//article.LatestRating = Convert.ToDecimal(rating);
I commented it out and replaced it with this hack-fix :-article.LatestRating = Convert.ToDecimal(rating.Replace("/5", ""));
But I am sure the proper fix needs to be done elsewhere.Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
John Simmons / outlaw programmer wrote:
Hmmm, I don't see anything that would trigger a problem...
The problem was in ProcessArticle - this line was crashing (exception message said - "input string was not in a proper format") :-
//article.LatestRating = Convert.ToDecimal(rating);
I commented it out and replaced it with this hack-fix :-article.LatestRating = Convert.ToDecimal(rating.Replace("/5", ""));
But I am sure the proper fix needs to be done elsewhere.Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkI wonder if that snuck in during one of my updates. I had to fix the same thing on my newer article I'm writing...
"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 -
I disagree. This is a technical community. Technical sites don't have Lounges, leckeys, or hamsters.
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
What? No leckeys?! :omg:
-
I wonder if that snuck in during one of my updates. I had to fix the same thing on my newer article I'm writing...
"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/2001You need to offshore your QA team! :)
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
You need to offshore your QA team! :)
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
Actually, I think Chris added the "/5" to the string I was parsing. I did mention that the code in the article was subject to the whims of the site admin. Chris has promised a CodeProject API to replace my work-around, but the delivery time frame has not yet been established.
"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 -
Actually, I think Chris added the "/5" to the string I was parsing. I did mention that the code in the article was subject to the whims of the site admin. Chris has promised a CodeProject API to replace my work-around, but the delivery time frame has not yet been established.
"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/2001John Simmons / outlaw programmer wrote:
Chris has promised a CodeProject API
You should go directly to the hamster chief. I'm sure there's a backdoor.
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]