I am facing a problem.
Please explain if this is possible or not.
1)I created a Service Library (.Net 3.5)
2)Created a Windows Service (.Net 3.5), added ServiceHost and implemented my ServiceLibrary to work as a TCP Endpoint.
3)Next I created a Console Client (.Net 3.5) and tried to get data from my TCP Endpoint…(svcutil….proxy.cs generation).Worked absolutely fine.
4)I have a Windows Client(.Net 1.1).How do I configure it to use this new Service. Cant add Proxy.cs as it says that servicemodel cannot be found…