CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Licensing

  1. #1
    Join Date
    Mar 2000
    Posts
    41

    Licensing

    I am facing some difficulties with the licensing scheme in .NET.
    I have created a solution with 2 projects:
    - a licensed windows form .NET control (written in C#)
    - a small application hosting the control (written in VB)

    Currently, I just try a basic licensing using the .NET LicFileLicenseProvider.

    I am quite sure to have written the code as indicated in the .NET doc.

    However it does not work. The license exception is raised except is the license file is placed in the application exe directory. It seems that no license key has been embed in the .exe.

    Does anybody has faced such a problem? How to solve it? (I use .NET v1)

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    Do you have code sample for Licencing that you are trying to do? is it compiling atleast...

    Paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured