GflAx not working, security problems?!?

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
UJN

GflAx not working, security problems?!?

Post by UJN »

Hey...

Just can't get the examples or any other GflAx code to work and it used to work, here is the error:

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/GflAx/exemple1.asp, line 6

And yes I have registered the .dll file... I think it has something to do with security, because I think it started to make errors after I got SP2!

So how do I change the security settings if it's that?
UJN

Post by UJN »

Just made a quick test to see if it was correctly installed.

Code: Select all

    On error resume next 
    if isObject(Createobject("GflAx.GflAx")) then 
        response.write "Is installed." 
    else 
        response.write "Is not installed." 
    end if
Result: "Is Installed."

So what is wrong... Can get any of the examples to work, and as I said - I have used it before but now I just can't get it to work! Please help!
UJN

Post by UJN »

It must be some sort of a security problem...

I'm running Windows XP Professional SP2 with .NET Framework v1.1 installed.

I can't remember if it worked before the .NET was installed!!!

Can somebody tell me what and how to edit security settings?

By the way I'm not running on a NTFS formatted drive just a plain FAT32 if that helps in anyway! I really need some help on this one!
Jean-Pierre
Posts: 3
Joined: Thu May 11, 2006 12:44 pm

Post by Jean-Pierre »

Do you still have the problem ? :D

I've installed GflAx 2.54 and discovered that the examples are wrong, replace GflAxnnn.GflAx with GflAx.GflAx

Jean-Pierre
Post Reply