Thursday, December 29, 2016

Unexpected Paper Size In Tray 2 (HP Printer)

Sometimes the HP printer stop printing with the error message "unexpected paper size in tray 2 or tray 1". The cause of this error message is, the paper size for printing which you have configured into your printer tray 1 or tray 2, that is conflict with the paper size which you provide for printing. Mean, you have configured your printer tray with "A4" paper for printing but you put "LEGAL" paper into the tray. For solving this issue, you have to choose the correct paper size into the tray. If you wanna print with "A4" paper then you have to select paper type "A4" as like as you can choose "legal" paper as your requirements. You can change this settings directly into the printer using printer screen panel or "Devices & Printers" option under the "Control Panel" from computer. Just go to the "Devices & Printers" option and then select your printer. Then Right click your printer driver and then select "printer properties". Now navigate to "Device setting" option. Now change the paper size into "tray 1" or "tray 2" field as your preference. Just as follows....


Options to configure the output paper size are also available at different locations depending on the model of the printer. In some printers, you will find it in the "Advanced" button located at the "Printing Preferences" configuration option.


Hope the problem will be solved now.

Thank you.



Monday, December 26, 2016

.NET Framework installation error. Error code - HRESULT 0xc8000222

Microsoft .NET Framework is a programming infrastructure for building and developing application, which primarily run on Windows Platform. Those software, which have developed by Microsoft  .NET Framework, to run those you have to install Microsoft .NET Framework package. Sometime the installation have failed with a error message HRESULT 0xc8000222. You may also get those error code during repairing process. To resolve this issue you have to rename a folder named "SoftwareDistribution" into windows directory. You can rename it into any name as your wish. May be you will be blocked by windows security during rename this folder. Because there is one service named "Windows Update " is running associate with this folder. That's why, first of all, you have to stop it to rename that folder. You can stop it from "Services" console which you will get into the "Administrative Tools" under the "Control Panel". Alternatively, you can open "Services" console directly from "Run" option. Just open the "Run" and then type "services.msc". Now open the service console and then select "Windows Update" service. Double click it and then select stop. Now you are ready to rename that folder. Folder location is "C:\Windows". After renaming process is complete, please start again the "Windows Update" service. There is another way to processing the same task, that is "Command Prompt". Just open the "Command Prompt" with administrator privileges. Then stop the "Windows update" service. Please write the following command:- 

net stop wuauserv

Type the command and press "Enter". Now you will get one successful message. Now rename that folder. After renaming process has completed, now go to the "Command Prompt" again with administrative privileges. Write the following command.

net start wuauserv

Now run again the .NET Framework installer package. Hope you will be successful now.