No component for supporting the service was found error

Posted by Deepa on Stack Overflow See other posts from Stack Overflow or by Deepa
Published on 2011-01-15T08:45:41Z Indexed on 2011/01/15 8:53 UTC
Read the original article Hit count: 237

Filed under:
|
|

We have setup a .net application developed with .net framework 4.0 using MVC framework and WCF service on a Windows 2003, 32-bit server containing IIS 6 successfully.

However, when the same application is set up on a Win 2008 R2, 64-bit server, we get the following error when the application is accessing the WCF service:

No component for supporting the service was found 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: Castle.MicroKernel.ComponentNotFoundException: No component for supporting the service was found

We have set the flag for Enable 32-bit apps in "Application Pool" to true on the 64-bit server.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about application