qiangwei95
Joined: 18 Oct 2005
Posts: 1
|
Posted:
Wed Oct 19, 2005 2:34 am Post subject:
A problem in licensing with C# |
|
|
I have a problem during the licensing process. Instead of the license being integrated into the player, the license string is displayed in the License Acquisition page, so the download of the license is unsuccessful.
I was working with SILENT delivery,and found that the "nonsilent" turned to "1" during license acquisition process, I think may the reason is the player failed to get a license in the SILENT case.But I also confirmed the
" strlicresponse=responseobj.GetLicenseResponse (); " really works. So I am getting confused with " Response.Write(strlicresponse); ", Is this sentence wrong in C# ?
|
|