Friday, January 8, 2010

File Not Found Error When Logging into New IS Install

Interprise Suite Version: 2007 SP5.1

Problem:

After a fresh installation of IS 5.1 the following error message is displayed when trying to login using Internet as the connection.

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Xceed.Compression.Formats, Version=1.0.5479.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified.
File name: 'Xceed.Compression.Formats, Version=1.0.5479.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6'
   at Interprise.Framework.Base.Shared.Common.Compress(MemoryStream decompressedStream)
   at Interprise.Framework.Base.Shared.Common.DatasetToStream(DataSet knownEntityDataset, Boolean isEnableDataCompression, XmlWriteMode writeMode)
   at BusinessService.FillCompressedDataSet(String commandType, String commandText, String[] tableNames, String[][] param)

Solution:

Copy the following files into the business/bin directory:

  1. Xceed.compression.dll
  2. Xceed.compression.formats.dll

For example:
Copy from: C:\Program Files\Interprise Solutions\Interprise Suite 2007 Standard Edition\
To: C:\Program Files\Interprise Solutions\Interprise Suite 2007 Standard Edition\WebService\Business\bin

No comments:

Post a Comment