K
klav
I am trying to learn how to use VSTO 2005 (SE). I have worked only with VBA
up to this point and am new to the Visual Studio environment.
I have created a couple of simple Word add-in projects which customize the
ribbon. The projects work, but upon closing Word, the following message is
displayed in Visual Studio:
LoaderLock was detected. Attempting managed execution inside OS Loader Lock.
Do not attempt to run managed code inside a DllMain or image initialization
function since doing so can cause the application to hang.
I know I can turn off the option in Visual Studio that displays this
exception but I don't know what the exception means or how to fix it. Any
help would be greatly appreciated. Thanks.
up to this point and am new to the Visual Studio environment.
I have created a couple of simple Word add-in projects which customize the
ribbon. The projects work, but upon closing Word, the following message is
displayed in Visual Studio:
LoaderLock was detected. Attempting managed execution inside OS Loader Lock.
Do not attempt to run managed code inside a DllMain or image initialization
function since doing so can cause the application to hang.
I know I can turn off the option in Visual Studio that displays this
exception but I don't know what the exception means or how to fix it. Any
help would be greatly appreciated. Thanks.