MMS sending problem

MMS library for .NET

Moderator: alt

Post Reply
prog019
Posts: 44
Joined: Mon Mar 02, 2009 2:12 pm

MMS sending problem

Post by prog019 » Fri Mar 26, 2010 7:15 am

Hi,

when I click Send MMS button in the demo project,
in Line:
SubmitResponse resp = client.Submit(mes);(method SendSimpleMMS_Click)

get ArgumentOutOfRangeException:
(
Length cannot be less than zero.
Parameter name: length
)

with the same parameters I am successfully sending MMS with another tools.



[/img]
Post Reply