Timed out while connecting to named pipe. Please help me?

Sachin N 1 Reputation point
2022-05-14T01:55:29.883+00:00

Instances of this error (1)

  1. Hide Call Stack

at Microsoft.DotNet.DesignTools.Client.Host.ServerProcess.d__35.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.DotNet.DesignTools.Client.Host.ServerProcess.d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.DotNet.DesignTools.Client.Host.ServerHostFactory.d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.DotNet.DesignTools.Client.DesignToolsClientLoader.d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.DotNet.DesignTools.Client.DesignToolsClientLoader.<>c__DisplayClass24_1.<<-ctor>b__1>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.DotNet.DesignTools.Client.DesignToolsClientLoader.d__26.MoveNext()

Help with this error

Could not find an associated help topic for this error. Check Windows Forms Design-Time error list

Forum posts about this error

Search the MSDN Forums for posts related to this error

201941-image-14-05-22-at-723-am.jpg

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,729 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 31,801 Reputation points Microsoft Vendor
    2022-05-16T06:20:10.337+00:00

    Hi @Sachin N ,
    Check the warning 'This Project is targeting a varsion of .NET which is not installed' in Solution Explorer
    Try 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
      Best Regards.
      Jiachen Li

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.