Using Microsoft’s Software and Licensing Protection in Your Code
It may be a little oblivious, but to get Software and Licensing Protection to work within Visual Studio, you need to reference the appropriate DLL. You’ll find the: Microsoft.Licensing.Runtime2.0.DLL in your “C:\Program Files\Microsoft SLP Code Protector” folder. You’ll need to copy this into the same directory as your solution file. Once you add this reference to your project, you’ll be able to use the Microsoft.Licensing namespace within your code.
No commentsNo comments yet. Be the first.
Leave a reply