Ask a Question related to ASP.NET General, Design and Development.
-
Tormod Hystad #1
Re: Trouble using COM component from ASP.NET
Does the COM component work in a classic ASP page? With a Set obj =
Server.CreateObject("bla-bla")?
- Tormod
"Marina" <zlatkinam@nospam.hotmail.com> wrote in message
news:uKFLLDLQDHA.1584@TK2MSFTNGP11.phx.gbl...class> The actual error is: ActiveX component can't create object
>
> Also, this works fine on development machines, but not on a deployment
> server.
>
> "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
> news:e60FpzKQDHA.2300@TK2MSFTNGP11.phx.gbl...> > Not sure if this an interop issue or an ASP.NET issue.
> >
> > An ASP.NET page needs to call a COM component. If the COM DLL is not
> > registered on the machine, there is an error saying it can't find a> there> > with the classid - which is reasonable. If the DLL is registered, then>> > is a 'Can't create ActiveX object' message.
> >
> > Any ideas about what's going on?
> >
> > Thanks
> >
> >
>
Tormod Hystad Guest
-
How do I change the state of a component outside ofthat component?
worked perfectly, thank you!! -
How to make a protected property in the base component public in the derived component?
I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base... -
Trouble with menuBar component within movie clip
I am running into a little trouble with Flash MX2004. I am using the Menubar component, I converted it to a movie clip, and I and adding menu items... -
Trouble telling a media component playing mp3 2 stop
I am using a built in media component in FlashMX 2004, to play mp3 files. I have a few different mp3s in consistent key frames. Each has its own... -
VisualAge 6 installation trouble on aix 5.2, gcc trouble too :)
I've installed gcc 3.x from UCLA site. and I got this error - In file included from test.c:23: /usr/include/pthread.h:554: error: parse error... -
Paul Clement #2
Re: Trouble using COM component from ASP.NET
On Wed, 2 Jul 2003 11:44:12 -0400, "Marina" <zlatkinam@nospam.hotmail.com> wrote:
¤ The actual error is: ActiveX component can't create object
¤
¤ Also, this works fine on development machines, but not on a deployment
¤ server.
¤
Sounds like you might be missing a dependency. Is your component using any other COM components?
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest



Reply With Quote

