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
What file, what code, what database, what change
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
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
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 >.>
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
does the
CommandText
include @username2
?