Click here to Skip to main content
15,886,734 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created WCF Rest service and consuming in MVC application within the SAME solution, But I'm stuck..

After Created WCF Rest Service and again create mvc application within same solution -
STEP 1: Right Click on MVC application and Add Service reference then Service reference added successfully. (Giving --> Namespace: StudentService)

Step 2: Go to Home controller and try to create proxy so I unable to find the name of given references while adding the service reference.

Error : StudentService Could not be found.

Please help where I'm doing wrong.

What I have tried:

After Created WCF Rest Service and again create mvc application within same solution -
STEP 1: Right Click on MVC application and Add Service reference then Service reference added successfully. (Giving --> Namespace: StudentService)

Step 2: Go to Home controller and try to create proxy so I unable to find the name of given references while adding the service reference.

Error : StudentService Could not be found.

Please help where I'm doing wrong.
Posted

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