| Thread | Last Post | Replies |
|
| XP SP2 breaks .ASP calling .NET .DLL?? | 31 Mar 2006 16:56 GMT | 1 |
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
|
| Looking for ASP COM object - image converter | 30 Mar 2006 12:27 GMT | 1 |
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.
|
| What's the best image component? | 29 Mar 2006 10:53 GMT | 2 |
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?
|
| Page showing error | 25 Mar 2006 06:11 GMT | 4 |
the Error is Response Object, ASP 0104 (0x80070057) Operation Not Allowed Hot to resolve this ?
|
| DCOM Errors when creating COM Objects in IIS | 14 Mar 2006 14:51 GMT | 8 |
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 ...
|
| CDO.AddAttachment Problem | 10 Mar 2006 20:04 GMT | 9 |
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
|
| Looking for user collapsable panels | 09 Mar 2006 21:31 GMT | 2 |
I'm looking for a 3rd party component that is a regular container and which the user can open or collapse. Each needs to be able to contain buttons and labels.
|
| The call to Server.CreateObject failed while checking permissions. | 08 Mar 2006 13:46 GMT | 1 |
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:
|
| ocx permission denied | 06 Mar 2006 14:24 GMT | 1 |
I've updated an ocx (using VB6) that is currently being used in an asp 3.0 application. I created an internet package(using VB6) containing the ocx and corresponding dll's. I then placed both the CAB and support files on my webserver. I also registered the dll's on the web
|
| ASP classes, code included multiple times - how to avoid? | 02 Mar 2006 14:37 GMT | 10 |
I'm writing an ASP application and have a noob question... I have a class that access an MS SQL database. I have another class also accesses an MS SQL database and this second class uses objects from the first class. I have a third class using the DB and objects of the second
|