How to generate machinekey for web.config? By: Mohamed Rasik Category:asp.net MVC 17 June 2023 In this tutorial I will show you how to generate machinekey for web.config file using windows powershell. Read More
Could not find a part of the path ... bin\roslyn\csc.exe | Server Error in ASP.net application By: Mohamed Rasik Category:asp.net MVC 14 June 2023 I got this following error while running the asp.net mvc project "Could not find a part of the path '...\bin\roslyn\csc.exe'" Read More
Import "django.shortcuts" could not be resolved from source in Django Project By: Mohamed Rasik Category:Python 7 June 2023 I got this following error in django project. "Import 'django.shortcuts' could not be resolved from source in Django Project" Read More
How to add two numbers in Android Studio? | Source Code By: Mohamed Rasik Category:Android 8 May 2023 In this tutorial I will show you addition of two numbers using java in android studio. Read More
FindViewByID returns null in android studio -SOLVED By: Mohamed Rasik Category:Android 30 April 2023 I am getting findViewByID returns null while running android application. "Attempt to invoke virtual method 'android.text.Editable android.widget.EditText.getText()' on a null object reference". Read More
Saving changes is not permitted in SQL SERVER - [SOLVED] By: Mohamed Rasik Category:SQL 24 April 2023 I want to add new Column to table. But while saving, It showing this warning message and not allowed to save. Read More
Restore of database failed. File cannot be restored over the existing. -[SOLVED] By: Mohamed Rasik Category:SQL 19 April 2023 When I was tried to restore the database but the restore of database is failed and showing the following error message. Read More
One or more projects in the solution were not loaded correctly in Visual Studio 2019 | FIXED By: Mohamed Rasik Category:asp.net MVC 13 April 2023 I got this following error when I attempt to open an asp.net MVC Project in vs2019. "One or more projects in the solution were not loaded correctly." Read More
How to find Laptop's Battery Health? By: Mohamed Rasik Category:Computer 4 April 2023 In this tutorial I will describe how to find Laptop's Battery Health in windows 11. Read More
SOLVED-Related Field got invalid lookup: icontains error in Django By: Mohamed Rasik Category:Python 2 April 2023 In this tutorial I will show you how to solve this following error "Related Field got invalid lookup: icontains" in django python project. Read More