I asked a different question the other day, but I think this is the root of my problem. I have the ATMega168 microcontroller hooked up to my breadboard and have verified that I can run sketches if I first upload the sketch while the chip is plugged into the Arduino shield. Then I can take the microcontroller off and place it onto the breadboard and it will run the sketch fine. However, I don't want to keep removing the microcontroller from the breadboard everytime I want to make changes to my sketches. I read tutorials how to connect the RX, TX, Reset, Ground, and 5V from the shield to the breadboard. However, when I try uploading a sketch I get the following error message:
avrdude: stk500_recv(): programmer is not responding
This happens 10 times, then it quits and says it can't upload to the board. I've read solutions where people say to hit the reset button at a specific time, changing your port, changing the programmer, none of it is working for me. Any help would be appreciated. Thanks!