patrickgod / BlazorEcommerce

Code for the online course "Make an E-Commerce Website with Blazor WebAssembly in .NET 6" on Udemy.
https://www.udemy.com/course/blazor-ecommerce/?referralCode=381AC9F708E79D672899
304 stars 157 forks source link

ADO.NET Entity Data Model for the Products #1

Open halharold1 opened 2 years ago

halharold1 commented 2 years ago

image Microsoft Visual Studio Community 2022 Version 17.1.0 Preview 2.0 VisualStudio.17.Preview/17.1.0-pre.2.0+32104.313 Microsoft .NET Framework Version 4.8.04084

Wanted to add the ADO.NET Entity Data Model for the Products and got the following Error message????

Thank you harold ferus jr

ylin53 commented 2 years ago

If you watch the video carefully (and slowly), you would notice the actual selected item is the standard class. I had the same problem.

Dreshar commented 2 years ago

Hi Patrick,

thanks for the Tutorial. I am quite new to this topic and replicated everything just like in your video but for some reason I am getting a null reference exception on the bottom of the page every time I start the project. The project is working fine oddly, but I have no clue where the error comes from. I attach the error and the NavMenu file, maybe you can spot it? nref

Appreciated! NavMenu.txt

Dreshar commented 2 years ago

Found the error myself - thanks :D