Ramy Mahrous 401 Postaholic Featured Poster

I hosted my website on server, some pages load data from Analysis services 9.0
It works in development machine.
It doesn't work on deployment machine and through this exception

Exception type: OleDbException
Exception reason: Unspecified error The following system error occurred: The system cannot find the file specified.
Exception source: Microsoft OLE DB Service Components.
Exception stack trace:
The following system error occurred: The system cannot find the file specified. . NewLook Microsoft OLE DB Service Components at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.


I expect deployment machine doesn't have analysis services client components, but I'm not sure!

P.S: both deployment\development machine works on remote server (Analysis services)