Resolved bugs

Release date:Friday, September 4, 2009
C1 Version:Composite C1 1.2 SP2 (1.2.3534.23578)...
DescriptionVisual function doesn't work after enabling publishing on a data type referenced by functions type.

How to reproduce:
1. Create global data type (Cities) and add some data items.
2. Create page data type (Contacts) with one of the filed (City) :data reference to the first data type (Cities)
3. Add this page data type to a page.
4. Add few data items
5. Create visual function that renders fields of paged data type (Contacts)
6. Add this visual function to the page
7. Now enable "has publishing" property of City data type and publish all items in it.

This error is logged when the Visual FUnction is rendered: System.InvalidOperationException: No data exist given the data key values
Known work around:Use "Tools | Restart Server" to (permanently) solve this problem.