xaf

DevExpress eXpressApp Framework (XAF) and eXpress Persistent Objects (XPO): how do I speed up the loading time of associations?

I am having a problem with the speed of accessing an association property with a large number of records. I have an XAF app with a parent class called MyParent. There are 230 records in MyParent. MyParent has a child class called MyChild. There are 49,000 records in MyChild. I have an association defined between MyParent and MyChild...

DevExpress eXpressApp Framework (XAF) and Continuous Integration

I have a XAF application that I've built and a nant script that runs fine on my development machine. The script uses MsBuild and the CSPROJ File to compile the project. When the CruiseControl.net server tries to compile the project it states that it cannot find the XAF assemblies needed to compile. I tried referencing all DLLs as Loca...