I’m having trouble configuring my project for deployment. Here’s a short description of my situation:
Using Visual Studio 2010
Targeting .NET 4
Developing Windows Form app
Using the Northwoods.Go dll, version 4.1.0.4
I got the license manager installed fine. I was able to develop my application without a hitch (one of my win forms uses the GoView control). Now it’s time for deployment. I’ve got the licenses.licx file in my project. Right now, that file is set to copy to the output folder, so it’s present at execution. I also used the Visual Studio license compiler to create the licenses file. This is also copied into the output folder and present during execution.
How should I configure the build action for these two files? I’m not particularly sure.
I can run the application fine on my machine, where the developer license is installed. However, once I move it to another machine (without the dev license), it can’t find my licx or the complied license files. It throws this exception:
Is there something I’m doing wrong? What am I missing? Thanks for any help.