well,
i got a project in c# referencing a dll originally written in j#.
i suppose that in deployment, the target machine don't need j# redist
package installation (in effect the dll is MSIL and the CLR don't know if it
was written in j# or c# or vbnet). it's right ???
but, i saw my setup project including vjslib.dll and others libraries
related to j#. this surprise me, but surely i'm wrong in surprising because
.........
is there anyone who want tell me because?
thanks in advance
nico
Lars-Inge T?nnessen [VJ# MVP] - 15 Mar 2005 22:17 GMT
The target client computer must have the J# redist installed. ( J# is a
"layer" ontop of the.NET framework. )
Regards,
Lars-Inge T?nnessen
> i suppose that in deployment, the target machine don't need j# redist
> package installation (in effect the dll is MSIL and the CLR don't know if
> it
> was written in j# or c# or vbnet). it's right ???