I've seen methods to calculate this sum - also in questions on this site. But it seems it is a matter of how you want to regularize the problem. Are there summation methods which could give a different, finite result for this sum?
EDIT: One answer points out a simple solution. Apparently Wikipedia already mentions that transformations assuming linearity and stability will lead to inconsistencies (http://en.wikipedia.org/wiki/1_%2B_2_%2B_3_%2B_4_%2B_%E2%8B%AF#Failure_of_stable_linear_summation_methods) Is there a derivation with less assumptions about the divergent series still giving a different result?
Using the same zeta regularization that is used to get $$ 1+2+3+\dots=-\frac1{12}\tag{1} $$ we get $$ 1+1+1+\dots=-\frac12\tag{2} $$ Subtract $1$ from $(1)$ to get $$ 2+3+4+\dots=-\frac{13}{12}\tag{3} $$ Subtract $(2)$ from $(3)$ to get $$ 1+2+3+\dots=-\frac7{12}\tag{4} $$ Regularization of divergent series can lead to contradictions.