Thursday, May 13, 2021

Visual Studio 2019 Angular Project Not Loading...

 Visual Studio 2019 Angular Project shows Loading... and  





<app-root>Loading...</app-root>

is not loaded in Internet Explorer, you need to change the browser.




Then your page will be loaded.



Angluar root not load error in Visual studio using internet explorer solved.

Friday, May 7, 2021

How to get old HP printer drivers for Windows 10 from HP website? HP Deskjet F4240 All-in-One Printer

HP Deskjet F4200

I tried for HP Deskjet F4240 All-in-One Printer.

You need to download HP Print and Scan Doctor from the HP website troubleshooting page. The link given below may be broken but you can easily find it from HP troubleshoot page.

HP Print and Scan Doctor


After downloading then run that app. You will get a form like this here you need to Click the Get Installer button. It will lead you to a page like below.


Download the driver and install your old printer on windows 10.




Saturday, May 1, 2021

Visual Studio 2019 dotnet run Error Your connection is not private NET::ERR_CERT_AUTHORITY_INVALID

 

Its better to clear existing certificates first, to do that use

dotnet dev-certs https --clean

then use

dotnet dev-certs https --trust

to install new certificates.

You just need to type "dotnet dev-certs https --trust" on Terminal. Then Instal Certificate window will appear. Instal Certificate. It Will Solve the issue.

dotnet run Your connection is not private error solved

If issue is not solved try "dotnet dev-certs https --help" and use appropriate options.



C# .net Core Web Application