Licensing Package in C#?

  • Thread starter Thread starter Roman
  • Start date Start date
you can start at asp.net they have some controls there. I used to have a
good link to that stuff but can't find it at the moment. What are you trying
to license?
 
I am trying to license my Windows Forms application. I found an interesting
article regarding licensing (
http://www.codeproject.com/dotnet/xmldsiglic.asp ) but what I am looking for
is an implementation of the licensing framework. I am limited in my
resources to develop it on my own unless I have to. I was hoping that there
is an open source implementation out there.

Thanks for your replay,
Roman

Alvin Bruney said:
you can start at asp.net they have some controls there. I used to have a
good link to that stuff but can't find it at the moment. What are you trying
to license?

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Roman said:
Do you know of any freeware applicaiton licensing library wrriten in C#?
 
have a look at these links
http://msdn.microsoft.com/library/default.asp?url=/workshop/components/activex/licensing.asp
and
http://windowsforms.net/articles/Licensing.aspx

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Roman said:
I am trying to license my Windows Forms application. I found an interesting
article regarding licensing (
http://www.codeproject.com/dotnet/xmldsiglic.asp ) but what I am looking
for
is an implementation of the licensing framework. I am limited in my
resources to develop it on my own unless I have to. I was hoping that
there
is an open source implementation out there.

Thanks for your replay,
Roman

Alvin Bruney said:
you can start at asp.net they have some controls there. I used to have a
good link to that stuff but can't find it at the moment. What are you trying
to license?

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Roman said:
Do you know of any freeware applicaiton licensing library wrriten in
C#?
 
Back
Top