|
1. The lounge is for the CodeProject community to discuss things of interest to the community, and as a place for the whole community to participate. It is, first and foremost, a respectful meeting and discussion area for those wishing to discuss the life of a Software developer.
The #1 rule is: Be respectful of others, of the site, and of the community as a whole.
2. Technical discussions are welcome, but if you need specific programming question answered please use Quick Answers[^], or to discussion your programming problem in depth use the programming forums[^]. We encourage technical discussion, but this is a general discussion forum, not a programming Q&A forum. Posts will be moved or deleted if they fit better elsewhere.
3. No sys-admin, networking, "how do I setup XYZ" questions. For those use the SysAdmin[^] or Hardware and Devices[^] forums.
4. No politics (including enviro-politics[^]), no sex, no religion. This is a community for software development. There are plenty of other sites that are far more appropriate for these discussions.
5. Nothing Not Safe For Work, nothing you would not want your wife/husband, your girlfriend/boyfriend, your mother or your kid sister seeing on your screen.
6. Any personal attacks, any spam, any advertising, any trolling, or any abuse of the rules will result in your account being removed.
7. Not everyone's first language is English. Be understanding.
Please respect the community and respect each other. We are of many cultures so remember that. Don't assume others understand you are joking, don't belittle anyone for taking offense or being thin skinned.
We are a community for software developers. Leave the egos at the door.
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
modified 16-Sep-19 9:31am.
|
|
|
|
|
Wordle 422 5/6
⬛⬛⬛⬛🟨
🟩⬛🟨⬛🟨
🟩🟨🟨🟨⬛
🟩🟩⬛🟩🟩
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 422 6/6
⬜⬜⬜🟩⬜
⬜⬜⬜🟩🟩
⬜🟩⬜🟩🟩
⬜🟩⬜🟩🟩
⬜🟩🟩🟩🟩
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 422 4/6
⬜⬜⬜⬜🟨
⬜🟩🟨⬜⬜
⬜⬜⬜🟨⬜
🟩🟩🟩🟩🟩
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
Wordle 422 4/6
⬜🟨🟨⬜🟨
⬜🟩⬜🟩🟩
🟩🟩⬜🟩🟩
🟩🟩🟩🟩🟩
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Breaking news:
As we could not cope with the Ossenstal pancake yesterday in Epe, we took it home in a doggybag.
Well not exactly a doggybag, the restaurant provided us with a quite luxurious box that looked a bit like a pizza delivery box.
We decided to warm it up in the airfryer, and to our surprise it tasted even better than the day before!
Nice and crispy, and we had some vanilla ice beside it 
|
|
|
|
|
Good to know ... you made me curious, perhaps I will even drive once to Epe ...
|
|
|
|
|
If you like biking, you can find it near biking point 96.
A free biking planner that you can use is: Route.nl[^]
And an advice: don't order the full sized Ossenstal pancake, but only a half one 
|
|
|
|
|
OK ... many thanks, I will keep it in mind
Checked at the source, the pancakes look delicious ...
|
|
|
|
|
Knowing full well that if you continually beat on an ssd folder such as it can be when developing a software program and continually editing and compiling / running it that you can exceed the write count capability of your ssd device, I did it anyway cloning my spinner drive in my laptop to an ssd last October and beating the crap out of the project folder since.
Today I opened up vs to monkey around with a new feature and when I opened the view in question and put my cursor in a razor block and typed, instead of getting the if( I intended I got a vs crash dialog.
Experimenting, I found that if I tried to type anything in any razor block it would crash but I could edit the javascript and html without issue. Also if I opened a different mvc project and attempted to type in a razor block it would work.
The error was a CLR20r3 which seems is rather generic and affects many different packages according to googling the issue.
Not "getting" what was going on, I updated vs, I ran a malwarebytes scan 0 issues........
And was stumped. I have imaged the machine two days prior but hate bare metal restoring
over what might be trivial but what is it?
Then I thought, you don't suppose some blocks in the project folder have gone read only do ya?
So I copied the project folder to a new one, renamed the possible read only folder and the new copy to be what it should be, opened up the project and the problem was... gone!
So yeah, I leave this here on the internet as a breadcrumb for others.
Time to beat on some new blocks.
And consider a fresh ssd. They're pretty cheap anymore.
modified 16hrs ago.
|
|
|
|
|
So was your SSD dead because of too many writes?
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
It's not dead, it's only resting 
|
|
|
|
|
There aren't any fjords in Thailand, Korea, or China...
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Well, now we'll have to wait for a reaction like "what's this all about ?"

|
|
|
|
|
Or on strike.
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
Ron Anders wrote: Then I thought, you don't suppose some blocks in the project folder have got read only do ya?
That's not how SSDs work. In order to prevent a single block being "pounded upon" too much (think of the FAT table), they use wear leveling. This means that a particular LBA doesn't map to a particular physical block.
Some physical blocks on the SSD are reserved as "spares", to handle the case of blocks that have gone read-only. This is handled transparently by the SSD's firmware. The SSD will typically go read-only only when all the spare blocks have been used.
Your description shows that this was not the case. I would look elsewhere for the cause of the error in VS.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
What Dan said. I have three laptops in front of me. They all have SSDs for many years. Thinking about it, the one I am typing on is almost 5 years old. The second one is nigh 9 years old (I'd have to do some historical research, but I tend to replace my equipment every 3-4 years). The last one is brand new, and I haven't had the time to stage all of the VMs I want to use.
I've never had an SSD failure. And these are dev laptops that grind through compile processing, etc. At first I was concerned about infant death of an SSD, but it's more likely you'll be in a car accident.
Charlie Gilley
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
Has never been more appropriate.
|
|
|
|
|
The fact that you can edit in other tools tells me the problem is with the VS project and not your SSD. The error you received also occurs on spinning rust drives, so it's not a drive error.
|
|
|
|
|
Sorry, I guess I wasn't clear.
I opened another project with the same vs (not another tool) and it worked.
|
|
|
|
|
In this case I would suspect the SLN or PROJ file (or both) is corrupt.
|
|
|
|
|
I've had an unprintable character in my source code that would foul up VS. They'd be at the end of a line and I would only notice them if I hit End. No idea how it got there but removing it fixed things.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
|
|
|
|
|
Wordle 421 4/6
⬛⬛🟩⬛⬛
⬛⬛🟩⬛⬛
⬛⬛🟩⬛🟨
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 421 5/6
⬜🟨🟨⬜⬜
⬜⬜⬜⬜⬜
⬜🟨⬜🟨⬜
⬜🟩🟩🟨⬜
🟩🟩🟩🟩🟩
Elephanting elephant! I must have spent an hour finding a single matching word after 4. Gotta recalibrate my radar it seems.
At least my Worldle OTD was fine:
#Worldle #205 1/6 (100%)
🟩🟩🟩🟩🟩🎉
Worldle[^]
"If we don't change direction, we'll end up where we're going"
|
|
|
|
|
Wordle 421 3/6
🟨⬜⬜⬜⬜
⬜⬜🟩⬜⬜
🟩🟩🟩🟩🟩
That's going to throw a few people, I think.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Wordle 421 4/6
⬜⬜🟩⬜⬜
⬜⬜🟩⬜⬜
⬜⬜🟩⬜⬜
🟩🟩🟩🟩🟩
Life should not be a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming “Wow! What a Ride!" - Hunter S Thompson - RIP
|
|
|
|