Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

563
Views
Timed out while connecting to named pipe when opening windows form in .NET 5.0

I have created a new windows forms project in .NET 5.0. Designer worked but as soon as I add reference to my ASP.NET Core Web API project and try to load Form designer I get message "Timed out while connecting to named pipe". I can run project and it works fine but I can't load Form.

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

I was able to figure out the problem. Personally, my form had some dependencies that were causing the form not to load. In the Solution Explorer, check to see if you have any 'caution' icons, or try to remove any dependencies.

over 4 years ago · Santiago Trujillo Report

0

Follow below steps:

  1. Open your visual studio ----> open your project ------> go to your solution explorer and double click on your project ---> change Target framework To (net472)----->

  2. Again go to your solution explorer and click right on your project and click on properties and change the target framework to 4.7.2

That will successfully and work with me and will work with you

over 4 years ago · Santiago Trujillo Report

0

I had the same issue, Open the project file and search for

  <ItemGroup>
    <FrameworkReference Include="Microsoft.AspNetCore.App" />
  </ItemGroup>

Remove this section and the WinForm designer opens with no issues. At least that was my issue.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!