asp.net - Could not load type 'System.ServiceModel.Activation.HttpModule' -


i run aspnet_regiis.exe, still getting same error:

could not load type ‘system.servicemodel.activation.httpmodule’ assembly ‘system.servicemodel, version=3.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089′. description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code. exception details: system.typeloadexception: not load type ‘system.servicemodel.activation.httpmodule’ assembly ‘system.servicemodel, version=3.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089′.

if running windows 8, method not work. microsoft not let run command, telling this:

this option not supported on version of operating system. administrators should instead install/uninstall asp.net 4.5 iis8 using "turn windows features on/off" dialog, server manager management tool, or dism.exe command line tool.

the reasons on link: http://support.microsoft.com/kb/2736284 .

the solution worked me posted on link, on answer neha: system.servicemodel.activation.httpmodule error

everywhere problem solution mentioned re-registering aspnet using aspnet_regiis.exe. did not work me.

though valid solution (as explained beautifully here)

but did not work windows 8.

for windows 8 need windows features , enable under ".net framework 3.5" , ".net framework 4.5 advanced services".

thanks neha


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -