Yesterday I compiled this web on a Windows 7 PC. After compiling the web, I copied it back on the the Vista/Windows 7 PC. The application then compiled. Today I tried to compile a subweb on the Vista/Windows 7 PC and got this error:
Could not load type 'IsapiModule'.
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Web.HttpException: Could not load type 'IsapiModule'.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
|
Stack Trace:
[HttpException (0x80004005): Could not load type 'IsapiModule'.] System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +11210608 System.Web.Configuration.HandlerFactoryCache.GetHandlerType(String type) +23 System.Web.Configuration.HandlerFactoryCache..ctor(String type) +25 System.Web.HttpApplication.GetFactory(String type) +91 System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +338 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
I then copied the subweb onto the Windows 7 PC and compiled it without a problem. I copied the subweb back to the Vista/Windows 7 PC and still had the 'could not load the IsapiModule' error. I did Google this error but couldn't find a solution. Any suggestions?