thank for reply but i still cannot do it. when i create a new services then i call it:
PlatForm.GetService(service=>service.loadorder(loadOrderrequest))
than it say: "No service provider was found that can provide the service", do i need to make a registration somewhere?
i have tried other way (modify directly to OrderEntryService) but when i call Getservice:
PlatForm.GetService(service=>service.loadorder(loadOrderrequest))
it say: "No extensions found for extension point ClearCanvas.Enterprise.Core.PersistentStoreExtensionPoint, or the extensions could not be instantiated"
could any body please help me. give me a sample of Load Order is so much better
Note: I'm running the Application Separately (without the other started). i guest may be the plugin are not loaded.
thanks so much..