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

Did you find this page helpful?