Pro Mini upload sketch

I used Arduino ProMini (3.3V) on my project.

Atmega328P's SPI connected to output header on PCB. I burned Arduino bootloader using AVR ISP mkii on AVR STUDIO 4. (I could not burn bootloader on Arduino IDE via SPI port).

Now, here comes other problem, I cannot upload sketches to Arduino using ISP. There are many advice and tutorials on the web, I tried all of them more than twice but no result. There is always error.

Is there any way for uploading sketches for Arduino ProMini via SPI with AVR ISP mkii?

Thank you!

I've just used File:Upload Using Programmer in the IDE. MKii does not provide power, it only monitors Vcc on the ICSP header, you have to power it via other means.

I am supplying power. And also I can burn bootloader but I cannot upload sketches. There is circuit design in attachment file.

There is circuit design

Question is - is that the actual circuit of your device, or a circuit which you more-or-less followed, sort of? In any case, part is obviously missing from the diagram.

Thank you for all replies. I solved problem using AVR Studio 4. At first downloaded Arduino bootloader, then I download sketch hex file. It is working for now !!!!