Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to deploy DevExpress to server?

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?

like image 203
Earlz Avatar asked Jun 01 '10 17:06

Earlz


1 Answers

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

like image 167
Earlz Avatar answered Oct 18 '22 13:10

Earlz