During development I have sql server installed so I can access the required SMO assemblies from my .NET application.
However the application will eventually end up on a user's workstation which will not have sql server installed at all.
Is it a violation (of licensing) to deploy the necessary sql server smo assemblies to the user's machine?