I have a silverlight application that interacts with a windows application for performing document import via self hosted WCF service of Windows application. The silverlight application is under https mode so whenever an import document action is performed for first time a confirmation message pops up "Display mixed content ?".On clicking 'Yes' Silverlight application interacts with windows application and displays Import dialog of windows app.
Now the problem here is in Windows 7 machine with IE9...If i delay in clicking 'Yes' of the "display mixed content" application hangs but if i click quickly the import action is performed and Import dialog opens up.This feature works in vista and xp mahcine...Only in windows 7 i have problem...
Is it anything related to IE9 issue?