Is there anything in .NET framework to support the deployment of trial limited software? I would like to add a 30day trial period to my software. Thanks for any help.
>Is there anything in .NET framework to support the deployment of trial limited software? I would like to add a 30day trial period to my software. Thanks for any help.
Not that I know of. I'd roll my own solution, using the Crypto
classes to try and prevent people reverse engineering it....
Ben