sqlmanager.exe - Application Error The instruction at "0x780104ac" referenced memory at "0x009e00af".The memory could not be "read".
hi_arv
Posts
-
error when start computer from sqlmanger.exe -
User control - when and why??hi shilpa, I have also work on a project which is contain all user controls ecexpt on aspx web page which is load every user controls. I thinks lots of advantage like reusable is comman advantage and One of most advantages of user controls is that they can expose properties and methods like any object in the .NET Framework.
-
ziping of fileshi, use this library ICSharpCode.SharpZipLib.Zip for create a zip file in asp.net bye
-
problem in getting html source code in asp.netHi to all, i had use this code for got html source of any page for downloading purpuse, but now i have faces a problem when i run my application then some time this function don't return html source. In my application i am using a loop for getting html source code for 10 page so i write a while loop and call this function GetHtmlSource for html source now when i debug it then seen that randamly leave one or two page which is not getting html source code if i run two times then it leave diffrent page on both time not same page so i don't understand why this could happen, where as i send right url all time within loop. if any body have any clue plz send ASAP. i need it urgent plz. Public Function GetHtmlSource(ByVal url As String) As String Dim objWebClient As New System.Net.WebClient Dim aRequestedHTML() As Byte Dim strRequestedHTML As String Try objWebClient.BaseAddress = System.String.Empty aRequestedHTML = objWebClient.DownloadData(url) Dim objUTF8 As New UTF8Encoding strRequestedHTML = objUTF8.GetString(aRequestedHTML) Return strRequestedHTML Catch ex As Exception strRequestedHTML = ex.Message End Try End Function thanks in advance arvind
-
create zip file in asp.nethi I am create a zip file in asp.net code using ICSharpCode.SharpZipLib.Zip , all thing is properly work but my problem is that when open save as dialog box for downloading and then save it to client machine is properly work but at that time if i click on open button on the save as dailog box then open zipwizard but it have not any file show blank . Plz help me as soon as possible i really need it. thanks in advance arvind
-
convert html page into pdf format file in asp.net codehallo to all, i want to convert html file into pdf file into in asp.net code for downloading purpuse. if any body have any help related to this then give me thanks in advance arvind
-
Delete file from previous place after copy it to another placehi to all, I haver write a code where read a file from one place and write it to another temporary place on server throgh stream and then zip it and download the zip file now i wnat the delete temporary file created within code but this give the error " can't delete because file is used by another process" where as i close my all stream object prperly where that file is use. give any help is welcome thanks
-
How trace that where the connection is openhi to all, I create a web application in asp.net with sql server 2000, I use always close connection in .net code as my consern but when run my application then visit page to page give a error "General network error " message . then i check lots of connection is sleeping state in process info in sql manegment(current activity) Now i open the particular processId in Process info show open connection with any storeprocedure name and show .net sqlclient data provoider referance as open connection which is fetch the data from sql then i check in code find really the connection which is got data by that store procedure is not close properly and i close it. This is ok but one problem is that some procesId show blank info with .net sql client data provoider. so how can i find where these conneciton is open in my applicaton because this processId doesn't give any clue for it , it show nothing only blank but status is sleeping. If any help have this context then quick feedback. Thanks hi_arv
-
Delete image in asp.nethi, I create a asp.net page for image upload & same page use for the editing purpose When i edit mode of this page then i show the previous image on the page as view of images now i modify the image by input type file control and then i save this edited data all thing is work fine. but when i want delete previous image then this give the error like image use in another proccess if u have any help regarding this then give feedback as soon as possile. thanks hi_arv
-
Web Chart Controlhi to all, I use web chart control in my project but when i use showlegend by set it true then this show one extra imagees ( if i use 3 item show in graph then legend show 4 option one is blank image and 3 is which i used. Problem is that " how can remove that extra image show in legend" thanks arvind Arvind