Can I Used CCWs Without the .net runtime

  • Thread starter Thread starter Omer Mahmood
  • Start date Start date
O

Omer Mahmood

I want to use .net components for my vb6 client, the vb6 client would
not be installed alongwith the .netframework. If I export my .net
library which inturn uses many underlying features of the clr, will
that library run fine on COM client with no runtime installed ?
 
Omer said:
I want to use .net components for my vb6 client, the vb6 client would
not be installed alongwith the .netframework. If I export my .net
library which inturn uses many underlying features of the clr, will
that library run fine on COM client with no runtime installed ?

No.

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
As others have said, no you can't.

A CCW isn't a repackaging of the component in a COM form, its a translation layer that makes a .NET type nehave like a COM component as far as non .NET consumers are concerned. The .NET component still has to exist and therefore the runtime needs to be installed on the machine

Regards

Richard Blewett - DevelopMentor

http://staff.develop.com/richardb/weblog

nntp://news.microsoft.com/microsoft.public.dotnet.framework/<[email protected]>

I want to use .net components for my vb6 client, the vb6 client would
not be installed alongwith the .netframework. If I export my .net
library which inturn uses many underlying features of the clr, will
that library run fine on COM client with no runtime installed ?

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 17/09/2004



[microsoft.public.dotnet.framework]
 
Back
Top