Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sunil G 3

@Sunil G 3
About
Posts
23
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows Process Activation Service stops responding automatically.
    S Sunil G 3

    When I tried to perform Load Testing my Asp.net MVC application, I test application with 30 concurrent users and Application pool stops automatically due to some Window Process Activation Service failed!! Error :--> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)

    In Event Viewer WAS is giving below erros

    1. application pool is being automaticall disabled due to a series of failures in the process service that application pool

    2. A process service application pool "xyz" suffered a fatal communication error with Windows Process Activation Service. The data field contains the error number

    ASP.NET asp-net csharp testing beta-testing architecture

  • How to Zip Folder in C#
    S Sunil G 3

    Hi All, I want to zip a folder in C# without any third party dll. Can any body help me out. Thanks, Sunil G.

    C# csharp help tutorial

  • How to disable Button in RadGridView.
    S Sunil G 3

    Hello, I have a RadGridView in my application. In that grid there is one column named "GridViewDataColumn" and in that column there is 3 buttons. Now out of 3 buttons I want to disable/enable one button on a particular condition. Can anybody Help me. Regards, Sunil G.

    WPF css help tutorial

  • Database Connectivity in Silverlight Web Application
    S Sunil G 3

    Hi All, I want Database Connectivity in my Silverlight Web Application without using WCF service. Is is possible? I have googled but no luck. Thank U, Sunil G.

    WPF csharp database wcf question

  • Iterate DataGrid in Silverlight web application.
    S Sunil G 3

    Hi All, I want to iterate all the rows of the DataGrid in my SilverLight web application.. Can anyone tell me how to iterate? I have googled, but no luck.... Thanks, Sunil G.

    WPF tutorial question

  • FTP Connection
    S Sunil G 3

    My dear friend, I havent told you to copy and paste all the APIs in C#. You can you these APIs in C# only the syntax is different. Regards,

    C# sysadmin question

  • FTP Connection
    S Sunil G 3

    Hi, You can use below API's...

    Private Declare Function InternetCloseHandle Lib "wininet.dll" (ByVal hInet As Long) As Integer
    Private Declare Function InternetConnect Lib "wininet.dll" Alias "InternetConnectA" (ByVal hInternetSession As Long, ByVal sServerName As String, ByVal nServerPort As Integer, ByVal sUserName As String, ByVal sPassword As String, ByVal lService As Long, ByVal lFlags As Long, ByVal lContext As Long) As Long
    Private Declare Function InternetOpen Lib "wininet.dll" Alias "InternetOpenA" (ByVal sAgent As String, ByVal lAccessType As Long, ByVal sProxyName As String, ByVal sProxyBypass As String, ByVal lFlags As Long) As Long
    Private Declare Function FtpSetCurrentDirectory Lib "wininet.dll" Alias "FtpSetCurrentDirectoryA" (ByVal hFtpSession As Long, ByVal lpszDirectory As String) As Boolean
    Private Declare Function FtpGetCurrentDirectory Lib "wininet.dll" Alias "FtpGetCurrentDirectoryA" (ByVal hFtpSession As Long, ByVal lpszCurrentDirectory As String, lpdwCurrentDirectory As Long) As Long
    Private Declare Function FtpCreateDirectory Lib "wininet.dll" Alias "FtpCreateDirectoryA" (ByVal hFtpSession As Long, ByVal lpszDirectory As String) As Boolean
    Private Declare Function FtpRemoveDirectory Lib "wininet.dll" Alias "FtpRemoveDirectoryA" (ByVal hFtpSession As Long, ByVal lpszDirectory As String) As Boolean
    Private Declare Function FtpDeleteFile Lib "wininet.dll" Alias "FtpDeleteFileA" (ByVal hFtpSession As Long, ByVal lpszFileName As String) As Boolean
    Private Declare Function FtpRenameFile Lib "wininet.dll" Alias "FtpRenameFileA" (ByVal hFtpSession As Long, ByVal lpszExisting As String, ByVal lpszNew As String) As Boolean
    Private Declare Function FtpGetFile Lib "wininet.dll" Alias "FtpGetFileA" (ByVal hConnect As Long, ByVal lpszRemoteFile As String, ByVal lpszNewFile As String, ByVal fFailIfExists As Long, ByVal dwFlagsAndAttributes As Long, ByVal dwFlags As Long, ByRef dwContext As Long) As Boolean
    Private Declare Function FtpPutFile Lib "wininet.dll" Alias "FtpPutFileA" (ByVal hConnect As Long, ByVal lpszLocalFile As String, ByVal lpszNewRemoteFile As String, ByVal dwFlags As Long, ByVal dwContext As Long) As Boolean

    Regards, SunilG.

    C# sysadmin question

  • Read PDF file in C#
    S Sunil G 3

    Thanks every body.

    C# csharp question

  • Read PDF file in C#
    S Sunil G 3

    Guys, I want to read PDF file in C# application. Can anyone tell me what should i do? Thanks, Sunil G.

    C# csharp question

  • What is my IP??
    S Sunil G 3

    Can u give me some idea how to do it??

    C# question tutorial

  • What is my IP??
    S Sunil G 3

    Hi All, Is there any way to know what is my public IP?? example say my public IP is 202.214.215.12 How would I know my IP?? Please dont say ipconfig. Thanks, Sunil G.

    C# question tutorial

  • Edit already created custome Culture Info in C#
    S Sunil G 3

    Hi All, I have a created Custom Culture Info using CultureAndRegionInfoBuilder.in C# Now I want to edit some of the properties of that created Custom Culture. Any body has any idea, How to do this? Regards, Sunil G.

    C# csharp tutorial question

  • win7,sc delete, windows servis,process start
    S Sunil G 3

    Have u tried it to using WMI?

    C# help question

  • Execute an exe under particular user account?
    S Sunil G 3

    Yeh i got ur mail. Thank u very much.

    C# csharp tutorial question

  • Remote desktop server or VNC server in my app
    S Sunil G 3

    Hi, I had upgrade my visual basic project to .net, and i think it is possible in c++ also. Here i can not attach any thing, so Please give me your email id so i can explain you the same. Regards, Sunil G.

    C# csharp question c++ sysadmin

  • Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer on Vista
    S Sunil G 3

    Hi, I Dont want UAC confirmation window. Regards, Sunil G.

    C# windows-admin

  • Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer on Vista
    S Sunil G 3

    Hi, I want to Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. My application writes the value registry only if i run my application as an administrator on vista. I want on normal exe execution. and I dont want to disable UAC on vista. Reply ASAP. Regars, Sunil G.

    C# windows-admin

  • Problem while Parsing DateTime.
    S Sunil G 3

    Thank You Very Much

    C# json help

  • Problem while Parsing DateTime.
    S Sunil G 3

    Hi, I am collecting OS info using Win32_OperatingSystem(WMI). its one property(InstallDate) which gives Installation Date of the OS, but datetime is in 20091117110355.375000+330 format. I want to convert this into actual DateTime format. Thanks, Sunil G.

    C# json help

  • How to assign static ip c#
    S Sunil G 3

    I want to change using WMI. is there any way to do this. Thanks, Sunil G.

    C# csharp help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups