Attached the error I'm getting trying to open my program.
Any ideas what could cause this? I've repaired my DevExpress but I'm getting the same error.
Attached the error I'm getting trying to open my program.
Any ideas what could cause this? I've repaired my DevExpress but I'm getting the same error.
Hello Fanie,
This information is insufficient to determine the cause of the error. It appears that your Application Model is corrupted - for some reason, a property of some of your persistent classes does not have a MemberInfo associated with it. You can debug the XtraReportDataTypeProvider.FillRelatedTypes method using our PDBs to find what property causes this error - see How can I debug DevExpress .NET source code using PDB files. Alternatively, send us a sample project so that we can debug it on our side.
I've used your link and it helped me to solve the problem. One of the columns in a table had a strange name. After rectifying it, every was sorted. I also got some valuable experience in debugging DevExpress.
I'm happy to hear about your progress. Feel free to contact us if you experience any further difficulties.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
I've removed all the references to ResportsV2 in module.vb, winmodule.vb and winapplication.vb. The I managed to get into my program.
I've added all the references back to allow me to print my documnets, but the same error occurred.