|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 2011-11-23 02:03:59
Posts: 80,
Visits: 730
|
|
I had been doing all the projects in BDS 2006 using ECO III and am currently trying to learn how to program ECO 4 inside VS 2008. I just wonder if there is any way to change the namespace of all the ECO projects (asp .net, winforms, eco package)? For example from MyEcoTest to MyCompany.MyProduct.MyEcoTest.
I have tried to set the project name to MyCompany.MyProduct usign the wizard in creating the solution and am lost in change all the namespaces involved in the files generated. It would be nice if I could tell the wizard to use certain namespaces in creating the solution.
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 2010-11-30 12:17:13
Posts: 1 230,
Visits: 1 382
|
|
In VS2008, you can use the rename-refactoring (just rightclick the name of the namespace and select Refactoring->Rename)
This will update the name of the namespace
When you add new classes to your model they will always be placed in the namespace specified in the EcoModeler file (mmcseco). To change it, open EcoModeler and in File->ProjectOptions->Eco you can set the new namespace.
/Jonas Hogstrom [CapableObjects]
|
|
|
|