Answered by:
Move Thread failing with 404 for some threads

Question
-
In the forums today trying to move some threads is suddenly generating a 404.
I'm trying to move these threads to Windows Forms.
https://social.msdn.microsoft.com/Forums/en-US/3f09b59d-0875-4ae5-a9f7-77b4d42ad913/how-to-print-graphical-display-of-the-form-in-winform?forum=csharpgeneral
Tries to go to URL (https://social.msdn.microsoft.com/Forums/en-US/3f09b59d-0875-4ae5-a9f7-77b4d42ad913/action/move) and generates a 404. I tried to put in a note asking this user to post the question in the other forum and it generates an Unexpected Error.
Yet other threads work just fine. I moved several threads to Off Topic without issue. I have tried across multiple browsers and they all do the same thing.
Michael Taylor http://www.michaeltaylorp3.net
Answers
-
This is a known issue that engineering is currently working on. I'll post an update here when they say its fixed.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Edited by Dave PatrickMVP Monday, August 19, 2019 2:05 PM
- Proposed as answer by Richard MuellerMVP Monday, August 19, 2019 2:08 PM
- Marked as answer by Richard MuellerMVP Monday, August 26, 2019 12:21 PM
All replies
-
This is a known issue that engineering is currently working on. I'll post an update here when they say its fixed.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Edited by Dave PatrickMVP Monday, August 19, 2019 2:05 PM
- Proposed as answer by Richard MuellerMVP Monday, August 19, 2019 2:08 PM
- Marked as answer by Richard MuellerMVP Monday, August 26, 2019 12:21 PM
-
-
I'm encountering an error message: unexpected error
When I try to reply to a post. Any ideas as to why?
I'm able to create and edit my posts.
- Edited by 4jastevens Monday, August 19, 2019 4:45 PM
- Moved by Tom Phillips Monday, August 19, 2019 5:03 PM Forum issue
- Merged by Dave PatrickMVP Monday, August 19, 2019 6:13 PM same issues
-
I experienced the same since last week Friday.
Additionally, some of my replies got deleted.
And some inserted/embedded pictures got replaced with some other not relevant pictures.
It seems that Microsoft forum back-end is having some 'technical difficulties'.
- Edited by Yitzhak Khabinsky Monday, August 19, 2019 4:57 PM
-
-
Hi 4jastevens,
For the question you post here , here's the answer:
DECLARE @sql NVARCHAR(MAX)='' DECLARE @Month as Int SET @Month = 2 SET @sql = 'Select '+ CAST(@Month as nvarchar)+' as MTD' + CAST(@Month as nvarchar(2)) print ( @sql ) exec ( @sql ) /* Select 2 as MTD2 MTD2 ----------- 2 */
Hope that could help.
Sabrina
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com. -
-
Glad to hear that. I think it was specific threads that were affected during roll back that occurred a few days ago. The ones I'm aware of still have problem. I've asked again about them but there doesn't seem to be much enthusiasm to fix them.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Edited by Dave PatrickMVP Wednesday, August 21, 2019 2:21 PM