What is the exact meaning / significance oif Assembly reference ;;
HealthCare.MRService.InjectionHistoryDiseases arrobj = new HealthCare.MRService.InjectionHistoryDiseases();
HealthCare.MRService.MedicineHistoryDiseases arrobj2 = new HealthCare.MRService.MedicineHistoryDiseases();
in the above lines of code; in 1st line no error but at 2nd line , there is an error like Type or namespaceMedicineHistoryDiseases does not exist in the name space HealthCare.EMRService(are you missing an assembly reference
Go to the complete details ...