Build a Smart Client using Microsoft Office like automation model. Highly pluggable architecture that is much cleaner as separation of concern is maximized.
One thought on “SmartClient with Office like Automation”
Leave a Reply
You must be logged in to post a comment.
I just tried to compile the project as i downloaded it and opened it in VS2005… i keep getting these errors :
Error 1 Cannot implicitly convert type ‘SmartInstitute.Automation.SmartInstituteServices.StudentService.Student’ to ‘SmartInstitute.Student’ …………….SmartClientClientSMI.AutomationCommandsStudentsLoadStudentDetailCommand.cs 32 23 SmartInstitute.Automation
Error 2 Cannot implicitly convert type ‘SmartInstitute.Automation.SmartInstituteServices.CourseService.Course[]’ to ‘SmartInstitute.Course[]’ …………….SmartClientClientSMI.AutomationCommandsCourseLoadAllCourseCommand.cs 20 42 SmartInstitute.Automation
Error 3 Cannot implicitly convert type ‘SmartInstitute.Automation.SmartInstituteServices.StudentService.Student[]’ to ‘SmartInstitute.Student[]’ …………….SmartClientClientSMI.AutomationCommandsStudentsReloadStudentListCommand.cs 26 27 SmartInstitute.Automation
Error 4 The best overloaded method match for ‘SmartInstitute.Automation.SmartInstituteServices.StudentService.StudentService.SyncStudent(SmartInstitute.Automation.SmartInstituteServices.StudentService.Student)’ has some invalid arguments …………….SmartClientClientSMI.AutomationCommandsStudentsSaveStudentCommand.cs 38 5 SmartInstitute.Automation
Error 5 Argument ‘1’: cannot convert from ‘SmartInstitute.Student’ to ‘SmartInstitute.Automation.SmartInstituteServices.StudentService.Student’ …………….SmartClientClientSMI.AutomationCommandsStudentsSaveStudentCommand.cs 38 25 SmartInstitute.Automation