Error when adding System32 dependencies such as shell32.dll

hi,
is it a mamanged or a unmanaged dll? If it is a unmanaged you can’t add it as dependency via Project-Expolerer. You have to call the funcitons from the dll via System.Runtime.InteropServices.

also see