aspnet_regiis does not exist

16,779

Solution 1

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?

Solution 2

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.

Solution 3

run Visual Studio as Administrator and try again :)

Share:
16,779
Shimmy Weitzhandler
Author by

Shimmy Weitzhandler

Updated on August 03, 2022

Comments

  • Shimmy Weitzhandler
    Shimmy Weitzhandler over 1 year

    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.