Gmail Email Settings

POP settings for Yahoo Mail

Incoming Mail (POP) Server
  • Server – pop.gmail.com
  • Port – 995
  • Requires SSL – Yes
Outgoing Mail (SMTP) Server
  • Server –  smtp.gmail.com
  • Port – 465 or 587
  • Requires SSL – Yes
  • Requires TLS – Yes (if available)
  • Requires authentication – Yes

Enable less secure app
https://www.google.com/settings/security/lesssecureapps

Yahoo Email Settings

POP settings for Yahoo Mail

Incoming Mail (POP) Server
  • Server – pop.mail.yahoo.com
  • Port – 995
  • Requires SSL – Yes
Outgoing Mail (SMTP) Server
  • Server – smtp.mail.yahoo.com
  • Port – 465 or 587
  • Requires SSL – Yes
  • Requires TLS – Yes (if available)
  • Requires authentication – Yes
Get SMTP Password for send email from coding

1) Go to your Account security page. – https://login.yahoo.com/account/security
2) Click Manage app passwords or (Generate App Password).
3) Select Your App – Select Other App Option and Give Custom Name – AnyName and Click on Generate
4) Use this password for send mail from  your coding

How to fix The SQL Server 2005 Express Tools are installed. To continue, remove the SQL Server 2005 Express Tools

Error :-

The SQL Server 2005 Express Tools are installed. To continue, remove the SQL Server 2005 Express Tools

 

Solution :-

Rename the following registry key :

For 32 bit Os 

HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\90

For 32 bit Os 

HKLM\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server\90

How to fix Performance counter registry hive consistency sql server 2008 express

Error :-

Performance counter registry hive consistency sql server 2008 express

 

Solution :-

1) Open Command Prompt in Administrator Mode.

2) Run SQL setup using following command line argument

SQLEXPRWT_x86_ENU.exe /ACTION=install /SKIPRULES=PerfMonCounterNotCorruptedCheck

(SQLEXPRWT_x86_ENU.exe  use your own setup file name here)

How to fix .NET Framework 3.5 Error 0x800f081f in Windows 10

Error :-

HRESULT 0x800f081f when we are installing dot net framework 3.5 in Window 8 or in Windows 10

Solution :-

 

Method 1: 
1) Open Command Prompt in Administrator Mode.

2) Excute this command :-

dism.exe /online /enable-feature /featurename:NetFX3 /all

Method 2 :-

if above method not work then try this download following file and execute following command in cmd

1) Download :  http://www.alphaebarcode.com/Downloads/microsoft-windows-netfx3-ondemand-package.cab
3) copy past this file in C:\
3) Open cmd and execute this command
Dism.exe /online /enable-feature /featurename:NetFX3 /source:C:\ /LimitAccess

The remote session was disconnected becauses there are no Remote Desktop License Servers available to provide alicense. Please contact the server administrator.

Error :-

Error Occurred while Connect to Remote Desktop :- The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license. Please contact the server administrator.

Solution :-

Open following registry key

HKLM\System\CurrentControlSet\Control\Terminal Server\RCM

If the ‘GracePeriod’ key exists you will need to delete it. You will have to take ownership by right clik on RCM Registry and Click property => security and change owner to your current system user , Now you can delete it.

Restart the remote desktop services service and that should do it, no reboot is necessary. Use at your own risk.

Another version of Microsoft Visual Studio 2008 has been detected on this system that must be updated to SP1. Please update all Visual Studio 2008 installations to SP1 level, by visiting Microsoft Update.

Error :-

Error occured while installing sql server 2008 :- Another version of Microsoft Visual Studio 2008 has been detected on this system that must be updated to SP1. Please update all Visual Studio 2008 installations to SP1 level, by visiting Microsoft Update.

Solution :-

If you have a 32-bits computer, you need to check  only the following registry keys:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0\RED\1033

and ensure that the SP and SPIndex values are 1 and that the SPName is SP1

If you have a 64-bits computer, you need to check  only the following registry keys:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0\VSR\1033

and also ensure that the SP and SPIndex values are 1 and that the SPName is SP1 ! The SP and SPIndex values were 0 and the SPName was RTM. changes them to 1 and SP1 respectively.

How to fix error HRESULT 0xc8000222 Error in Dot Net Framework 4.0 Installation

Error :-

HRESULT 0xc8000222 when we are complete to finish the Dot Net Framework 4.0 installation

Solution :-

1. Open Command Prompt in Administrator Mode.
2. Type “net stop WuAuServ” (Disable Windows update).
3. Goto to Run ( Window key + R ) and type in “%windir%” ( microsoft windows system folder).
4. Look the folder “SoftwareDistribution” and rename it as “SDoldistri”.
5. Then, go back the command prompt and run the command “net start WuAuServ”. (This will Enable Windows update)
6. Now, try to install Dot NET Framework again.