kwailo888 / AxolotlTestApp

9 stars 3 forks source link

FormatException when running program #10

Closed samuelg78 closed 8 years ago

samuelg78 commented 8 years ago

I had compiled all the project successfully but encountered error when running the program. formatexception

An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll

Additional information: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.

samuelg78 commented 8 years ago

I am using vs 2015

alijundi commented 8 years ago

Please run the test app using right click start debug. and make sure you change the password/phone/etc at the beginning to reflect yours.

samuelg78 commented 8 years ago

Now i encountered this socket error. socket

Do i need to run the mysql script? I had run it anyway to create the db for mysql but there seems to be no data in all the table.

kwailo888 commented 8 years ago

you don't need the mysql scriot to run the sample program. i'd check your network connection and your credentials again just to be sure

samuelg78 commented 8 years ago

My network is working fine.... You can send me your credential to test?

kwailo888 commented 8 years ago

Hahaha seriously? You don't just ask people for their credentials for testing. Get a disposable sim card and register using wart.

wasimjee commented 8 years ago

@samuelg78 there are lots of people with credentials or WART to create one.

regards http://iwr.co.in

samuelg78 commented 8 years ago

I got it to work..... it seemed like i had to rebuild everytime i need to run the program. Thks