WyDay LimeLM TurboActivate issue with ClickOnce Deployment

We are testing Licensing and online activation using your free online account but our app does not run after following your this tutorial (https://wyday.com/limelm/help/getting-started/) and then installing our app via ClickOnce Deployment. The app works fine with the licensing and activation features of LimeLM inside the Visual Studio project.

We precisely followed your tutorial on our very simple Winform app with only one form. We are using latest version 3.4.4 of TurboActivate. The app is developed using Visual Studio 2012 and .NET 4.5. Per your tutorial we have included the TurboActivate.dat, TurboActivate.dll, and TurboActivate.exe files inside the Debug and Release folder. We even tried copied these three files to the project folder as well.

Before we purchase one of your plans, please advise on how we can make it work with your product along with ClickOnce deployment. Thanks.

Per your tutorial we have included the TurboActivate.dat, TurboActivate.dll, and TurboActivate.exe files inside the Debug and Release folder. We even tried copied these three files to the project folder as well.

Right, but you also have to distribute those files with your actual application. Without at least the Turboactivate.dat and TurboActivate.dll files your app won't run. So, include them in your distribution.

See: How to: Specify Which Files Are Published by ClickOnce

Thank you very much for your prompt response and help. It's working now. For the benefit of other readers of this post: I performed the following [PLEASE let us know if there are better ways of doing it]:1. Copied the following files in the project root folder and then included them in the project (right-click-->Include in Project): TurboActivate.dll, TurboActivate.dat, TurboActivate.exe2. In the properties window, changed the 'Build Action' of TurboActivate.dat from 'None' to 'Content'. The Build Action for the other two files was set to 'Content' by default.3. Deployed the app using ClickOnce deployment

Note: The inclusion of TurboActivate.exe was only necessary if we need to use the built in interface from WyDay for online activation.

I think WyDay team should include the above process (or something better) as a part of their documentation for ClickOnce Deployment. Thanks again. I'll soon become your customer.