How to deploy DevExpress to server?

Earlz picture Earlz · Jun 1, 2010 · Viewed 17.3k times · Source

Hello I am needing to deploy a project using DevExpress controls to an IIS 6.0 server. The project loads fine and until I add in the DevExpress controls. When trying to load the site I get the error

Could not load file or assembly 'DevExpress.Web.v9.3, Version=9.3.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified

What am I doing wrong? I've tried installing the controls on the server and also just copying all of the assembly dlls to the bin/ folder of the application but I can not get this error to go away. How do I get it to work?

Answer

Earlz picture Earlz · Jun 1, 2010

I ended up going into Visual Studio and then selecting all of the DevExpress references and setting "copy local" to true.