Are their updates to this article?

maureen flannery 21 Reputation points
2022-12-31T04:26:08.15+00:00

I am trying DESPERATELY to do this example project, but the information is all related to Visual Studio 2013. Are there any updates to create it in Visual Studio 2022?

https://learn.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/shopping-cart

I tried to make the necessary adjustments to fit the 2022 version, but i can't figure it out and, therefore, cannot get moving with this project.

I found other sample projects in 2022, but they are not as complicated as this example. I would really, really like to do this, but i can't figure out how to get started. I am willing to pay as-needed!

Thanks so much,
Maureen
xxx-xxx-xxxx
xxxx@xxxxxxxxxxxxx .com

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,251 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Lan Huang-MSFT 25,471 Reputation points Microsoft Vendor
    2023-01-02T10:02:09.987+00:00

    Hi @maureen flannery ,
    Web Forms is an older technology, but it still works.
    You can follow the tutorial and try to create a new project in VS2022.
    If you encounter specific problems, you can post for help.
    You can refer to the following items:
    https://github.com/Jeed999/WingtipToys
    https://github.com/corn-pivotal/WingtipToys/tree/master/WingtipToys
    Best regards,
    Lan Huang


    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

  2. Albert Kallal 4,651 Reputation points
    2023-01-02T19:08:35.277+00:00

    As noted, even vs2022 edition should have no issues, no troubles supporting, creating and working with a asp.net web forms application.

    While webforms are older, the brand new vs2022 has FULL support for such applications, and that is a credit to vs2022.

    However, out of the box, vs2022 is a REALLY large system. As a result, the default install does NOT have the correct parts installed for webforms.

    So, you want from vs2022 to go tools->Get Tools and features.

    Then expand this option:

    275487-image.png

    And now select these:

    275522-image.png

    And there might be a few I missed. However, if you select the above, then all of the web forms stuff should be available, and you not find any real difference then using the 10 year old vs 2013 in 2023!!

    Select the options I have in above - even select the ones that I not pointed to with arrows.

    Once you do this, then you can follow that article, and use vs2022, and do so without that article requiring any changes.

    0 comments No comments