Click here to Skip to main content
15,888,026 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: some explanations for negative ratings Pin
Nick Polyak8-Apr-18 15:33
mvaNick Polyak8-Apr-18 15:33 
GeneralRe: some explanations for negative ratings Pin
Nick Polyak8-Apr-18 15:40
mvaNick Polyak8-Apr-18 15:40 
GeneralRe: some explanations for negative ratings Pin
Richard MacCutchan8-Apr-18 22:12
mveRichard MacCutchan8-Apr-18 22:12 
GeneralRe: some explanations for negative ratings Pin
Kornfeld Eliyahu Peter8-Apr-18 23:41
professionalKornfeld Eliyahu Peter8-Apr-18 23:41 
GeneralRe: some explanations for negative ratings Pin
Nick Polyak9-Apr-18 0:26
mvaNick Polyak9-Apr-18 0:26 
SuggestionEver sorry if this has already been posted ... Pin
RedDk6-Apr-18 10:34
RedDk6-Apr-18 10:34 
GeneralRe: Ever sorry if this has already been posted ... Pin
Chris Maunder6-Apr-18 11:56
cofounderChris Maunder6-Apr-18 11:56 
BugBroken article link on home page Pin
Richard Deeming6-Apr-18 7:51
mveRichard Deeming6-Apr-18 7:51 
The link on the home page to the article in the approval queue seems to be broken:
Sql Dependency using entity framework in wpf[^]

In Firefox, it eventually returns a "this page isn't redirecting properly" error.

In Fiddler, it bounces between two different URLs:
  1. /script/Articles/ArticleVersion.aspx?waid=260035&aid=1238360 ⇒ 302 redirect to:
  2. /Articles/1238360/Article ⇒ 301 redirect to:
  3. /script/Articles/ArticleVersion.aspx?waid=260035&aid=1238360 ⇒ 302 redirect to:
  4. /Articles/1238360/Article ⇒ 301 redirect ...
  5. After 12 redirects, Fiddler gives up.

302 response: (Cookies redacted)
HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: /Articles/1238360/Article
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Set-Cookie: vk=........-....-....-....-............; domain=.codeproject.com; expires=Sat, 06-Apr-2019 04:00:00 GMT; path=/; HttpOnly
Set-Cookie: SessionGUID=........-....-....-....-............; path=/; HttpOnly
Date: Fri, 06 Apr 2018 17:41:59 GMT
Content-Length: 142

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/Articles/1238360/Article">here</a>.</h2>
</body></html>

301 response: (Cookies redacted)
HTTP/1.1 301 Moved Permanently
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: /script/Articles/ArticleVersion.aspx?waid=260035&aid=1238360
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Set-Cookie: SessionGUID=........-....-....-....-............; path=/; HttpOnly
Date: Fri, 06 Apr 2018 17:42:00 GMT
Content-Length: 736

<!DOCTYPE HTML>
<html><head><title>Error</title></head>
<body style='background-color:black;color:white;padding:20px'>
<div style='font-family:"Segoe UI",Arial, sans-serif;font-size:16px;clear:all;color:white; width:800px;margin:auto'>
    <img src='/images/evil-hamsters.jpg' height='560px' width='800px' alt='What the...?' />
    <h2 style='color:#f90;font-weight:200;font-size:40px'>There seems to be a problem </h2>
    <p>We're not sure what, but we have a few guesses.</p>

    <p>Problem: Value cannot be null.
Parameter name: source <br />
    Ticket: 81160 <br />
    Server: Web04</p>
    <br /><br />
    <p>Click <a style="color:orange" href='/'>here</a> to return to the homepage.</p>
</div>
</body>
</html>




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


BugTime zone in profile has changed Pin
Jochen Arndt6-Apr-18 0:46
professionalJochen Arndt6-Apr-18 0:46 
SuggestionRandom logging out. Pin
Pete O'Hanlon5-Apr-18 4:10
mvePete O'Hanlon5-Apr-18 4:10 
GeneralRe: Random logging out. Pin
R. Giskard Reventlov5-Apr-18 6:19
R. Giskard Reventlov5-Apr-18 6:19 
GeneralRe: Random logging out. Pin
User 110609796-Apr-18 5:42
User 110609796-Apr-18 5:42 
GeneralRe: Random logging out. Pin
Pete O'Hanlon6-Apr-18 5:57
mvePete O'Hanlon6-Apr-18 5:57 
GeneralRe: Random logging out. Pin
User 110609796-Apr-18 6:14
User 110609796-Apr-18 6:14 
GeneralRe: Random logging out. Pin
The pompey6-Apr-18 5:59
The pompey6-Apr-18 5:59 
GeneralRe: Random logging out. Pin
Chris Maunder6-Apr-18 10:21
cofounderChris Maunder6-Apr-18 10:21 
GeneralRe: Random logging out. Pin
Pete O'Hanlon10-Apr-18 2:39
mvePete O'Hanlon10-Apr-18 2:39 
GeneralRe: Random logging out. Pin
Chris Maunder10-Apr-18 3:57
cofounderChris Maunder10-Apr-18 3:57 
GeneralRe: Random logging out. Pin
Pete O'Hanlon10-Apr-18 5:45
mvePete O'Hanlon10-Apr-18 5:45 
GeneralRe: Random logging out. Pin
Richard MacCutchan12-Apr-18 0:49
mveRichard MacCutchan12-Apr-18 0:49 
GeneralRe: Random logging out. Pin
Pete O'Hanlon13-Apr-18 21:21
mvePete O'Hanlon13-Apr-18 21:21 
GeneralRe: Random logging out. Pin
Chris Maunder15-Apr-18 16:33
cofounderChris Maunder15-Apr-18 16:33 
GeneralRe: Random logging out. Pin
Pete O'Hanlon15-Apr-18 20:53
mvePete O'Hanlon15-Apr-18 20:53 
GeneralRe: Random logging out. Pin
Chris Maunder17-Apr-18 10:32
cofounderChris Maunder17-Apr-18 10:32 
GeneralRe: Random logging out. Pin
Pete O'Hanlon17-Apr-18 10:51
mvePete O'Hanlon17-Apr-18 10:51 

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

Flags: AnsweredFixedUnable to replicate

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