C
C#2y ago
EliasGPS

✅ Can't insert data in my ASP.NET database

i don't know what i'm doing wrong
52 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
i think yes
SqlException: Cannot insert explicit value for identity column in table 'Country' when IDENTITY_INSERT is set to OFF.
SqlException: Cannot insert explicit value for identity column in table 'Country' when IDENTITY_INSERT is set to OFF.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
i saw somewhere that it is not safe to turn that on
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
LOL
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
hahaha
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
the thing is
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
that file is called DBInitialize.cs and we need to use that file but ok i will try
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
i'm a student
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
and the teacher gave us the file to fill in our database
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
i made the table
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
idk i did not know
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
uhu
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
but i never use a create table so i created a model with all attributes i have a context file
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
uhu i'm sorry but its my first time with this so yeah
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
yes
EliasGPS
EliasGPS2y ago
EliasGPS
EliasGPS2y ago
EliasGPS
EliasGPS2y ago
this is the data model
EliasGPS
EliasGPS2y ago
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
owwww hahahahhahahahahah
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
but i mean when i look at the test data
EliasGPS
EliasGPS2y ago
EliasGPS
EliasGPS2y ago
i really specify the CountryID the same with Team
EliasGPS
EliasGPS2y ago
EliasGPS
EliasGPS2y ago
all the others are auto-generated but ok thx i will try to find a solution
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX2y ago
tebeco#0205
Quoted by
From tebeco#0205
React with ❌ to remove this embed.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
ok thx for your help! maybe chatgpt will do the work! hahah
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
EliasGPS
EliasGPS2y ago
i think this will fix it jep everything works
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
EliasGPS
EliasGPS2y ago
jep everything solved
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts
❔ How to access variable from AccessibilityObject ?I am trying to make canges to an old Winforms or Window forms application and my main goal is to pop❔ Why can i not override a Method from a class that extend a Interface```cs public interface IRegistry { public static readonly List<IRegistry> RegistryTypes = n❔ Windows Form helpI have the source code for an application that utilizes Windows Forms, but I have no experience work❔ Services collection life timeHi guys, is it possible to register some services later when the application up and running ? ### ❔ So I'm hammering my head against this Lambda API I trying get workingSo I followed the instructions out of one of the articles I read on AWS Lambda C# API did the conver❔ Best architectural design choice?If I have multiple instances of multiple apps all working to do similar things, and they all need th✅ In WPF using a custom dialog service, how would i "validate" the dialog data before closing it?I have a `NewUserWindow`, whose data context is a `NewUserViewModel` and then i have a dialog servic❔ xamarin forms displaying text in 1 line with spacinghow can i distribute text that first is at the start of the line second is in the middle and third i✅ Should I use unity to create a app?Trying to make app, should I make it in unity? It'll be for creating characters and putting them on ❔ System.Linq.Expressions custom expressionHi guys! I'm parsing a custom language and building an Expression Tree based on it, but I came into