Open pexpert28 opened 8 years ago
I compared MeetingService registration with TaskService ( from last project ) , They are same in registration but TaskService works fine and MeetingService doesn't !
@pexpert28 hi ,
answering to problem 1 ) you must create your repository in "BTE.RMS.Presentation.Persistence.WPF" dll ( the only difference with Task service ) and every thing will work fine.
answering to problem 2) please ask your Colleague i think they have a component that support persian Date time
I did what you said, but my problem didn't solve . When I added a break point in TaskService's constructor ( for last project) it broke the run at the start ( when bootstrap executed ) . but in this project , the program does not run MeetingService's constructor , and I think it does not add to CastleWindsor . What should I do ?
Here I have some problem in project : 1) I could not using MeetingService ( which has BTE.RMS.Presentation.Logic.Meeting.Services namespace) because it did not register in Castle Windsor , so I deleted some codes from view models to find a bug but I could not ! I had same problem for MeetingRepository and Database . 2) I could not find persian component for Time Picker . Do you know any sources for this component