Friday, January 8, 2010

IS BusinessService.asmx Web Service Reports File Not Found Error

Interprise Suite Version: 2007 SP5.1

Problem:

When trying to connect to the server via the Internet using web services, the following file not found error occurs.

Server Error in '/InterpriseSuiteWSBusiness' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'DevExpress.XtraBars.v7.3.Design, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 67:         <add assembly="DevExpress.Data.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1" />
Line 68:         <add assembly="DevExpress.Utils.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1" />
Line 69:         <add assembly="DevExpress.XtraBars.v7.3.Design, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1" />
Line 70:         <add assembly="DevExpress.XtraBars.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1" />
Line 71:         <add assembly="DevExpress.XtraEditors.v7.3.Design, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1" />

Source File: C:\Program Files\Interprise Solutions\Interprise Suite 2007 Standard Edition\WebService\Business\web.config    Line: 69

...

Solution:

Copy missing file to \WebService\Business\bin folder e.g. Interprise Solutions\Interprise Suite 2007 Standard Edition\WebService\Business\bin.  Repeat for any other missing file errors.

No comments:

Post a Comment