For some reason I am missing makecert.exe on my system. I searched the whole hard drive and it\'s not there. In particular, it\'s not in C:\\Program Files\\Microsoft SDKs\\W
Currently, the MakeCert.exe is deprecated:
MakeCert.exe
Note MakeCert is deprecated. To create self-signed certificates, use the Powershell Cmdlet New-SelfSignedCertificate.
You should use the new New-SelfSignedCertificate power shell cmlet.