Could not load type 'System.ServiceModel.Activation.HttpModule'

前端 未结 8 1546
不思量自难忘°
不思量自难忘° 2020-12-28 19:32

I am run aspnet_regiis.exe, still I am getting same error:

Could not load type ‘System.ServiceModel.Activation.HttpModule’ from assembly ‘System.Ser

8条回答
  •  [愿得一人]
    2020-12-28 20:19

    To resolve this issue, run the following command line:

    1. Close the Application
    2. in the project file(Web Application) change the virtual directory
    3. Now OPEN the Project file

    It will work definitely.

提交回复
热议问题