Solution is found:
compile project x86 only (not Any CPU)
Search found 7 matches
- Mon Jul 12, 2010 1:31 pm
- Forum: ALT.SMS.SmppClient
- Topic: Can't install service with ALT.SMS.SmppClient on x64 system
- Replies: 1
- Views: 15718
- Mon Jul 12, 2010 11:41 am
- Forum: ALT.SMS.SmppClient
- Topic: Can't install service with ALT.SMS.SmppClient on x64 system
- Replies: 1
- Views: 15718
Can't install service with ALT.SMS.SmppClient on x64 system
When can I try to install and run my service with ALT.SMS on x64-base computer, I have this message:
Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'ALT.SMS.SmppClient, Version=2.6.7.0, Culture=neutral, PublicKeyToken=f4ef11ed003c8441' or one of its ...
Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'ALT.SMS.SmppClient, Version=2.6.7.0, Culture=neutral, PublicKeyToken=f4ef11ed003c8441' or one of its ...
- Mon Sep 28, 2009 7:50 am
- Forum: ALT.SMS.SmppClient
- Topic: Send the message containing an underscore: 5F vs 11
- Replies: 3
- Views: 29939
- Wed Sep 23, 2009 12:10 pm
- Forum: ALT.SMS.SmppClient
- Topic: Send the message containing an underscore: 5F vs 11
- Replies: 3
- Views: 29939
- Tue Sep 08, 2009 11:01 am
- Forum: ALT.SMS.SmppClient
- Topic: Send the message containing an underscore: 5F vs 11
- Replies: 3
- Views: 29939
Send the message containing an underscore: 5F vs 11
I try to send the message containing an underscore, but it is transferred in the wrong coding.
Dim sm As SubmitSm
Dim Message as String = "test _ test"
sm = New SubmitSm
sm.Command = CommandSet.SubmitSm
sm.DataCoding = ALT.SMS.DataCodings.Default
sm.DestAddr = DestAddr
sm.DestNpi = Convert ...
Dim sm As SubmitSm
Dim Message as String = "test _ test"
sm = New SubmitSm
sm.Command = CommandSet.SubmitSm
sm.DataCoding = ALT.SMS.DataCodings.Default
sm.DestAddr = DestAddr
sm.DestNpi = Convert ...
- Mon Oct 27, 2008 1:26 pm
- Forum: ALT.SMS.SmppClient
- Topic: ValidityPeriod property format
- Replies: 5
- Views: 46073
- Fri Sep 26, 2008 7:40 am
- Forum: ALT.SMS.SmppClient
- Topic: >130 chars error
- Replies: 1
- Views: 19025
>130 chars error
Hello. I try to send a message with more than 130 chars (130-160 chars english text) but receive this error:
"Value was either too large or too small for an unsigned byte."
StackTrace:
at System.Convert.ToByte(Int32 value)
at ALT.SMS.SubmitSm.suBHmnexr()
at ALT.SMS.SubmitSm.ALT.SMS.IPacket ...
"Value was either too large or too small for an unsigned byte."
StackTrace:
at System.Convert.ToByte(Int32 value)
at ALT.SMS.SubmitSm.suBHmnexr()
at ALT.SMS.SubmitSm.ALT.SMS.IPacket ...