:):) hi i used Windows Application and All Processed done in Single thred first i download file and then i Insert data from that file to in SQL Table saniya k v.
saniy
Posts
-
memory usage accumulating continually over time -
memory usage accumulating continually over timehi i have got Below Error When i down load file from any site and my Application is Continue Debug More time then I got following Error . if any one has solution then please help me. "may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during running operations." :) thank in Advance saniya k v
-
global.asax session helpSub Session_Start(ByVal sender As Object, ByVal e As EventArgs) ' Code that runs when a new session is started just remove Session("loggedin") = "False" then try else just set Session("loggedin") = Null CheckLoggedIn() Session.Timeout = 20 End Sub saniya khengar v