Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components 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 June 8th, 2006, 06:46 AM
Authorized User
 
Join Date: Oct 2004
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to solve this error?

Hi,

I have created an asp file and try to call a component called UserAdmin.dll using Server.CreateObject("UserAdmin.Application").

But, it is giving this error:

Error Type:
Microsoft Active Server Pages (0x800A0035)
File not found
/project/myasp.asp, line 4

How to solve this?



A.D.Ramkumar
__________________
Ramkumar A D
 
Old June 27th, 2006, 02:51 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 553
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to vinod_yadav1919 Send a message via Yahoo to vinod_yadav1919
Default

Hii Ramkumar!!
set appobject=Server.CreateObject("UserAdmin.Applicati on")

if isobject(appobject) then
 response.write("object created")
else
 response.write("object Not created")
end if

plz be insure that you have registered the dll successfully.

hope this will help you


Cheers :)

vinod





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can any one help to solve the Thread error here vivekshah C# 1 April 12th, 2006 05:10 AM
Can anyone help me to solve this error vikaspa VB How-To 1 October 5th, 2005 04:43 AM
plz help me solve this error moushumi Classic ASP Databases 1 March 31st, 2004 10:23 PM
Error that I could not solve sajjad27 VS.NET 2002/2003 0 August 17th, 2003 11:40 PM
Unable to solve error!! nvillare Classic ASP Basics 1 July 31st, 2003 01:53 AM





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