Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guy..
can i access wcf method through C++ Window application which i written in C#...
Posted

1 solution

If your using C++.NET (Visual C++ or C++/CLI or whatever the name is for the one that you can use .NET with) then the assemblies should be all you need to port it over. If your not then you would have to use COM wrappers for the methods and could prove to be a bit more of a process. In either case should definitely be possible.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900