to fix this problem: remove temp files from %temp% folder (C:\Users<user name>\AppData\Local\Temp) open the register and remove “HKLM\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio” or execute via cmd (with admin rights): reg DELETE “HKLM\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio” /reg:32 run install with admin rights NOTE: Just for those who don’t know register just open CMD as an […]
Tag: problem
How to solve 0xc0000135 application errors after Windows 11 Update
Windows 11 users are receiving 0xc0000135 errors when attempting to launch applications after installing the recent Windows 11 KB5013943 cumulative update. Yesterday, Microsoft released new Windows cumulative updates to fix security vulnerabilities and bugs as part of the May 2022 Patch Tuesday. These updates include the Windows 11 KB5013943 update, which included fixing a bug causing .NET […]
How to fix error code 0x8019019a in Windows 10 Mail App
You can fail to add Yahoo, Google or some other email accounts to the Mail app if the app is outdated. Basically, if your app is not updated to the latest version it can create incompatibility problems. Hence, updating the Windows Mail app to the latest version can solve the problem. Follow these steps: 1- […]
How to solve ajax.reload() not working for DataTables in JS File
If you use the reload in this way then it will probably not work. table.ajax.reload();
How to solve “Changelog opens every time Notepad++ starts” problem?
If you have this kind of problem then that means you pinned Notepad++ to the taskbar, when the change.log file was open. This made windows pin that file specifically, rather than just starting NPP. So when you started it by clicking the icon, you were opening “change.log” within it. To solve that problem right click […]
How to Solve The ‘Object reference not set to an instance of an object’ error in Batch Edit mode for ASPxGridView
The issue occurs in Batch Edit Mode, because in this mode an empty invisible row is created and used for further grid editing. Since the Eval method returns a value type of an object, your attempt to call the ToString() method to the null value can lead to an exception. If you remove this conversion and use <%# […]
How to solve “A cursor with the name already exists” problem?
If you get this error then it means you are using global cursor that will be defined each time you are calling this procedure and give you the same error. Define a local cursor. Just put the keyword LOCAL after CURSOR: DECLARE MyCursor CURSOR LOCAL FOR … Reference
How to fix blank thumbnails in the WordPress Media Library
Mostly that problem is about the persmission for uploads folder of your wordpress website. So first, please check the permissions for your uploads folder. Start by navigating in your WordPress dashboard to Settings -> Media. Make sure that the option Organize my uploads into month- and year-based folders is checked. Next go into your Cpanel for your domain, […]