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.
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