I am working in windows application and complete the application in winform dll 12.1 version. After doing all coding i had change to 12…2 version.
Now there is some more logic i need to add and which requires change on designer side (i.e. change of lable text) which is directly affect the designer file of win form application.
When I try to do any change and then open the Designer layout it gives me error. which is trying to change all the designer code by itself. I am not able to do any single chage on designer side using form layout.
Attached is a file for more help.
Please note I have inherit all the require controls (i.e. textEdit, RepositoryItemText, radio button etc) from the user control which is actully inherit from the Devexpress controls itself. So i think it should not be the case which cause any problem. And if it is then it is a bug on new dll.
CAn you please specify work around to solve this error??