Re: n-tier Architecture and IIS
From: David Browne (meat_at_hotmail.com)
Date: 08/31/04
- Next message: Thomas Scheidegger [MVP]: "Re: ANN: Final .NET Framework 1.1 SP1"
- Previous message: Skylar Challand: "Re: MonthCalendar and SP2"
- In reply to: Curt Emich: "Re: n-tier Architecture and IIS"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 31 Aug 2004 14:42:49 -0500
"Curt Emich" <cemich@comcast.net> wrote in message
news:uLXVOj4jEHA.3876@TK2MSFTNGP15.phx.gbl...
>
>
> I tried to instantiate the object I created using CreateObject in
> another VB.NET app. Apparently, that's not the way to do things,
> because I got the message "Cannot create ActiveX Control".
>
> I tried to use "New", but I couldn't see the object in the Intellisense
> list. I know it's registered in the registry, but I can't seem to get
> to it.
>
> Any ideas?
>
If you want to access it from VB.NET, then set a reference to the dll. You
should use CreateObject only from non-.net COM clients. You can always test
using VBScript (an unmanaged COM client) instead of VB.NET.
David
- Next message: Thomas Scheidegger [MVP]: "Re: ANN: Final .NET Framework 1.1 SP1"
- Previous message: Skylar Challand: "Re: MonthCalendar and SP2"
- In reply to: Curt Emich: "Re: n-tier Architecture and IIS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|