Posted Saturday, April 14, 2007 12:44 PM
|
|
|
|
id want to know how can i use BML library in a web project. I put keys and .lic in the same places than in window project but dont run
A valid license could not be obtained for 'Licensing'. Please contact Bluebit Software for assistance (Url = http://www.bluebit.gr, Email = support@bluebit.gr, Phone = N/A). Reason: No licenses found in c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\intereslsa\9ebebac1\. Could not validate (or skipped) c:\inetpub\wwwroot\intereslsa\bin\GBOTANA-BNML.LIC (#47925524-126D-41F6-84BE-45FA769A7BE4) - Can only be used by assemblies signed by GBOTANA with public key token 3f295fdc679b7157. No licenses found in c:\windows\assembly\gac\xheo.licensing\2.1.5000.0__798276055709c98a\. No licenses found in c:\inetpub\wwwroot\intereslsa\. No licenses found in c:\archivos de programa\archivos comunes\xheo\sharedlicenses\.
Thank you
|
|
Posted Saturday, April 14, 2007 4:36 PM
|
|
|
|
As you can see in the error message
"Could not validate (or skipped) c:\inetpub\wwwroot\intereslsa\bin\GBOTANA-BNML.LIC (#47925524-126D-41F6-84BE-45FA769A7BE4) - Can only be used by assemblies signed by GBOTANA with public key token 3f295fdc679b7157"
the reason that the license file is not accepted is that your assembly is not signed with you private-public sigining key with public key tocken 3f295fdc679b7157.
You will need to sign your assembly by setting the relevant attributes in the AssemblyInfo.vb/cs file.
Trifon Triantafillidis | Lead Developer |
|
|
|
|
|