views:

78

answers:

1

Some applications require me to install/activate a license before I can develop with them in Visual Studio, but then when I compile my application, no license is required by the end-user. What's the easiest way to accomplish this? How can I prevent a developer from using whatever method the final DLL uses when it runs on a client machine?

To clarify, I'm not looking for a specific license that allows for this situation - I'm interested in an enforcement method.

+1  A: 

Aren't you looking for the classic *.licx file move?

see the following stackoverflow post: How does licensing work in .net

BozoJoe
Clearly I missed the boat here. Thanks for pointing me in the right direction.
rwmnau