Hi all,
I'm working in my first project using NetTiers and I have a couple of questions associated with Visual Studio performance.
My virtual machine configuration is:
- 1550Mhz
-
1.3 GB RAm
-
-
Latest NetTiers templates
The consumed database has 163 Tables (we still have no Views, but they will come shortly)
In this context my problem is Visual Studio time response and compilation time. NetTiers generated solution "eats" 600 RAM Mb all alone when I open it in Visual Studio. In addition it lasts at least 3 minutes to compile.
Because I only will write code in Service and Entity layers i've created a solution with this two projects and the DAL (it's nedded to compile). Hence, I've created another solution with the WinForms consumer application which has file references to the Service, entity and DAL libraries. The winforms solutions compiles fast as it's almost empty, and the other solution lasts 1 minute to compile (at least I've won 2 minutes).
I've also tried to use configuration Manager to create a configuration which compiles only the winforms, service and entity layers but... it did'nt work to me.

So my questions are:
-
Is it normal to consume so much time and memory in a generated NetTiers solution?
-
What can I do to improve my compilation time? Is there a better approach than mine?
-
Do I have to break the solution in smaller solutions? Do I have to break the database?
-
Should I work with a better machine?
Any help will be appreciated, thanks in advance.