Hello
I want to create Web Application for Attendance Management System Using 3 tier Architecture.
I don't know how to use that 3 tier Architecture as I am using this for the very first time.
I have tried it with the help of some sites but it gives an error about "ConfigurationManager" and "DLL" File.
Please Explain
Loading
Manish Kumar ChoudharyPosted Dec 12, 2014, 3:13 AM
just add the reference of Sysytem.Data.ConfigurationManager
ur error will be removed.
For basic of 3 tire arch go through following links.
http://www.c-sharpcorner.com/UploadFile/4d9083/create-and-implement-3-tier-architecture-in-Asp-Net/
http://www.codeproject.com/Tips/662107/Understand-Tier-Architecture-in-Csharp
http://www.onlinebuff.com/article_step-by-step-3-tier-architecture-in-aspnet-using-c-example_45.html
Manish Kumar ChoudharyPosted Dec 12, 2014, 6:46 AM
Asmita AutePosted Dec 12, 2014, 6:45 AM
Manish Kumar ChoudharyPosted Dec 12, 2014, 6:43 AM
Asmita AutePosted Dec 12, 2014, 6:42 AM
Error3Metadata file 'D:\project\Attendance\BuisnessLogic\bin\Debug\BuisnessLogic.dll' could not be foundAttendance
Error2Metadata file 'D:\project\Attendance\DataAccess\bin\Debug\DataAccess.dll' could not be foundBuisnessLogic
Error4Metadata file 'D:\project\Attendance\DataAccess\bin\Debug\DataAccess.dll' could not be foundKSYSAttendance
Error1The type or namespace name 'ConfigurationManager' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
Prakash LakshmananPosted Dec 12, 2014, 5:00 AM
http://www.c-sharpcorner.com/UploadFile/4d9083/create-and-implement-3-tier-architecture-in-Asp-Net/
Asmita AutePosted Dec 12, 2014, 4:57 AM