Changed the name of my file and now everythings fucked :C i changed the code but my database is gone

I used the same database before but now its not showing up anymore >.>
14 Replies
Angius
Angiusβ€’4w ago
What file, what code, what database, what change
Buddy
Buddyβ€’4w ago
Should've used a VCS
π•±π–”π–—π–Œ
my database is not there for some reason i dont think i should attach the file here cuz it'll dox my name >.> But yeh the database is not there anymore
Buddy
Buddyβ€’4w ago
Don't open folder in VS You need to open a project since C# is project-based Meaning, either *.csproj or *.sln files. Preferably *.sln if one can be found You shouldn't be able to see *.Designer.cs files as they are auto-generated by the windows forms designer.
π•±π–”π–—π–Œ
ahhh okie dokie i try that now uhhh all the files are empty
SG97
SG97β€’4w ago
looks like you forgot to blur out your name in VS
π•±π–”π–—π–Œ
uhoh i'll go home after class and try to fix it again wasnt working just now still not working >.>
SG97
SG97β€’4w ago
you really need to be a bit more spesific
π•±π–”π–—π–Œ
ah sorry im streaming the problem i figured most of it out but like the names cant be changed for some of them mind showing me how to manually change the names?
π•±π–”π–—π–Œ
like i changed this everywhere
SG97
SG97β€’4w ago
does the CommandText include @username2?
Want results from more Discord servers?
Add your server
More Posts
βœ… keyauth to c# filei wanna add keyauth to my c# file but idk howI am attempting to assign an integer value to a 2d array, but I get a null reference errorβœ…The specific error is "NullReferenceException: Object Reference Not Set To An Instance Of An Object"βœ… How to handle TextBox Text changing on ViewModel in AvaloniaI have multiple text boxes that are needed before being able to process, and therefore they all mustStatic linking of `.lib`/`.a` file not workingI'm using Native AOT (+ .NET 8) and I want to statically link my static lib from another language sostrategy design pattern on discountI need to use strategy design patter and thee only thing i could think of is for the discounts, but "Non-nullable field..." warning even though the value is ensured to be declaredHi, I am very much a C# beginner so please excuse me if it's a dumb question. I'm learning from the Truncating 1 and 0 and returning as a doubleI'm having trouble with the Cars, Assemble exercise on the C# path on Exercism. I'm calculating the βœ… Required propertyHello there. I am creating a class with some required properties. I have decorated them with the [Binary serialization / deserialization where you don't control the formatI wrote this: ```csharp public static string ReadPascalString(BinaryReader reader) => System.Text.EnIncorrect syntax near the keyword 'NOT'. error during ef database updateI've been following a Asp.net core web api tutorial https://www.youtube.com/watch?v=SIQhe-yt3mA&t=43