adilkazmi
Posts
-
problem in ajax with asp.net 1.1 -
statusCode for Session expired(Custom error Messeges).I m sorry.. here is the code... adil kazmi
-
statusCode for Session expired(Custom error Messeges).Hi, I am placing custom error code in web.config.I just want to redirect it to some page(different Page that will show only that your session have been expired.) when session expires for the application.Code is something like (I am using ASP.NET 1.1) Can anyone plz let me know the Status code for the session expired??? Thanks in Advance
adil kazmi
-
error " Could not load type "Friends... I am doing my project in asp.net 1.1 and when I am adding any new page and setting that page as "Set as Start Page".every time I am getting this error " Could not load type Namespace.classname". What is the reason behind that??? Please do suggest.... Thanks in advance....
adil kazmi
-
Migration from ASP.net 2.0 to 1.1I have a Project in ASP.NET 2.0. I am trying to convert into ASP.NET 1.1 during conversion I am getting the following below error. What is the reason behind that? Please do suggest in this regard. Error is: "Error while trying to run project: unable to start debugging on the web.server. server side-error occurred on sending debug http request. make sure the server is operating correctly. verify there are no syntax errors in web.config be doing a debug.start without debugging. you may also want to refer to the asp.net and atl server debugging topic in the online documentation."
adil kazmi
-
version problem..I have some user defined functions in .vb/.cs page that I am calling in .aspx page that is perfectly working in VS.NET 2005 but when I migrated it to 2000 it is giving compilation error that "XYZ function is not declared."What can be the reasons ?? give your valuable suggestion. Thanks in advance
adil kazmi
-
Version Problem(2005 to 2003)I have some user defined functions in .vb/.cs page that I am calling in .aspx page that is perfectly working in VS.NET 2005 but when I migrated it to 2000 it is giving compilation error that "XYZ function is not declared."What can be the reasons ?? give your valuable suggestion. Thanks in advance...
adil kazmi
-
convertion from pdf file into jpeghey..Mind your bluddy language..I am not saying you to write the code. just do your work... don't give pain to your knee..[;(]
adil kazmi
-
convertion from pdf file into jpegI tried in Google but didn't get the required solution.
adil kazmi
-
convertion from pdf file into jpegPlease provide me code that converts PDF into JPEG without using any third part dlls.Thanks in Advance...
adil kazmi
-
PDF to JPEG conversion in windows application?I have written the below code but I execte the program I am getting this error. "Retrieving the COM class factory for component with CLSID {FF76CB60-2E68-101B-B02E-04021C009402} failed due to the following error: 80040154." Can anyone explain me the reason for it being or if you have anyother method to change PDF to JPEG you can suggest me. Actual code: Dim doc As Acrobat.CAcroPDDoc Dim page As Acrobat.CAcroPDPage Dim pt As Acrobat.AcroPoint Dim rect As Acrobat.AcroRect Dim data As IDataObject Dim bmp As Bitmap '********************************** '*********************************** 'Test using forum code '*********************************** doc = New Acrobat.AcroPDDocClass() page = Nothing doc.Open("D:\Adil\AAA.pdf") page = doc.AcquirePage(0) pt = page.GetSize() rect = New Acrobat.AcroRect rect.Top = 0 rect.Left = 0 rect.right = pt.x rect.Left = pt.y page.CopyToClipboard(rect, 0, 0, 100) data = Clipboard.GetDataObject() bmp = data.GetData(DataFormats.Bitmap) bmp.Save("D:\Adil\AAA1.jpeg")
adil kazmi
-
docuPrinter Library not gettingHi, I am working on Windows application using language C#. Actually I want to write the code to convert from MS word into PDF document. In this process I need to add docuPrinter Library(COM Component) as reference. But it is not there in COM Component. How should I add DocuPrinter Library in my project or is there any another way to handle this? I will be thankful to you.
adil kazmi
-
docuPrinter Library not getting in COM componentHi, I am working on Windows application using language C#. Actually I want to write the code to convert from MS word into PDF document. In this process I need to add docuPrinter Library(COM Component) as reference. But it is not there in COM Component. How should I add DocuPrinter Library in my project or is there any another way to handle this? Thanks in advance.
adil kazmi
-
convertion from word file into pdf fileI want to convert my .doc file to .pdf file without any third party tools or dlls.(I am using ASP.NET 2.0 with language C#) let me know you suggestions ? Thanks in advance
adil kazmi
-
PDF to JPEG conversion ?Yeah I know. I have just mentioned that it's urgent.It doesn't mean that I am paying anyone. Is this a way to talk to anyone?? if you or anybody doesn't want to give answers please keep silent.nobody is forcing you to give the answers.
adil kazmi
-
PDF to JPEG conversion ?Can anybody suggest how to convert from pdf to jpeg conversion in ASP.NET? Please suggest ur views as soon as possible.What's logc behind that.
adil kazmi
-
ASP.NET 2.0 vs ASP.NET 1.1Can anyone please explain the difference between these two different version. Please give some article or your answer as soon as possible.What are the advantages of 2.0 over 1.1
adil kazmi
-
Generic in ASP.NET 2.0Thanks a lot Michael for your help. I'll check it out and let you know the feedback. Thanks again.
adil kazmi
-
Generic in ASP.NET 2.0what is Generic in ASP.NET 2.0 and what are it's advantages. Can anybody provide me a good article on this topic or make me understand??
adil kazmi
-
I am getting PDF errorI am doing a Project that is in ASP.NET 2.0 and C# with SQL Server 2000 on Windows XP. through Programming I am creating a PDF document and inserting some values into that.After that I am sending this PDF doc in mail attachment to some mail ID. initially PDF was corrupting and one page was corrupt.(Error was cooming :An error exists on this page.Acrobat may not display the page correctly.Please contact the person who cretaed the PDF document to correct the problem.) Then I used UUEncoding then Mail attchment was comming properly to other mail accounts like yahoo etc.but it was cooming to gmail account in plain text format instead of attchment. what's wrong I am doing??? What is the solution for that??Plz help me in this regard as soon as possible. you can mail me at adil@vsoftconsulting.com
adil kazmi