I am trying to integrate 2 modules using Visual web developer
Module1 contains the following: UILayerMOdule1, BLLModule1, DALModule1, webconfig, Site.master
Module2 contains UILayerMOdule2, BLLModule2, DALModule2, webconfig, Site.master
This is how I started.
Create a new project in VisualWeb developer
-
Add project: BLL. I this BLL I added BLLModule1,BLLModule2
-
Project2 DAL: This I added DALModule1,DALModule2
-
Project3: UILayerModule1
-
Project4: UILayerMOdule2
Then put all these under the same namespace.
But it shows an error in Configuration and System.UI. (unable to recognize System.web)
Unable to recongnize System.Configuration
Also, in the UIlayer none of aspx files are shown, Only the aspx.cs and designer are shown
Thanks
Sun
What you can do is
keep your config files, move only DAL and BLL files to class library projects