I am getting an "ambiguous namespace" exception. It is because I have mutiple RIA Services class libraries that reference other RIA Services class libraries. Is it possible to only allow the code generated part of a RIA Services class library and not as a reference?
I don't want to create a monolithic RIA Services class library as our enterprise application has modules that only use certain pieces. Please advise.