Search code examples
wcfexceptionenterprise-library

Object Builder Exception while using Enterprise Liabrary


I have an WCF application which has seperate client and server application. When I running the application runs fine, but when I try to unit test the application methods the object builder exception is generated. Can somebody help?

This Is Error Message


Solution

  • I think you should check your test setting of your test project. You have to mention the necessary files that are required for the deployment. Also check whether the test.testsettings file is included in the project and it is properly configured.