Posted on: 6/17/2014 4:31:23 AM | Views : 383

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 ...