Note that there are some explanatory texts on larger screens.

plurals
  1. PONamed Pipes references not working with ASP.NET MVC 4
    primarykey
    data
    text
    <p>I'm working on a API and using ASP.NET Web API in order to expose it. I tried to add a service reference to a Named Piped service that is responsible for authentication and authorization, but I couldn't reference it on my code.</p> <p>That Named Pipe service is working properly and is used on a wide variety of projects. That is the first time we try to use it with ASP.NET MVC 4. It's working very well on another project that uses ASP.NET MVC 3.</p> <p>Like you could see on the following image, I'm able to add the service reference. But It didn't appear on Object Browser or auto-complete!</p> <p><img src="https://i.stack.imgur.com/JrYhk.png" alt="Service References"></p> <p>When I try to invoke that service, it just does not show up anywhere.</p> <p><img src="https://i.stack.imgur.com/Mst5b.png" alt="Code"></p> <p>It appears to be a problem with ASP.NET MVC 4 projects and Named Pipes service references.</p> <p>I really don't know if that is a well know / documented behavior, but I wasn't able to find anything useful related to that question on the internet.</p> <p>I could add a reference to that service using Visual Studio 2012 on any kind of project, except ASP.NET MVC 4 ones. The problem is specifically related to ASP.NET MVC 4 projects.</p> <p>I tried to add the reference using Visual Studio 2010 and I had the same problem: working pretty well with ASP.NET MVC 3 and any other kind of project. Again, the problem is specifically related to ASP.NET MVC 4 projects.</p> <p>Is anyone having the same problem? How could I go through it?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload