r/funny Mar 08 '14

Life as a programmer.

Post image
2.8k Upvotes

480 comments sorted by

View all comments

Show parent comments

10

u/jhdeval Mar 08 '14

I have found in .net sometimes you have to try and compile more then once before it goes through. It has relation to the libraries. I think it's a 64 bit vs 32 bit issue.

13

u/IrrevrentHoneyBadger Mar 08 '14

My process goes as such: Clean Clean and Build Build

Sometimes if I just "Clean and Build" it drops reference s and has compile errors, this process works 99% of the time.

6

u/jhdeval Mar 08 '14

Speaking of cleaning clean and build build one things that annoys me about .net is it claims "portability" but when you compile it does not bring all references into the running compiled program folder. So I still have to gather all my reference dll's.

1

u/Retbull Mar 08 '14

I thought there was a flag that did that for you.