i have been trying to access WCF service function(Which loads C++ Dll's too) in a C# client project.
When ever i start client program it fetches the service, loads the dll, but suddenly WCF service will be terminated from the system tray.
I have added timeout parameters in web.config(Service) and app.config(Client).
i have tried to log the error as said here but still its not logging the errors.
what's causing this error, any help will be appreciated.
Update 1 Here's my trace.svclog
Update 2 Here's my entire Code This contains 2 solutions, HelloWorld is a C++ Dll & WcfServices Contains both server(C++ Dll'll be loaded) and Client Projects. These projects have all the changes made till now based on internet solutions.
Regards, Jithendra