stdole

What does stdole.dll do?

We have a large C# (.net 2.0) app which uses our own C++ COM component and a 3rd party fingerprint scanner library also accessed via COM. We ran into an issue where in production some events from the fingerprint library do not get fired into the C# app, although events from our own C++ COM component fired and were received just fine. Us...

Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC

Our ClickOnce application is reporting "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC" when one user tries to run the application. It's interesting to note that the GAC (c:\windows\asssembly) does not have stdole installed in it. Any ideas how to get it there? We are using .N...

tlbimp.exe error: Referenced type library 'stdole' does not have a primary interop assembly registered

when I try to import PIA by tlbimp.exe, get the following error: TlbImp : error TI0000 : System.ApplicationException - Referenced type library 'stdole' does not have a primary interop assembly registered. My command is : "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\tlbimp.exe" "C:..\craxdrt9.dll" /primary /keyfile:"C:..\keyfile....