We have a utility that creates a resources.dll on the users computer.
Can anyone tell me if .Net Framework SDK tools, like al.exe, can be
distributed with .Net applications?
Thanks,
MattH
> We have a utility that creates a resources.dll on the users computer.
> Can anyone tell me if .Net Framework SDK tools, like al.exe, can be
> distributed with .Net applications?
>
> Thanks,
> MattH
For redistribution of SDK tools, examine the license.txt that's part of
it (you'll find you cannot really). However, so far as I can see,
al.exe is part of the Framework proper, not part of the SDK (at least
under 1.1).
Damien