etrupja / complete-ecommerce-aspnet-mvc-application

This is the source code of the "ASP.NET MVC | Build a Complete eCommerce App" course on Udemy
https://bit.ly/3CWvkqk
255 stars 295 forks source link

I bought this course on Udemy #7

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi, I am currently stuck, having errors I can't seem to figure out. I am not disputing the fact that I must be doing something wrong or missing something. That is why I turned to the source code you graciously shared publicly on your Git repository. However, I am shocked to discover that the eTicket.Models.Producer.cs file isn't included. Debugging is hard enough, but when a useful resource like the one you provided for your students isn't complete, then that's double jeopardy. I'll appreciate your prompt action. Thanks.

dwarwick commented 1 year ago

It is there. See below.

On Tue, Oct 11, 2022, 10:57 AM Oluwadare Matthews @.***> wrote:

Hi, I am currently stuck, having errors I can't seem to figure out. I am not disputing the fact that I must be doing something wrong or missing something. That is why I turned to the source code you graciously shared publicly on your Git repository. However, I am shocked to discover that the eTicket.Models.Producer.cs file isn't included. Debugging is hard enough, but when a useful resource like the one you provided for your students isn't complete, then that's double jeopardy. I'll appreciate your prompt action. Thanks.

— Reply to this email directly, view it on GitHub https://github.com/etrupja/complete-ecommerce-aspnet-mvc-application/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZ27ZHEFZ2C7FIHKE34SSLWCWS7TANCNFSM6AAAAAARCQ5DYM . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

dwarwick commented 1 year ago

Screenshot_20221011-112134_Chrome

ghost commented 1 year ago

Thanks dwarwick. You're life saver. Im very new to Github, pretty much everything. Lol.

Screenshot_20221011-112134_Chrome

dwarwick commented 1 year ago

No problem. Good luck with your journey.

ghost commented 1 year ago

Hello dWarwick, Please I need to start the ecommerce mvc application tutorial all over. It appears almost impossible to remove something I pushed to the repository at will, or should I say, a mountainous task. Do you know how I can delete this current eTicket from my repository? Please show me. I am considering deleting the account and recreating it. I'll be left with no other option if I don't get a response in a few mins. I'm so behind on my own timetable. Thanks in advance.

It is there. See below.

ghost commented 1 year ago

No problem. Good luck with your journey.

Just seeing this. Thanks. I will appreciate if I can get your help when I need some things explained as simply as possibly or reference to useful resource for a beginner when stuck. Meanwhile, I'm guessing you're not available right now to answer my question about removing the eTicket project I'm aborting from on here. Maybe due to different time zones. So, I'm will just go ahead and delete this account, create a new and start all over. I don't want more confusion than I can handle from the outset.

Thanks again.

dwarwick commented 1 year ago

If you are using source control and you have been commiting your changes, you should be able to just revert your changes to undo back to the previous commit.

If you haven't been using a local repository, you should consider it. After you finish each section of the tutorial, make a commit.

Sincerely,

David Warwick

On Wed, Oct 12, 2022, 5:22 AM Oluwadare Matthews @.***> wrote:

Hello dWarwick, Please I need to start the ecommerce mvc application tutorial all over. It appears almost impossible to remove something I pushed to the repository at will, or should I say, a mountainous task. Do you know how I can delete this current eTicket from my repository? Please show me. I am considering deleting the account and recreating it. I'll be left with no other option if I don't get a response in a few mins. I'm so behind on my own timetable. Thanks in advance.

It is there. See below.

— Reply to this email directly, view it on GitHub https://github.com/etrupja/complete-ecommerce-aspnet-mvc-application/issues/7#issuecomment-1276074572, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZ27ZECIM6XFXRIDQ5LX4TWC2UQTANCNFSM6AAAAAARCQ5DYM . You are receiving this because you commented.Message ID: <etrupja/complete-ecommerce-aspnet-mvc-application/issues/7/1276074572@ github.com>

dwarwick commented 1 year ago

Ok. Just so you know, I am just a student like you. I took this course earlier this year. I will gladly help out when I have time, but I do not own or support this repository.

If you want to delete everything and start over, delete your solution folder on your local machine, including the hidden folder ".git" if it exists.

Then go to your repository settings on GitHub.com. look for the gear icon in that repo. Go all the way to the bottom of the settings. I think it says something like dangerous settings. Then delete the repo and I think you have to type in what it says to confirm that you really want to delete it.

On Wed, Oct 12, 2022, 5:35 AM Oluwadare Matthews @.***> wrote:

No problem. Good luck with your journey.

Just seeing this. Thanks. I will appreciate if I can get your help when I need some things explained as simply as possibly or reference to useful resource for a beginner when stuck. Meanwhile, I'm guessing you're not available right now to answer my question about removing the eTicket project I'm aborting from on here. Maybe due to different time zones. So, I'm will just go ahead and delete this account, create a new and start all over. I don't want more confusion than I can handle from the outset.

Thanks again.

— Reply to this email directly, view it on GitHub https://github.com/etrupja/complete-ecommerce-aspnet-mvc-application/issues/7#issuecomment-1276094478, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZ27ZC7E7H4EBXUHB3BEDLWC2WCHANCNFSM6AAAAAARCQ5DYM . You are receiving this because you commented.Message ID: <etrupja/complete-ecommerce-aspnet-mvc-application/issues/7/1276094478@ github.com>

TahaGharanfoli commented 1 year ago

Hello I have problem on the end of model part (seed function) Microsoft.EntityFrameworkCore.DbUpdateException: 'An error occurred while saving the entity changes. See the inner exception for details.' inner exception : SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ActorsMovies_Movies_MovieId". The conflict occurred in database "ecommerce-app-db", table "dbo.Movies", column 'Id'. The statement has been terminated. dont know what to do 🤦‍♂️

dwarwick commented 1 year ago

I recommend that that you copy the exact error message into Google and search. That's what I always do when I get an error that I don't understand.

Stackoverflow.com is a great resource.

Sincerely,

David Warwick

On Thu, Oct 13, 2022, 3:45 AM TahaGharanfoli @.***> wrote:

Hello dWarwick, I have problem on the end of model part (seed function) Microsoft.EntityFrameworkCore.DbUpdateException: 'An error occurred while saving the entity changes. See the inner exception for details.' inner exception : SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ActorsMovies_Movies_MovieId". The conflict occurred in database "ecommerce-app-db", table "dbo.Movies", column 'Id'. The statement has been terminated. dont know what to do 🤦‍♂️

— Reply to this email directly, view it on GitHub https://github.com/etrupja/complete-ecommerce-aspnet-mvc-application/issues/7#issuecomment-1277411643, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZ27ZH63WG4EO7DWUG5W6TWC7R4TANCNFSM6AAAAAARCQ5DYM . You are receiving this because you commented.Message ID: <etrupja/complete-ecommerce-aspnet-mvc-application/issues/7/1277411643@ github.com>

Youth1105 commented 1 year ago

can i run this repository? please allow my IP