I seem to have a lot of issues managing files with C#. I have this check to make sure the file is gone after doing a delete. Manually checking, the file is gone but the app check finds the file (but does not find it after I manually check). Maybe timing issue?
Friday, April 29, 2022
C# Check if file exists after delete (issue, no solution)
Wednesday, April 20, 2022
Error only in production "This site can’t be reached" (RCA: Very large data in textbox)
RCA
Tuesday, April 19, 2022
Upgrading Microsoft C# SMO from 160.2004021.0 to 161.47008.0 "cannot convert from 'system.data.sqlclient.sqlconnection' to 'Microsoft.SqlServer.Management.Common.IRenewableToken'"
ERROR:
"cannot convert from 'system.data.sqlclient.sqlconnection' to 'Microsoft.SqlServer.Management.Common.IRenewableToken'"
Convert all System.Data.SqlClient to Microsoft.Data.SqlClient
RCA
Monday, April 18, 2022
Buggish: Canon MX922 printer driver on Windows 10
MP Driver vs XPS Driver (working solution)
Windows Default Driver (did not work)
Windows Find Printer (useless and avoid)
Thursday, April 14, 2022
Work Life: I question developers who cannot figure out tools like Jira filters
I am not sure how many times I have had to show colleagues on how to use Jira or Confluence.
Create a Board
Create a Filter
Figuring Things Out
Sunday, April 10, 2022
Life: Fixing Squeaky Door Hinge with White Lithium Grease (by inexperienced almost a year later)
Disclaimer: This information is only provided as an anecdote. I have no knowledge of hinges or grease or any carpentry except for the basic usage of a door. This may or may not work for others.
I just used a screw driver to remove the hinge from the door. Placed it in a box, then used a white lithium grease spray () on the hinge. I do a quick spray across the side then put it upside-down and spray into the center pin of the hinge in hopes for it to drip "down" (towards the top of the pin). I also close/open the hinges in hopes to get the grease moved around in the mechanics.
I have done this on five hinges on three separate doors. This solved all squeaky problems for me. I use this particular grease because it was recommended on a site that I looked up too long ago. I have not used any other grease before so I cannot compare whether this is better than other options.
There were no problems with the hinges. I unscrewed and screwed from bottom to top starting with the half on the door frame. I don't think the order really matters.
So far satisfied with the results. I just completed three hinges. I did two about ten months ago and those doors are still ok.
Reference
https://www.amazon.com/gp/product/B000CINVA6/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1
- CRC 5037 White Lithium Grease - 10 Wt Oz.
Sunday, April 3, 2022
Navbar not working with Bootstrap 5.1.3 and Jquery 3.6.1
Resolution
Root Cause Analysis (RCA)
I do not use javascript much so I jumped from page to page. It is quite frustrating troubleshooting javascript with VS Community 2022 in a Blazor Project. Each item was somewhat new so it was difficult to figure which one was causing the issue.
The source of my problem was that the first navbar used an older version of bootstrap. After finding the new code sample, I did not copy directly and attempted to modify the missing parts. This did not work, then I had to look up what version of bootstrap came with VS 2022. Eventually, my problem was picked from each step.