Is it possible to get the ASP script?nec wrote:Yes.
Now it hung again - with the errormessage above...
An exception occurred: 'LoadBitmap'
Moderators: helmut, XnTriq, xnview
I seem to recall having these problems with 1.92 or such. Sometimes IIS would just hung, i never stumbled over that exact error tho, but i think i remember that we came to the conclusion that GflSdk was behind the error. I think i solved this by upgrading GflSdk, and i haven't seen the problem since.
What operating system is your server running? Have you applied all servicepacks and patches? I am pretty sure this is not because of GflAx, but if you wanna make certain use something like this:
After that you should be able to examine the server logfiles (located in %SYSTEMROOT%\System32\Logfiles) to see which file was causing the error and if it could have got anything to do with the image file in question, or if it's located outside of Gfl.
Still, upgrade if you are on Windows 2000, and if you got Windows XP with SP2 i would suggest you downgraded to SP1
Hope any of this helps
Cheers,
Christopher
What operating system is your server running? Have you applied all servicepacks and patches? I am pretty sure this is not because of GflAx, but if you wanna make certain use something like this:
Code: Select all
<%
On Error Resume Next
.LoadBitmap sFilePath
Response.AppendToLog "gfl: " & sFilePath & " (" & err.number & ", " & err.description & ")"
On Error goto 0
%>
Still, upgrade if you are on Windows 2000, and if you got Windows XP with SP2 i would suggest you downgraded to SP1

Hope any of this helps

Cheers,
Christopher
I found the same error, but I used the version 2.4
The code:
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
Re: I found the same error, but I used the version 2.4
You have a crash with this code?harvey wrote:The code:
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
Pierre.
Re: I found the same error, but I used the version 2.4
Yes, the same problem,"An exception occurred: 'LoadBitmap'"xnview wrote:You have a crash with this code?harvey wrote:The code:
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
Re: I found the same error, but I used the version 2.4
Always? With any jpg files? Could you send me the jpeg file?Harvey wrote:Yes, the same problem,"An exception occurred: 'LoadBitmap'"xnview wrote:You have a crash with this code?harvey wrote:The code:
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
Pierre.
simialr issue
Hi, I'm having the same issue.
Error: Access is Denied. <font face="Arial" size=2>
<p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a01fb'</font>
<p>
<font face="Arial" size=2>An exception occurred: 'LoadBitmap'</font>
<p>
<font face="Arial" size=2>/Iris_Core/Secure/_Library/OpenAnswer.asp</font><font face="Arial" size=2>, line 233</font>
line 233 --> lProcessor.LoadBitmap lSessionTemporaryFile
Has this been resolved??
Error: Access is Denied. <font face="Arial" size=2>
<p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a01fb'</font>
<p>
<font face="Arial" size=2>An exception occurred: 'LoadBitmap'</font>
<p>
<font face="Arial" size=2>/Iris_Core/Secure/_Library/OpenAnswer.asp</font><font face="Arial" size=2>, line 233</font>
line 233 --> lProcessor.LoadBitmap lSessionTemporaryFile
Has this been resolved??
Re: simialr issue
With last gflAX?Guest 2 wrote:Hi, I'm having the same issue.
Error: Access is Denied. <font face="Arial" size=2>
<p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a01fb'</font>
<p>
<font face="Arial" size=2>An exception occurred: 'LoadBitmap'</font>
<p>
<font face="Arial" size=2>/Iris_Core/Secure/_Library/OpenAnswer.asp</font><font face="Arial" size=2>, line 233</font>
line 233 --> lProcessor.LoadBitmap lSessionTemporaryFile
Has this been resolved??
Pierre.