Click here to Skip to main content
15,900,512 members
Home / Discussions / COM
   

COM

 
QuestionRe: How to transfer the Serialport settings in Form design to another Form Design in visualbasic2005 Pin
Jonathan Davies4-Feb-09 0:42
Jonathan Davies4-Feb-09 0:42 
QuestionHow to append text in winword document caption? Pin
SNI2-Feb-09 23:35
SNI2-Feb-09 23:35 
AnswerRe: How to append text in winword document caption? Pin
Rajasekharan Vengalil4-Feb-09 6:21
Rajasekharan Vengalil4-Feb-09 6:21 
QuestionProblem with VC++ OCX in VB6.0 Pin
chetanjoshi92-Feb-09 20:11
chetanjoshi92-Feb-09 20:11 
QuestionRe: Problem with VC++ OCX in VB6.0 Pin
Roger Stoltz2-Feb-09 21:41
Roger Stoltz2-Feb-09 21:41 
QuestionRe: pass VB6 array to C# dll Pin
mla1542-Feb-09 7:07
mla1542-Feb-09 7:07 
AnswerRe: pass VB6 array to C# dll Pin
mla1542-Feb-09 9:00
mla1542-Feb-09 9:00 
QuestionDRM (Digital right management) and WMP (Window media player) throw error Retrieving the COM class factory Pin
Asit Kumar Sinha2-Feb-09 2:59
Asit Kumar Sinha2-Feb-09 2:59 
Hi I am working on DRM (Digital right management) and WMP (Window media player).
I added assembly Interop.WMRMOBJSLib.dll

While the code is executing this line then it throw the error
i.e.


Retrieving the COM class factory for component with CLSID {76FB40C2-7B90-402A-867D-73747BF85F48} failed due to the following error: 80040154.
Here I am mentioned the code.

-----------------------------------------------------------------------
WMRMOBJSLib.IWMRMChallenge objChallenge = new WMRMOBJSLib.WMRMChallengeClass(); //Instantiate challenge Object
objChallenge.Challenge = Request.Params["challenge"];
string varClientInfo = objChallenge.ClientInfo; //to retrive client information
string varHeader = objChallenge.Header; //to retrive the header information of the content
WMRMOBJSLib.IWMRMHeader objHeader = new WMRMOBJSLib.WMRMHeaderClass(); //to instantiate header object
objHeader.Header = varHeader;
string strContentID=objHeader.ContentID; //retrives the contentid of the file played
string indiVersion = objHeader.IndividualizedVersion;

//Report an error if ContentID not found in DRM headers
if(strContentID == null)
{
ReportError("Content not found.");
return;
}

//Get action currently performed
string action = Request.Params["action"];

-----------------------------------------------------------------------
In few article I read Class not registered.
I checked into regedit.
Here I mentioned used .dll

• Interop.LICENSESERVERLib.dll
• Interop.WMRMOBJSLib.dll
• MySql.Data.dll
So kindly suggest me, where is problem.
Its very urget.
Kindly reply me.
Thanks
Asit Sinha

Asit Sinha

QuestionNullReference exception - INetCfg AquireWriteLock Pin
pfrances31-Jan-09 13:54
pfrances31-Jan-09 13:54 
AnswerRe: NullReference exception - INetCfg AquireWriteLock Pin
Randor 1-Feb-09 11:34
professional Randor 1-Feb-09 11:34 
QuestionDecoding base64 to generate png image Pin
Rajiya29-Jan-09 17:55
Rajiya29-Jan-09 17:55 
AnswerRe: Decoding base64 to generate png image Pin
«_Superman_»29-Jan-09 20:53
professional«_Superman_»29-Jan-09 20:53 
QuestionHelp needed on Interop activeX C# contro access from VB 6.0 Pin
sanvisanvi29-Jan-09 2:55
sanvisanvi29-Jan-09 2:55 
QuestionDeclare shared function in com (vc++) Pin
Pop Cristian28-Jan-09 5:58
Pop Cristian28-Jan-09 5:58 
AnswerRe: Declare shared function in com (vc++) Pin
Jonathan Davies28-Jan-09 9:23
Jonathan Davies28-Jan-09 9:23 
GeneralRe: Declare shared function in com (vc++) Pin
Pop Cristian28-Jan-09 9:32
Pop Cristian28-Jan-09 9:32 
GeneralRe: Declare shared function in com (vc++) Pin
Jonathan Davies28-Jan-09 9:53
Jonathan Davies28-Jan-09 9:53 
GeneralRe: Declare shared function in com (vc++) Pin
Pop Cristian28-Jan-09 10:37
Pop Cristian28-Jan-09 10:37 
AnswerRe: Declare shared function in com (vc++) Pin
«_Superman_»28-Jan-09 17:34
professional«_Superman_»28-Jan-09 17:34 
AnswerRe: Declare shared function in com (vc++) Pin
prasad_som28-Jan-09 23:22
prasad_som28-Jan-09 23:22 
AnswerRe: Declare shared function in com (vc++) Pin
guestcat29-Jan-09 5:36
guestcat29-Jan-09 5:36 
GeneralRe: Declare shared function in com (vc++) Pin
Pop Cristian29-Jan-09 7:04
Pop Cristian29-Jan-09 7:04 
QuestionCOM compilation Pin
vineeshV28-Jan-09 2:23
vineeshV28-Jan-09 2:23 
AnswerRe: COM compilation Pin
Jonathan Davies28-Jan-09 2:31
Jonathan Davies28-Jan-09 2:31 
AnswerRe: COM compilation Pin
guestcat29-Jan-09 5:40
guestcat29-Jan-09 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.