i got the message when i call getslideshow for tag method.
i am using windowform in that i placed one button, label, textbox
;
this is my code
private void Form1_Load(object sender, EventArgs e)
{
//System.Net.Sockets
slideshare ss = new slideshare();
ss.initializeKeys("aeiaobCH", "W4Dxzhbl");
}
private void button1_Click(object sender, EventArgs e)
{
slideshare ss = new slideshare();
ss.initializeKeys("aeiaobCH", "W4Dxzhbl");
TB.Text = ss.getSlideshowsForTag("dom", 0, 4);
}
}
i got the message when i call getslideshow for tag method.
System.Net.WebException: Unable to connect to the remote server --->
System.Net.Sockets.SocketException: No connection could be made
because the target machine actively refused it
174.36.28.11:80
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddress socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean
connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress&
address, ConnectSocketState state, IAsyncResult asyncResult, Int32
timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at WindowsFormsApplication2.slideshare.executeGetCommand(String
url, String parameters) in C:\Documents and Settings\ckuser17\My
Documents\Visual Studio 2008\Projects
\WindowsFormsApplication2\WindowsFormsApplication2\Class1.cs:line 36