Hi all,
I've developed a WM5+ custom Today screen item, using Visual Studio 2005 and
the WM6 SDK.
The problem is that some people report of being unable to find my custom
item in their Today settings. It simply doesn't show up in the list at all.
They have already checked the registry references put there by the CAB
installer (which I also made) and these are correct.
To debug that, i've made another tester app that tries to load the DLL file
(using LoadLibrary, so no static reference) but EVEN this tester app fails to
load altogether, with a generic "untrusted app or component not found" error.
The two files (tester exe and dll) were started as simple projects, no MFC,
ATL or other dependencies.
The joke is that other people report that my custom item is working
flawlessly!
Please help me, I don't know what to do!
thanks