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?
GflAx not working, security problems?!?
Moderators: helmut, XnTriq, xnview
Just made a quick test to see if it was correctly installed.
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!
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
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!
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!
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!
-
- Posts: 3
- Joined: Thu May 11, 2006 12:44 pm