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

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
[email protected]
Posts: 14
Joined: Mon 22 Aug 2011 15:44

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

Post by [email protected] » 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."

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 05 Oct 2011 15:41

Thank you for your report. We will notify you when the issue is fixed.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 13 Oct 2011 07:15

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 24 Oct 2011 17:01

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.

Post Reply