Search
1
vote
closed
Sometimes apps don't show up in app chooser

Description

Despite the latest fix in changeset 59979 I still have problems with apps not showing up. It appears to be because the module names aren't always the same case. I modified my copy of the source code so that the lines that are inside the if statements like:
module.szModule.Contains("PresentationFramework") are instead like:
module.szModule.StartsWith("PresentationFramework", StringComparison.OrdinalIgnoreCase)

I did that for all three checks in both locations modified by the changeset.

File Attachments

No files are attached

Closed Jan 22 2011 at 4:03 AM by cplotts

Comments

wrote Jan 22 2011 at 4:03 AM
Resolved with changeset 61295.

cplotts wrote Jan 14 2011 at 9:00 PM
Does it work? I assume so ... if you confirm ... I will change the code to be case insensitive.

Should have thought of that!

Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.15.18416