Hi Serena,
I got 2 questions to ask:
1)
I follow the readme file and configured correctly. But I got this error:
The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
Then I debug the application and it went to the catch statement. I got this error
ex = {"Could not connect to http://localhost:8000/ExpenseService. TCP error code 10061: No connection could be made because the target machine actively refused it. "}
I check in the web.config file
<client><endpoint name="ExpenseService" address="http://localhost:8000/ExpenseService" binding="wsHttpBinding" bindingConfiguration="ReliableMessaging" contract="ExpenseSample.Business.ServiceContracts.IExpenseServiceContract"/></client> I just realize that I don't have this ExpneseService in the sample source code. How do I get that?
client><endpoint name="ExpenseService" address="http://localhost:8000/ExpenseService" binding="wsHttpBinding" bindingConfiguration="ReliableMessaging" contract="ExpenseSample.Business.ServiceContracts.IExpenseServiceContract"/></client> I just realize that I don't have this ExpneseService in the sample source code. How do I get that?
endpoint name="ExpenseService" address="http://localhost:8000/ExpenseService" binding="wsHttpBinding" bindingConfiguration="ReliableMessaging" contract="ExpenseSample.Business.ServiceContracts.IExpenseServiceContract"/></client> I just realize that I don't have this ExpneseService in the sample source code. How do I get that?
client> I just realize that I don't have this ExpneseService in the sample source code. How do I get that?
I just realize that I don't have this ExpneseService in the sample source code. How do I get that?
2)
In the readme file, you mention this:
This application requires that the PersistentStore and TrackingStore of the
Windows Workflow Foundation to be installed and properly configured in ONE
database named WorkflowStore.
Can you be more specific on how to get those files installed and conifgure it to have the WorkflowStore? I already installed .NET Framework 3.0 and able to code wcf on the fly.
Any help? Thanks.
Best Regards,
Chua Wen Ching
Software Engineer Mesiniaga Berhad
President of MIND Community
Head of Academics for INETA Malaysia (APAC region)
Microsoft Most Valuable Professional (MVP) - Visual Developer - Visual C#