c# - Error Debugging MVC 4 web application on IIS -
i using visual studio 2010 , have installed mvc 4. when debugging using vs development server sample web application works if try debug iis following error:
could not load file or assembly 'microsoft.visualstudio.qualitytools.hostadapters.aspnetadapter, version=10.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' or 1 of dependencies. system cannot find file specified.
i not have references quality tools in web.config, have tried add them still did not work. tried o use aspnet_regiis tool in case.
i have tried target different x64 or x86 platform did not make difference.
my dev machine windows 7 64 bit
you can find answer here
this error caused mixed development environment. means have build service .net 4 @ x64 machine , else trying host service @ x86 development machine
if doesn't work, check target framework 4.0
Comments
Post a Comment