This question is locked. New answers and comments are not allowed.
                        
                        Hi,
I am working on a complex data model and changed the properties of one field in one class and then I get one NotSupportetException. Now I am not longer able to change the properties of the fields in the wizard. 
The goal was to save a string as a unlimited text field in the database. 
| Fehler 126 System.NotSupportedException: Die angegebene Methode wird nicht unterstützt. | 
| bei Telerik.OpenAccess.Sdk.CodeModelWrapper.CMWClass.IsStruct() | 
| bei Telerik.OpenAccess.Sdk.CodeModelWrapper.DesigntimeClass.IsStruct() | 
| bei OpenAccessRuntime.metadata.MetaDataBuilder.createMetaData(PackageMetaData pmd, DataObjectsClass dataObjectsCls, Boolean quiet) | 
| bei OpenAccessRuntime.metadata.MetaDataBuilder.buildMetaData(DataObjectsRoot[] roots, Boolean ignoreNoClasses) | 
| bei OpenAccessRuntime.Relational.RelationalMetaDataBuilder.buildMetaData(DataObjectsRoot[] roots, Boolean ignoreNoClasses) | 
| bei OpenAccessRuntime.Relational.RelationalStorageManagerFactory..ctor(StorageManagerFactoryBuilder b) | 
| bei OpenAccessRuntime.storagemanager.StorageManagerFactoryBuilder.createSmfForURL() | 
I have no problems to build the project.
I need a tip what the reason for this problem is.
Thanks.
Christian