Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 28th, 2006, 01:19 PM
Registered User
 
Join Date: Feb 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default debugging activex dll's from asp

Hi,

  I am trying to debug an Activexdll from an ASP page.

Here's my code on the ASP page:

<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<%
dim obj


set obj=Server.CreateObject("SecurityPC.ControllerPO")
obj.executetask()
set obj=nothing

%>
<P> </P>

</BODY>
<html>


Everything runs fine . however when i go into debug mode i get an error:

The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the test home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object
/Project2/Login.asp, line 11





I receive this error when i run the activexdll project and then bring up the login.aspx. basically i want to debug the activexdll project from teh asp page. without debugging everything runs fine.

What am i doing wrong? Looks like it does not like an instance of activex dll running in the backround while the page calls the dll.

Please help!!

-CS












Similar Threads
Thread Thread Starter Forum Replies Last Post
Debugging DLL's amd2003 Beginning VB 6 6 April 23rd, 2008 03:09 PM
Debugging ASP application sureshkamma20 Classic ASP Professional 2 June 18th, 2004 01:20 PM
debugging asp/javascript katie456 Classic ASP Databases 1 October 22nd, 2003 04:42 AM
Debugging ASP alyeng2000 Classic ASP Components 1 October 15th, 2003 10:14 PM
Asp & Dll's lgcoles Classic ASP Basics 4 July 4th, 2003 04:17 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.