Chapter 17 where poor Decimal Number came from Server Side to JavaScript I worked on some page for days to adjust UI by CSS and HTML changes. It was pretty OK and fine. Until I started to check this page for multi-lingual support... It was good for English, Spanish and Chinese. And even right-to-left Hebrew! Crooked and askew but working! But not in Russian, no! In Russian it stopped working at all - nothing except static texts and images wasn't appeared. And of course it was an error in JS :-\ (FireFox DevTools): that led me strangely to somewhere to this code: I was staring on this rows and saw nothing wrong there - no missing variables at all. I went to original code in the project to discover the non-rendered rows and saw server variable there: that led me to server side C#: Nothing wrong at all. Here and there - another 10-15 minutes wasted to dumbly running the page again and again and stupidly staring on all these rows in different windows... :-\ Sad... Un...
It's already a third time I uninstall and install again SQL Server 2017 Dev version on my local computer... It's working fine for few days and than suddenly stop running with Error Code 3417: Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books Online. I tried many ways to fix this, including security changes on master.mdf and of course full re-install. Until suddenly I saw in MS SQL log file this error before the main error: Error: 2775, Severity: 17, State: 12. The code page 65001 is not supported by the server I went to find this error in Google and I found this article, where the author talked with himself about logs, errors, screenshots and questions about them. Until in the bottom of the article he wrote: Uncheck Beta: Use Unicode UTF-8 for worldwide language support in Control Panel -> Re...
Comments
Post a Comment