Hi,
Sorry, for bugging you once again but we have to find a solution, my client is getting upset…
No we did not configured the application to break at any exceptions…
BTW, i have a bit of new info there:
This is the event viewer stack i sent you last time :
w3wp.exe - Common Language Runtime Debugging Services: Application has generated an exception that could not be handled.
Process id=0x155c (5468), Thread id=0xfb4 (4020).
Click OK to terminate the application.
Click CANCEL to debug the application…
I did found weird the ‘OK’ ‘CANCEL’ mention as they appear in the event viewer… You have the exact same error on a win32 application… However, right now we are on a asp.net application…
I did isolate my application pool and created a test page:
http://apple.printsys.net/testword.aspx?save=false
where
If Request("save") = True Then
Dim buf() As Byte = pdf.GetBuffer()
End If
if save = true the application will crash, else, i will do all operations but will not getBuffer and crashes…
While I was running this application i runned FileMon wich gave me this at the exact same time the application crashed:
0.00002332 w3wp.exe:5468 QUERY INFORMATION C:\windows\assembly\gac\system.drawing\1.0.5000.0\_\_b03f5f7f11d50a3a\gdi32.dll NOT FOUND Attributes: Error
0.00000704 w3wp.exe:5468 QUERY INFORMATION C:\windows\assembly\gac\system.drawing\1.0.5000.0\_\_b03f5f7f11d50a3a\gdi32.dll NOT FOUND Attributes: Error
0.00001153 w3wp.exe:5468 QUERY INFORMATION C:\windows\assembly\gac\aspose.pdf\3.6.2.9\_\_716fcc553a201e56\User32.dll NOT FOUND Attributes: Error
0.00000665 w3wp.exe:5468 QUERY INFORMATION C:\windows\assembly\gac\aspose.pdf\3.6.2.9\_\_716fcc553a201e56\User32.dll NOT FOUND Attributes: Error
0.00000796 w3wp.exe:5468 QUERY INFORMATION C:\windows\assembly\gac\aspose.pdf\3.6.2.9\_\_716fcc553a201e56\Gdi32.dll NOT FOUND Attributes: Error
0.00000657 w3wp.exe:5468 QUERY INFORMATION C:\windows\assembly\gac\aspose.pdf\3.6.2.9\_\_716fcc553a201e56\Gdi32.dll NOT FOUND Attributes: Error
It might NOT be this, but it seems like the application is trying to get a hold of gdi32 on a asp.net application and then the application crashes… wich also could explaint the “Could not load Ressources from Ressource files” error…
Anyway… I hope that could help,
Please do not give up on me !
J-F