I’m using DevExpress 9.2, there were a very annoying bug in the report designer, specifically the “group field” windows. How can I go into each .dll and change its implementation? Is there a to do so?
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unless you have a license with source code you are not supposed to do that.
However, you could use .NET Reflector to decompile the respective DLL, fix the bug and compile it again. There are several drawbacks:
My recommendation is to contact Developer Express for a fix and/or purchase the source code and modify it yourself.