Rank: Advanced Member Groups: Member
Joined: 6/23/2010 Posts: 48
|
Hi
I suppose I’m into a misunderstanding.
But when updating my new license I was recommended to run a VB statement as:
Sub eo_License() EO.Wpf.Runtime.AddLicense("…") EO.Pdf.Runtime.AddLicense("…") EO.Web.Runtime.AddLicense("…") End Sub
But I prefer the previous method having a lic file in the bin library. Please advise how to use that method instead eg. how I can have that kind of file in the setup instead of current solution recommended.
Best Regards
ITMA
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Only EO.Web uses license file and you can still do so. EO.Pdf and EO.Wpf must use AddLicense. Obviously you only need to apply the license for the product that your project uses. For example, if your project only use EO.Web, then there is no need for you to apply EO.Pdf or EO.Wpf license.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 6/23/2010 Posts: 48
|
OK
Thanks.
Clear to me now.
Best
|