PDA

View Full Version : Socket Connection (Cannot create instance of INetMgr)


bkhe1
05-28-2002, 01:02 AM
Hi,
I cannot create instance of INetManager applet. Any suggestion what could be happening. Do I have to include any dependencies in the MIF file. When I try to run it in the emulator it complains INetMgr failed. When I create instance of INetManger
ISHELL_CreateInstance(pme->a.m_pIShell, AEECLSID_NET, (void**)(&piNet)))
it returns ECLASSNOSUPPORT .

Cheers,
Bkhe

devi
05-28-2002, 10:55 AM
Please ensure that the appropriate privilege level (Network) is selected in your application's MIF file. Privilege information is found on the General Tab in the MIF Editor.

Devi Krishnan
BREW Support