Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
526 views
in Technique[技术] by (71.8m points)

configuration - How to get rid of DevExpress DXperience information screen

I was tasked with making a change to an old application that makes use of DevExpress. I made the changes, and the application runs as expected, but an informational screen pops up on the screen when launching the application. I can just click 'x' to get rid of the screen, but I do not want end users to have to close this screen every time they launch the application. Does anyone have any insights regarding how to make this not show up? For example, is there a config setting I can add to make this not display?

I am also wondering if the information screen is showing up because I only have a trial version of DevExpress. We have not worked on the application for many years, and none of the developers that have worked on it have an active DevExpress license.

enter image description here

question from:https://stackoverflow.com/questions/65928586/how-to-get-rid-of-devexpress-dxperience-information-screen

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You literally answered your own question. You cannot build a production version of a program with the DevExpress trial. Furthermore, their EULA forbids you from even using a trial to build/develop applications outside of simple evaluation purposes. Per their EULA:

You MAY NOT CREATE applications or begin software projects using the SOFTWARE DEVELOPMENT PRODUCT(S) under the terms of the THIRTY (30) DAY EVALUATION (TRIAL) USE LICENSE.

You MAY NOT REDISTRIBUTE files in the SOFTWARE DEVELOPMENT PRODUCT(S) distribution if using an evaluation or trial version of the SOFTWARE DEVELOPMENT PRODUCT(S).

How did you get a copy of a 10+ year old trial installer? DevExpress does not offer outdated trial versions. There is no configuration setting you can change to prevent this screen from popping up. You need to have a license.licx file compiled into the application with a valid license.

If you purchase a license you will have access to previous versions, so you can buy the latest version and install the licensed 9.3.3.0 copy to compile your program without the trial box. You will need to purchase a license for every developer that works on this application.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...