Page 1 of 1

[BUG] IsComposable attribute in FunctionImport (v4.1.55)

Posted: Mon 03 Oct 2011 13:28
The new version introduced a bug in the import of table valued functions.

I defined a TvF in the SSDL:

Code: Select all

		
          
          
          
            
              
                
                
                
                
              
            
          
        
I imported it into the CSDL with the 'Create Method' function in the designer which resulted into:

Code: Select all

  
	
	
  
This worked fine in the last version and still works now. But if I now reopen the model.edml, the designer for whatever reason tries to add the 'IsComposable="true"' attribute a second time, which results into:

Code: Select all

          
            
            
          
And also an error of the custom tool: "Custom tool error: 'IsComposable' is a duplicate attribute name. Line 351, position 183."

Posted: Wed 05 Oct 2011 15:41
by Shalex
Thank you for your report. We will notify you when the issue is fixed.

Posted: Thu 13 Oct 2011 07:15
by Shalex
The bug with duplicating the IsComposable attribute in CSDL is fixed. We will notify you when the corresponding build of Entity Developer is available for download.

Posted: Mon 24 Oct 2011 17:01
by Shalex
New build of Entity Developer 4.1.64 is available for download now!
It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
This build includes the mentioned fix.