Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Interface Not Registered

Reply
Thread Tools Display Modes

Interface Not Registered

 
 
Greg Kendall
Guest
Posts: n/a

 
      04-17-2006
One Solution:
regsvr32 %windir%\system32\ole32.dll

Background:
I am not sure of the exact cause, but I wanted to share the solution to
the problem I was having. We have a native code DLL set up as a COM+
server. Most of the methods on the interface for the DLL were working,
but one was throwing an "Interface Not Registered" exception.

Strange, huh? Only part of a COM interface working.

We were able to trace the code and found the exception was happening
after the method being called was returning. We guessed it was an
error during the marshalling of the results being returned, but were
unsure.

I am not sure how the system in question got into this state. I
suspect an installation of digitalpersona u.are.u 1.0 on the system
(Windows XP SP2), but have not verified this.

Re-registering ole32.dll solved the problem.

Hope this helps,
Greg

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interface not registered RUNNING MAN Windows Media Player 0 01-07-2005 02:17 PM
Re: interface not registered marcus Windows Media Player 1 04-30-2004 01:11 AM
Interface Not Registered kristaa Windows Media Player 1 03-07-2004 05:21 AM
interface not registered nguyen Windows Media Player 1 02-07-2004 09:18 AM
INTERFACE NOT REGISTERED Shiznannigan Windows Media Player 0 12-11-2003 08:20 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59