Click here to Skip to main content
16,004,833 members

Comments by vikaskallidantheyil (Top 19 by date)

vikaskallidantheyil 13-Aug-15 3:16am View    
this is what i got.. any idea about this. it says machine actively refused. why it could be?? please sugest..
vikaskallidantheyil 13-Aug-15 3:15am View    
InnerException: System.Net.Sockets.SocketException
HResult=-2147467259
Message=No connection could be made because the target machine actively refused it 192.168.0.113:25
Source=System
ErrorCode=10061
NativeErrorCode=10061
StackTrace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
InnerException:
vikaskallidantheyil 13-Aug-15 0:32am View    
i tried without SSL but of no use. Same Errors throws now also. what acutualy you meant by inner exception.??
vikaskallidantheyil 7-Apr-15 1:43am View    
sorry
i tried to create a class like this
public class Dir
{
List directoryinfo SubDirInfo;
List fileinfo FileInfo;
}
and i made a list of this
List dir Dirs;
but it traverse only one step.. i want the files and dirs in the subdir also...
vikaskallidantheyil 16-Mar-15 0:39am View    
i have a requirement that i should show the documents to the users so that they can refer it but not to save or print it...