Search

You searched for the word(s): userid:753736

Matching Posts

  • IE Crashing ,When Redirect to the same Web Page

    HI, I have an web application running on IIS (port 80) .when i was trying to capture finger prints for the first user, it is succssfully captured but if we redirect to the same web page for the second user, IE getting crashed. plz view the error message below " Faulting application iexplore.exe, version 6.0.2900.2180, faulting module mfc42.dll, version 6.2.4131.0, fault address 0x00004f02 " Thnaks-
    Posted to Web Forms (Forum) by vallamreddy.supraja@gmail.com on 1/29/2008
  • faulting module mfc42.dll, version 6.2.4131.0

    we are using ASP.NET with C# Application to capture finger prints.for this we r using VC++ dll to capture fingerprints. when i was trying to capture finger prints for the first user, it is succssfully captured but if we redirect to the same web page for the second user, IE getting crashed. plz view the error message below " Faulting application iexplore.exe, version 6.0.2900.2180, faulting module mfc42.dll, version 6.2.4131.0, fault address 0x00004f02." Thanks-
  • Re: Problem with Accessing VC++ DLL Using ASP.NET With C#

    we are using ASP.NET with C# Application to capture finger prints.for this we r using VC++ dll to capture fingerprints. when i was trying to capture finger prints for the first user, it is succssfully captured but if we redirect to the same web page for the second user, IE getting crashed. plz view the error message below " Faulting application iexplore.exe, version 6.0.2900.2180, faulting module mfc42.dll, version 6.2.4131.0, fault address 0x00004f02." Thanks-
  • Re: Problem with Accessing VC++ DLL Using ASP.NET With C#

    Thanks for your reply. but mfc42.dll is not built up by me ..that is a system file..im not directly accesing that mfc42.dll in my application...we r accesing the smartcard.dll only... so is thr any possibility that the problem with the IE.?? becoz the same code is being executed with out any crashes on someother machine ...but the OS and the IE versions r same on both the machines... thank you
  • Problem with Accessing VC++ DLL Using ASP.NET With C#

    Hi, Our Application code in ASP.NET with C#.net,uses dlls developed in vc++. Application code runs at the server, and accesses the vc++ dlls at the client, using javascript . after executing the javascript,IE is crashing at any point while redirecting to any other pages or accessing the same page through which javascript is called. IE crashes with the following exceptions: Unhandled exception at 0x73dd4f02 (mfc42.dll) in IEXPLORE.EXE: 0xC0000005: Access violation reading location 0x04cf8224. First
  • Re: ERROR Number 28: OUT OF STACK SPACE USing ASP.NET and C#.NET

    thanks for ur link,but i am in getting same problem string cardnumber = "sairam"; string errorMessage = null; bool status SMART.SmartCard scard = new SMART.SmartCard(); try { status = scard.readScardUniqueNumber(ref cardnumber, ref errorMessage); string match = scard.onetooneNew(); Response.Write(status); } catch (Exception ex) { Label1.Text = ex.Message; } finally { Marshal .ReleaseComObject(scard); scard=null; } even i have colsed com object also but still getting Out Of Stack Space probelm
  • Re: ERROR Number 28: OUT OF STACK SPACE USing ASP.NET and C#.NET

    i have asked the creator of smart.dll they are telling that smart.dll internally calling some other dll also.so we can't change anything in dll. but they are telling if they get " out of stack space error "while aceesing smart.dll through VB6.0 . they set the stack size for that particular exe of that application through " editbin.exe " . like editbin /STACK: SIZE X.exe. but in ASP.NET and C# how will do???????? Thanks-
  • Re: ERROR Number 28: OUT OF STACK SPACE USing ASP.NET and C#.NET

    thanks for ur timly responed actually i didnt use any loop in my code. i have a SMART.DLL(written in VB) from that i am accessing the methods thats it. i have used these two lines of code in ASP.NET and C# sample : SMART.SmartCard a = new SMART.SmartCard(); string no ="TEST"; string errmsg = null ; a.readScardUniqueNumber(ref no, ref errmsg); a.onetoonenew(); these lines of code i am using,when onetoonenew() is happen i am getting Out Of Stack Space error i think i am not confuse you. Thanks
  • ERROR Number 28: OUT OF STACK SPACE USing ASP.NET and C#.NET

    HI, i am using ASP.NET with C#, when i was running the application i am getting RUN TIME ERROR 28: OUT OF STACK SPACE. is there any way to increse the stack size in ASP.NET and C#.i have tried so many ways but i didnt get any info regarding that issue. if u find any solution to solve this error plz let me know ASAP. Thanks-
  • Re: Regarding issue of webserver (IIS) -PKI Digtal Certificate Validation

    Hi Svante, as of my knowledge what I understad till now , when i run through Browser the CRL is not fetch from Distribution point .so that i am getting Revocationstatusunknown error. please let me know How to fetch CRLs from distribution points ! Thanks & Regards, Supraja
    Posted to Security (Forum) by vallamreddy.supraja@gmail.com on 10/19/2007
Page 1 of 3 (23 items) 1 2 3 Next >