This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am using Nhibernate designer to map DB First to my Models. i AM USING THE Orchard CMS and it's required that the models namespace end in .Models or .Records. I tried changing the namespace manually but that just broke everything. Is there a way to change the namespace or set the namespace of my model classes without breaking everything? thanks. |
|
|
You should be able to use the Custom Tool Namespace setting. Select the .nhmodel file in Solution Explorer, go to the Properties grid and look for the Custom Tool Namespace box. By default this is empty meaning we will use the default project namespace, but you can enter an alternative namespace if you need one. Let us know if you still see problems. |
|