all groups > inetserver asp components > march 2006
XP SP2 breaks .ASP calling .NET .DLL??
Posted by curt504 at 3/31/2006 6:42:35 AM
Greetings,
This works in XP SP1:
regasm cominteroptest.dll /tlb:cominteroptest.tlb
set obj = CreateObject("COMInteropTest.TestClass")
But on XP SP2 boxes, I have to go through the registry entries for each
..NET interface and right-click - permissions - add my ISS user for All
Prives.... more >>
Page showing error
Posted by Sivaswami Jeganathan at 3/21/2006 12:00:00 AM
the Error is
Response Object, ASP 0104 (0x80070057)
Operation Not Allowed
Hot to resolve this ?
--
Sivaswami
... more >>
Looking for ASP COM object - image converter
Posted by AirYT at 3/16/2006 4:07:57 PM
Hello,
Looking for a COM object that we can use in our ASP application that will
convert and resize
jpg, gif, tiff, EPS, AI, etc. image files to jpgs
Trying not to spend lots of money! Any help would be greatly appreciated.
TIA,
yt
... more >>
DCOM Errors when creating COM Objects in IIS
Posted by Andy at 3/9/2006 1:08:39 PM
Hi all,
I'm having a few problems creating COM objects in IIS. The issue only seems
to affect a couple of our own custom COM objects. The COM objects are in use
on thousands of servers but the problem only seems to appear on the one I am
looking at. Basically I'm seeing errors come back fro... more >>
CDO.AddAttachment Problem
Posted by robert.l.jones NO[at]SPAM gmail.com at 3/6/2006 12:45:25 PM
I have a .ASP page that allows users to upload a file to a SQL Server
database in Image format. From there, I have a VB6 application that
queries this table, writes the file using ADODB.Stream, and attaches
the document to an email using objMail.AddAttachment. This works fine
75% of the time.
... more >>
The call to Server.CreateObject failed while checking permissions.
Posted by Jaime Stuardo at 3/3/2006 6:25:29 AM
Hi all..
I was struggling with this error while trying to run an ASP page under IIS
6.0 (Windows Server 2003).
The complete error is:
"The call to Server.CreateObject failed while checking permissions. Access
is denied to this object. "
I tried everything. Giving full control permissio... more >>
What's the best image component?
Posted by Bitman at 3/1/2006 11:12:21 PM
Hi
I'm looking for an ASP image component. I have already worked with ASPimage,
and Shotgraph - but when resizing images there's always a quality loss - are
there any ASP components available that scales/resizes images almost as good
as PhotoShop?
/Regards, BitMan
... more >>
|