Hey,i´m getting crazy - trying to start the module designer on the web- and win executable projects i´m getting the message:Cannot load the Designer: The type 'XAF.Module.XAFModule' has no property named 'ResourcesExportedToModel'.
It works on all other model-projects (win and web) and with all model designers.
I completely cleaned up the visual studio caches and the project build folders and did a full rebuild and a model update.Why does the designer not recognize the property - the referenced assemblies are correct, as far as i could see in the log (attached …)
What can i do ?
Thanks in advance,
Edmond
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.
Hello Edmond,
I am afraid that we cannot reproduce the issue you are talking about. We thoroughly examined error logs but this information is insufficient to diagnose the issue. Can you please create a sample showing the problem for research?
+1
The very same issue here!
Hello Svatopluk,
Would you please send us a small sample project where this behavior is reproducible? We are unable to reproduce it on our side.
+1
after upgraded from 14.1.13 to 15.2.5, opening WebApplication:
Cannot load the Designer
System.ComponentModel.Design.Serialization.CodeDomSerializerException: The type 'vintoCON.archifm.Module.Web.archifmAspNetModule' has no property named 'ResourcesExportedToModel'.
Hello Peter,
We've tried to reproduce this problem locally, but without success.
Would you please post a sample illustrating this issue in action? We will examine it and do our best to help you.
+1 same here, upgraded from 14.2 to 15.2
System.ComponentModel.Design.Serialization.CodeDomSerializerException: The type 'PKMD.Module.Win.PKMDWindowsFormsModule' has no property named 'ResourcesExportedToModel'. at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyReferenceExpression(IDesignerSerializationManager manager, CodePropertyReferenceExpression propertyReferenceEx, Boolean reportError) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
Hello Willem,
Would you please post a sample project illustrating the problem?
We will examine it and do our best to help you.
NO, there is no chance to reproduce it in a new solution !!!I´ts like a virus: once you got it you can´t get rid of it. Unfortunately it´s a big solution with some other modules and many third party assemblies …
To be honest: i´ve given it up …
Hi Edmond,
Thank you for your follow-up.
I've contacted our R&D team but I'm afraid that we haven't managed to find a possible cause of the problem without a sample.
We need either your project or sample to be able to locally reproduce the problem and find a solution.
Hi Andrew L,
how can i submit my project? I've 'Clean, Remove Source bindings and Zip'ped it, but it's still 62MB. I could use WeTransfer. Please send me an email.
Willem
Hello Willem,
You can use our FTP server using the following credentials to upload a large project:
Server: ftp.devexpress.com
User: UPLOAD
Password: HEREYOUARE
As for the WeTransfer service, you can use our support@devexpress.com e-mail address. Please post a reference ticketID - T342226 in the message area. It will help us to identify your message.
It's on its way. Look at winapplication.cs in PKMDV3.Win.
Willem
Hello Willem,
I have checked our FTP server, but there are no files.
Would please check whether your project was successfully transferred to the server?
For a temporary solution to open the designer:
Please comment out all lines like:
this.module2.ResourcesExportedToModel.Add(typeof(…));
from the "WinApplication.Designer.cs" file
Apparently this property is recognized when compiling the application but not when opening the designer.
Hello,
Thank you for sharing a solution with us.
I will forward it to our R&D team. Possibly, it will help our developers to find a possible cause of this issue.
However, we have not managed to reproduce this behavior locally.
Would you please provide us with a sample illustrating the issue in action?
We will examine it and do our best to help you.