slide share dotnet

16 views
Skip to first unread message

krishna

unread,
Sep 25, 2009, 1:01:56 AM9/25/09
to SlideShare Developers
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

Gaurav Gupta

unread,
Nov 8, 2009, 1:45:37 PM11/8/09
to SlideShare Developers
Hi Krishna,

We've just updated our .NET API wrapper to use the most current
version of the SlideShare API. Please try using it and see if that
solves the problem you are experiencing.

If the problem persists, feel free to write back to us.

Gaurav Gupta
Software Engineer @ SlideShare
Reply all
Reply to author
Forward
0 new messages