ActiveX component can't create object - Posted (1674 Views)
Senior Member
weeweeslap
Posts: 1077
1077
Hi!
I have a problem with 2 server coms. We recently upgraded from windows 2003 to windows 2008 and the coms we need don't seem to function under windows 2008. I have tried many things and set application polls to run them as 32 bit and still no luck. The makers of the coms don't want to help out. dissapprove
The coms in question are Soft Artisans File Up Standard Edition and AspImage
Here are test files for each com:

SaFileup:http://www.coastercrazy.com/upltest.asp
AspImage: http://www.coastercrazy.com/imagetest.asp

Both give the exact same error. They both give the same line as well because that line is what calls the com for each one. Here's line 2 of each file:

Set upl = Server.CreateObject("SoftArtisans.FileUp")
and
Set Image = Server.CreateObject("AspImage.Image")

This is where they error out. I was hoping someone can help me get Windows 2008 to play nice with the coms and have them working. I appreciate any help you can give me.
Thank you,
Oscar
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
Does this help:

http://stackoverflow.com/questions/1671078/serverobject-aspimage-in-win-2008-64-bit

http://support.softartisans.com/kbview_1274.aspx
Posted
Senior Member
weeweeslap
Posts: 1077
1077
No :(

We tried those two without luck. We're all thumbs when it comes to things like this. Any chance you would be so kind to hop onto my server via RDC and take a look? I can compensate you for your time :)

Thank you,
Oscar
Posted
Advanced Member
Carefree
Posts: 4224
4224
Try resetting the folder permissions to include the IUSR_(machine) account and allowing read/write permission for that user.
Posted
Senior Member
weeweeslap
Posts: 1077
1077
Carefree, I've added that too and still no go. sad
Posted
Development Team Leader
Classicmotorcycling
Posts: 2085
2085
Have you allowed 32bit apps in the Application Pool? If you don't know how to do it, I could set it for you on your server!
Cheers,

David Greening
Posted
Senior Member
weeweeslap
Posts: 1077
1077
Hi Classicmotorcycling,

I have allowed 32 bit in the application pool (I think I did it right): http://coastercrazy.com/32bit.jpg
Still stuck with that error sad
Thanks,
Oscar
Posted
Development Team Leader
Classicmotorcycling
Posts: 2085
2085
E-mail sent to you.
Cheers,

David Greening
Posted
Senior Member
weeweeslap
Posts: 1077
1077
Email replied too, thanks!
 
You Must enter a message