Problem found. the URL in the baseString was lower case...
Peace.
On Dec 26, 4:45 pm, "Dr.g." wrote:
> Hey,
>
> I'm keep getting this error with no idea what's wrong. this is what i
> do:
>
> //private function in use
> private static byte[] encode(String val)
> {
> MemoryStre
Hey,
I'm keep getting this error with no idea what's wrong. this is what i
do:
//private function in use
private static byte[] encode(String val)
{
MemoryStream ms = new MemoryStream();
StreamWriter sw = new StreamWriter(ms,Encoding.ASCII );
sw.Write(v