Click here to Skip to main content
15,899,638 members
Home / Discussions / COM
   

COM

 
GeneralClistCtrl and Callback Items in WTL Pin
21-Dec-00 22:40
suss21-Dec-00 22:40 
GeneralATL component connection points and smart pointers error Pin
19-Dec-00 7:40
suss19-Dec-00 7:40 
GeneralRe: ATL component connection points and smart pointers error Pin
Brian C Hart19-Dec-00 10:01
professionalBrian C Hart19-Dec-00 10:01 
GeneralRe: ATL component connection points and smart pointers error Pin
20-Dec-00 5:04
suss20-Dec-00 5:04 
GeneralClass not registered Pin
VVN18-Dec-00 5:42
VVN18-Dec-00 5:42 
GeneralRe: Class not registered Pin
18-Dec-00 9:14
suss18-Dec-00 9:14 
GeneralRe: Class not registered Pin
18-Dec-00 9:15
suss18-Dec-00 9:15 
GeneralRe: Class not registered Pin
Julien16-Jan-01 11:20
Julien16-Jan-01 11:20 
I have seen a similar problem before.
In our case what had happened was that the .rgs file in the project was incorrect!
That is it had different ID's to the actual interface! So when we registered it the
registry entries were wrong.
So, I suggest you check that the .rgs iids all match what the client is actually requesting. If there is not a match then I suggest you create a NEW project an add all
your code to it, then re-compile the client(s). If this is not an option then you need
to manually make sure that your server code has the iids that the client is asking for.
(Find in files *.* all matchs for the previous iids, just to make sure).

BTW: Really really make sure that the registry is clean, this is very important. So
you should :
Make sure that it is not running (or for DLL's not loaded).
Deregister it.
Then search the registry for old stuff (CLSID and Appid)

Let us know how you go.

GeneralWindow DLL to detect wm_message of an active window Pin
16-Dec-00 22:33
suss16-Dec-00 22:33 
QuestionCOM can be used instead of Dlls ? Pin
11-Dec-00 3:31
suss11-Dec-00 3:31 
QuestionRegistering COM Object (NT Service) on Remote mahine? Pin
Ahmed01927-Dec-00 21:16
Ahmed01927-Dec-00 21:16 
QuestionMy ActiveX in Excel's "Insert object" dialog? Pin
Serge_l5-Dec-00 21:31
Serge_l5-Dec-00 21:31 
GeneralDynamic Search Handlers Pin
Jason De Arte27-Nov-00 10:08
Jason De Arte27-Nov-00 10:08 
GeneralActiveX Documents [Container] - Flash control transparency Pin
Jeetendra Dhall26-Nov-00 20:27
Jeetendra Dhall26-Nov-00 20:27 
GeneralShellExtension & PropertyPage & WTL Pin
Mody_CZ19-Nov-00 21:35
Mody_CZ19-Nov-00 21:35 
GeneralCOM & Callbacks Pin
Brian van der Beek11-Nov-00 22:58
Brian van der Beek11-Nov-00 22:58 
GeneralMicrosoft G.723.1 codec Pin
Oleg M9-Nov-00 2:43
sussOleg M9-Nov-00 2:43 
GeneralTooltip for disabled ActiveX controls Pin
Michael Welsch9-Nov-00 1:35
Michael Welsch9-Nov-00 1:35 
GeneralAutomating MSProject Pin
Sanjeev Agrawal7-Nov-00 23:43
sussSanjeev Agrawal7-Nov-00 23:43 
GeneralTooltip for ActiveX - controls Pin
Michael Welsch7-Nov-00 22:30
Michael Welsch7-Nov-00 22:30 
GeneralRe: Tooltip for ActiveX - controls Pin
Alex Gorev8-Nov-00 4:04
Alex Gorev8-Nov-00 4:04 
GeneralVersionIndependentProgID Pin
Guillaume Belzile7-Nov-00 5:41
sussGuillaume Belzile7-Nov-00 5:41 
GeneralRe: VersionIndependentProgID Pin
Alex Gorev8-Nov-00 4:01
Alex Gorev8-Nov-00 4:01 
GeneralRegistry Pin
Dimitri5-Nov-00 21:26
Dimitri5-Nov-00 21:26 
GeneralRe: Registry Pin
Alex Gorev6-Nov-00 4:21
Alex Gorev6-Nov-00 4:21 

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.