Licensing in the .NET COmpact Framework

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hello,

I have a .Net 2.0 dll written in C# that implements licensing using the
licensing classes found in the ComponentModel namespace (LicenseProvider,
LicenseManager, etc). I need to create a version of this dll for the .NET
compact framework. Are these classes available in the .NET compact framework?
 
MSDN's reference to the various classes should show whether they are
available in the .NET CF or not. There's a little icon that looks something
like a Pocket PC that indicates when something is there. The Supported In
version list should also list the .NET CF, if it's supported there. I don't
see either in either of those classes, which matches what I would have
guessed.

Paul T.
 
Thanks guys. I appreciate your help. I will investigate SDF.

--
Bill


Chris Tacke said:
The CF does not have these. The SDF[1], however, does[2].

[1] http://www.opennetcf.com/sdf
[2]
http://www.opennetcf.com/library/sdf/html/fcee0c4c-5036-866b-2eb9-127b91170579.htm


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

Bill said:
Hello,

I have a .Net 2.0 dll written in C# that implements licensing using the
licensing classes found in the ComponentModel namespace (LicenseProvider,
LicenseManager, etc). I need to create a version of this dll for the .NET
compact framework. Are these classes available in the .NET compact
framework?
 
Back
Top