Hi,
Is it possible to for a client (VB6) to call a .NET COM+ app through an
application proxy without the framework installed on the client? If not
..WHY?
Any thoughts are welcomed..
Many thanks in advance
George.
Steffen Ramlow - 24 Sep 2003 08:28 GMT
> Hi,
>
> Is it possible to for a client (VB6) to call a .NET COM+ app through
> an application proxy without the framework installed on the client?
> If not ..WHY?
As long as you are not marshalling .NET objects to the client it will work.
George Greg - 24 Sep 2003 08:56 GMT
Are there any specific steps to follow to export an application proxy so
that it can be used by a client not having the framework installed?
The COM+ exported is .NET.
George.
> > Hi,
> >
[quoted text clipped - 3 lines]
>
> As long as you are not marshalling .NET objects to the client it will work.
George Greg - 24 Sep 2003 13:42 GMT
Based on this article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/entserv.asp both client and server need to have the framework installed.
Even if the client is unmanaged...
George.
> Hi,
>
[quoted text clipped - 6 lines]
> Many thanks in advance
> George.