I am trying to create a interface of firewall using "INetFwMgr
interface" with CoCreateInstance function on window server 2003 but it
failed with give me error ERROR_SXS_KEY_NOT_FOUND
means. "The requested lookup key was not found in any active
activation context". i am not understand the what this error indicate,
where i am wrong... please help me..

But the same code is running fine on all other operating system like
xp, vista....
Code sample::
hr=CoCreateInstance(__uuidof(NetFwMgr),
NULL,
CLSCTX_INPROC_SERVER,
__uuidof(INetFwMgr),
(void **)&fwMgr);

create instance Failed with error ERROR_SXS_KEY_NOT_FOUND on window
server 2003...

If any idea then help me...