Ellipsoid Particle Emitter don't affect the particles

I am using Unity 4 and when I am setting the properties of my particle system, I added the “Ellipsoid Particle Emitter” (EPE) to set some values from : Component → Effects → Legacy Particles → Ellipsoid Particle Emitter. The problem is when I change any value in the EPE no changes are applied to the particles! such as the MinSize, MaxSize, MinEnergy or any other value in the EPE. What should I do?

If you are using an EPE, you also need to use the Legacy Particle Renderer and Particle Animator. Not ‘Particle System’ aka Shuriken. That is, on the same game object. You can have both in the same scene.
http://docs.unity3d.com/Documentation/Components/comp-ParticlesLegacy.html