Side-by-side Activex components 
Author Message
 Side-by-side Activex components

Hi all.

Does anyone know if VB dotnet can be used to create ActiveX components that
operate different versions side-by-side?

Thanks.



Sun, 22 Jun 2003 18:58:55 GMT  
 Side-by-side Activex components
Side-By-Side installation should be a matter of the setup program, not the
ActiveX development tool.  You should be able to specify SBS installation of
even old OCX controls in a setup package like Visual Studio Installer, Wise,
or InstallShield.

ScottD


Quote:
> Hi all.

> Does anyone know if VB dotnet can be used to create ActiveX components
that
> operate different versions side-by-side?

> Thanks.



Sun, 22 Jun 2003 20:17:09 GMT  
 Side-by-side Activex components

Quote:

>Side-By-Side installation should be a matter of the setup program, not the
>ActiveX development tool.

Not entirely; DLLs which used shared memory
segments and other programmer tricks can
ensure that side-by-side doesn't work.

Quote:
>You should be able to specify SBS installation of
>even old OCX controls in a setup package like Visual Studio Installer,
Wise,
>or InstallShield.

Agreed; I can't think of anything in VB 6, VB.NET
or VC.Net that would prohibit side-by-side
(unless the programmer coded something that
screws things up).


Sun, 22 Jun 2003 21:35:20 GMT  
 Side-by-side Activex components
My impression from VBITS is that you can create .NET components that will
work side by side.  These components don't have GUIDS and don't need
registry entries.  For backwards compatibility, projects will have the
ability to treat ActiveX (COM) objects as .NET objects and even vice-versa.
However, this does not change the fundamental behavior of ActiveX objects,
so you won't be able to do anything with them that you couldn't do already.


Quote:
> Hi all.

> Does anyone know if VB dotnet can be used to create ActiveX components
that
> operate different versions side-by-side?

> Thanks.



Mon, 07 Jul 2003 13:00:15 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Side-by-side ActiveX components

2. Side By Side Deployment of COM Components in XP

3. side-by-side components/execution

4. side-by-side components

5. Server side info in ActiveX Control (Client Side)

6. How to speed up Subreports running Side by Side

7. attached Contact Item on server-side becomes attached Mail Item on client-side

8. side by side panes

9. VB6 and VB.NET side by side

10. How Can I Pass Data Between the Server Side and the Client Side VB/JScript

11. MainMenu and Toolbar side by side

12. VBDotNet and VB6 side by side

 

 
Powered by phpBB® Forum Software