Re: Serious bug in .NET framework 2.0 - IShellLink interface crashes
- From: "Robert Simpson" <rmsimpson@xxxxxxxxxxxxxxx>
- Date: Mon, 27 Mar 2006 07:56:33 -0700
"Elmue" <abuse@xxxxxx> wrote in message
news:OJxO3FAUGHA.2156@xxxxxxxxxxxxxxxxxxxxxxx
My project loads a managed C++ DLL which uses the *IShellLink* interface
to resolve shortcuts.
The function ResolveShortCut() (see below) is called from the main C#
program in a thread loop to
resolve all links found on the desktop.
[snip]
2.)
Then suddenly it happens that *CoInitialize(0)* fails.
The red flag has just gone up.
Why are you calling CoInitialize(0)? Please tell me you aren't calling it
from the DLL ...
Robert
.
- Follow-Ups:
- Prev by Date: Re: Visual Studio 2005 for VB.NET 1.1
- Next by Date: Re: Creating simple exe that runs without framework?
- Previous by thread: Re: Serious bug in .NET framework 2.0 - IShellLink interface crashes
- Next by thread: Re: Serious bug in .NET framework 2.0 - IShellLink interface crashes
- Index(es):
Relevant Pages
|