| Author |
Message |
Gopinath
Guest
|
Posted:
Wed Aug 04, 2004 12:33 pm Post subject:
Got an Error : HRESULT: 0x80041003. |
|
|
Hi ,
I am Using the WMRM SDK 9 series in my application,After protecting the
media file, with following Url...
HeaderObj.LicenseAcqURL = "http://xxx/DRMLicense/Default.aspx"
ProtectObj.V1LicenseAcqURL = "http://xxx/DRMLicense/Default.aspx"
When i am opening the media file ..I am getting the following error where
the Request is assigned to the Challenge Object
Objchallange.Challenge = Request("challenge")
Session("ObjChallange") = Objchallange
System.Runtime.InteropServices.COMException: Exception from HRESULT:
0x80041003.
I am getting the above exception.
Please Help me....
|
|
| Back to top |
|
 |
Tim [MS]
Guest
|
Posted:
Tue Aug 10, 2004 1:28 am Post subject:
Re: Got an Error : HRESULT: 0x80041003. |
|
|
"Gopinath" <gopinath@coastal.co.in> wrote in message
news:1df757cbfec27b1272b84d2c53b8c39a@localhost.talkaboutsoftware.com...
| Quote: | Hi ,
I am Using the WMRM SDK 9 series in my application,After protecting the
media file, with following Url...
HeaderObj.LicenseAcqURL = "http://xxx/DRMLicense/Default.aspx"
ProtectObj.V1LicenseAcqURL = "http://xxx/DRMLicense/Default.aspx"
When i am opening the media file ..I am getting the following error where
the Request is assigned to the Challenge Object
Objchallange.Challenge = Request("challenge")
Session("ObjChallange") = Objchallange
System.Runtime.InteropServices.COMException: Exception from HRESULT:
0x80041003.
I am getting the above exception.
Please Help me....
This posting is provided "AS IS" with no warranties, and confers no rights. |
The use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Could you post the entire default.aspx file? And if it uses a global.asa
file could you post that too?
Tim [MS] |
|
| Back to top |
|
 |
scrib
Guest
|
Posted:
Thu Aug 19, 2004 10:12 am Post subject:
Got an Error : HRESULT: 0x80041003. |
|
|
Setting a global ASP object usually requires you to use
the Set tag
Set X = Y
Plus I think that's just messy,
Store the challenge string in the session, not the actual
challenge object which should make your life a lot easier.
| Quote: | -----Original Message-----
Hi ,
I am Using the WMRM SDK 9 series in my application,After
protecting the
media file, with following Url...
HeaderObj.LicenseAcqURL
= "http://xxx/DRMLicense/Default.aspx"
ProtectObj.V1LicenseAcqURL
= "http://xxx/DRMLicense/Default.aspx"
When i am opening the media file ..I am getting the
following error where
the Request is assigned to the Challenge Object
Objchallange.Challenge = Request("challenge")
Session("ObjChallange") = Objchallange
System.Runtime.InteropServices.COMException: Exception
from HRESULT:
0x80041003.
I am getting the above exception.
Please Help me....
.
|
|
|
| Back to top |
|
 |
|
|
|
|