Dnyanesh
Dnyanesh

Reputation: 37

Is it necessary to install Dev-Express on machine to install a C# Application that uses Dev-Express controls..?

Need Your Help..

I have developed one windows application in C#.Net (stand-alone application). It is basically a Image processing application. While developing this application I have used Dev-Express controls for better performance. Now I have created the setup file of that application and tried to install it on few machines for testing purpose, while doing this I found that this application is getting install successfully on those machines which has Dev-Express installed on it, but getting failed to install on those machines which do not have Dev-Express setup. So my question is- "How can I solve this problem..?". Because, as Dev-Express license copy is very costly, "I don't know whether my client will afford it or not". Please Help..!!

Upvotes: 0

Views: 1251

Answers (1)

Mikhail
Mikhail

Reputation: 9300

You do not need to a separate license for the distribution (see the Licensing FAQ for more information). However, you need to distribute the corresponding DevExpress runtime assemblies, because they obviously are not installed on clients' machines. This approach is common for distributing 3-rd party products. Consult the DevExpress support for further clarification.

Upvotes: 1

Related Questions