Error converting RODL DA Server to Code-First

Ok, so I created a new RODL based Data Abstract server. I left all settings as default (except I am using the AES encryption.) Everything worked fine.

I ran the Convert to Code-First tool on my source and adjusted the remaining settings per the documentation. The server app starts up fine, but when I try to access it via a browser I get the following exception error:

Project MySample.exe raised exception class EResNotFound with message ‘Resource RODLFILE not found’.

Any suggestions as to where the error may be coming from and how to fix it?

Thanks

Never mind,

The solution is to add uRORTTIAttributes to the uses clause of each service class source file when you add the [ROService] attribute to the service classes.