Tools are not found in the asp net core application development environment

Wasantha Rambukwella 0 Reputation points
2023-11-07T12:36:05.24+00:00

Tools are not found in the toolbox of asp.net core web application development environment.

It is stated that there are no usable controls in this group and I tried several solutions like 'reset toolbox', 'show all ' but nothing worked. How can I have the toolbox with the tools I need to design my views.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
3,756 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,064 questions
{count} votes

2 answers

Sort by: Most helpful
  1. AgaveJoe 1,500 Reputation points
    2023-11-07T13:43:59+00:00

    Tools are not found in the toolbox of asp.net core web application development environment.

    Correct. This is the default behavior for ASP.NET Core and Visual Studio.

    It is stated that there are no usable controls in this group and I tried several solutions like 'reset toolbox', 'show all ' but nothing worked. How can I have the toolbox with the tools I need to design my views.

    You have not explained what tools you expect. If you are expecting ASP.NET server controls like a dropdowns and grids then I'm sorry to inform you these controls do not exist in ASP.NET Core. ASP.NET Core uses tag helpers.

    Get started with ASP.NET Core MVC

    1 person found this answer helpful.
    0 comments No comments

  2. Tianyu Sun-MSFT 22,086 Reputation points Microsoft Vendor
    2023-11-07T13:50:50.6333333+00:00

    Hello @Wasantha Rambukwella ,

    Welcome to Microsoft Q&A forum.

    The Toolbox is not available for ASP .NET Core Web project, instead it supports ASP .NET Web Forms projects.

    Here are two suggestion tickets about this feature: Add toolbox to asp .net core and asp .net core web app not showing toolbox. Please kindly upvote, add comments and follow up that tickets and wait for the latest information.

    Currently, you may use HTML and CSS to position the control on the web page and develop your project.

    Thanks for helping us make Visual Studio better, have a nice day.

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    0 comments No comments