Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 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 July 18th, 2006, 02:34 AM
Registered User
 
Join Date: Jul 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default ActiveX - Please Help

Hi everyone, I am having trouble with embedding an already written activex object into my web page for almost 2 weeks!! So any help will be apprecited.

The problem is when I create it as:
Santral = New VOXAREPOPUPAXLib.VoxarePopupAX
It gives no error but when I try to assign a value to a public property of it, I get the error: System.Runtime.InteropServices.COMException: Catastrophic failure

On the other hand when I use: Santral = Server.CreateObject("VOXAREPOPUPAXLib.VoxarePopupA X"), this time I get the error:
System.Web.HttpException: Could not create an object of type 'VOXAREPOPUPAXLib.VoxarePopupAX'.

I have looked everywhere on google, and no solution!

By the way, I want to run my activex component at the server, so it does not work for me to create it in the html code by using the OBJECT tags.


I will be greatful for any single help...








Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveX : getting PARAM value in activeX src smaraux Visual Studio 2005 1 March 4th, 2008 12:31 PM
Help in activeX ahmedelmassry C# 1 March 7th, 2007 03:19 AM
Advantages /Disadvantages of ActiveX DLL & ActiveX priyank Beginning VB 6 6 February 19th, 2007 11:34 AM
Please HELP !!! ActiveX johnjohn Classic ASP Professional 0 November 16th, 2004 12:45 PM
ActiveX chwa Javascript 6 November 10th, 2003 12:15 AM





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