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
Hi. It's Joe again.
I commented out meta.Catalog in all the generated classes, and it seems to be fine. Is this recommened or not? Or is there a better way?
David Neal Parsonswww.entityspaces.net
Suh-weet. Thank you.