SharePoint Thoughts

Ramblings About SharePoint and Related Technologies

Archive for the 'MS SLP' Category

Microsoft SLP Tutorial Media

Webcasts from the tutorial, so you can download them locally:

  1. Building the Product Config
  2. Preparing the Basic Package
  3. Protecting the Source Code
  4. Setting Protected Environment
  5. Try and Buy

The Related PDF

  1. Tutorial

The SLP Video : Here

No comments

Getting Dotfuscator PE Gold to work with Microsoft’s Software and Licensing Protection

Out of the box, Dotfuscator Professional Edition Gold is designed to work with Microsoft SLP’s. It takes a little work to get it to work correctly, and for it to integrate nicely with Visual Studio 2005/2008.

  1. Install Microsoft Software Licensing and Protection’s SDK from
    http://www.microsoft.com/downloads/details.aspx?FamilyId=7AE70AAA-8B7C-4E3A-AF83-B71B6877705B&displaylang=en Read more

    2 comments

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 comments