Hi,
I am using EntitySpaces for a project I am working on. I have a Test database and a production database. Both are on the same server. In order to switch enviornments, I would like to be able to just change the web.config. However, when I do this, the generated classes throw exceptions because of the meta.Catalog property which is set to the wrong database name (Whichever one I used to generate). How can I get around this?
Thanks,
Joe