7

I am having this issue, but while trying to fix it as per the suggested answers, I cannot find aspnet_regiis in my computer, I checked the matching .NET library as described here, but the file is not there.

Community
  • 1
  • 1
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632

4 Answers4

7

I am sure either you have not installed .NET Framework or haven't included it in your Environment Variables. Please install and then just add its path in Environment variables.

The default location for aspnet_regiis is :

C:\Windows\Microsoft.NET\Framework\v3 or v4 whatever your framework is.

Malik Khalil
  • 6,454
  • 2
  • 39
  • 33
4

This fellow had a problem with a missing aspnet_regiis file.

He solved it by repairing his .Net framework installation.

That might be worth a try?

DOK
  • 32,337
  • 7
  • 60
  • 92
  • Argh! So much plumbing to keep track of. At least it's an easy fix. – DOK Apr 04 '12 at 13:00
  • 3
    fyi path to file is C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe (though version may be different for you) – Ruskin Oct 17 '14 at 12:28
2

run Visual Studio as Administrator and try again :)

Osher Levy
  • 83
  • 7
0

Try installing Microsoft .NET Framework 4

coder
  • 13,002
  • 31
  • 112
  • 214