C
C#7mo ago
ace

VS failing to build

After setting an .ico to my project it just wont build and I am unsure why
No description
13 Replies
mtreit
mtreit7mo ago
If you remove the .ico does it build? Those errors look unrelated to an icon. Looks like a simple missing namespace.
ace
ace7mo ago
it was all working fine till i added them icons tried removing them now its all messed up
mtreit
mtreit7mo ago
Can you revert the code back to where it was working and try again?
ace
ace7mo ago
how do i do that
mtreit
mtreit7mo ago
You're not using source control (git) ?
ace
ace7mo ago
it just ends like this
No description
ace
ace7mo ago
no
mtreit
mtreit7mo ago
This is why you should use git. And commit your changes often.
ace
ace7mo ago
so theres no fix other than that
mtreit
mtreit7mo ago
Hard to say without knowing more about your code and/or what you changed.
ace
ace7mo ago
all i did was add an ico
mtreit
mtreit7mo ago
Feels like maybe you accidentally changed something else without realizing it.
ace
ace7mo ago
potentially meh i didnt get a lot done ill just re do it