Hi Craig,
If you reference the SDK documentation, you'll see that OpenAuthenticatedBrowser calls for 3 parameters. You will need to include a boolean (set it to true) as your third parameter in your call above.
Also, you have an incorrect value for your policy (second parameter). I'll teach you how to discover the policy for different Windows Live sites. If you go to mail.live.com, you are redirected to the Windows Live ID login page. Here's the url I get for the Windows Live ID login page after web mail redirects me: http://login.live.com/login.srf wa=wsignin1.0&rpsnv=10&ct=1178737380&rver=4.0.1532.0&wp=MBI&wreply=http:%2F%2Fmail.live.com%2Fdefault.aspx&id=64855
To get the policy for a specific site, look at the wp= in the query string. In this case, wp=MBI. Therefore, your call to open the authenticated browsers should be:
_identity.OpenAuthenticatedBrowser("http://mail.live.com", "MBI", true);
Good Luck!!
Sarah, Program Manager -- Windows Live ID
I'm not sure, but I think your computer has been infected with something that tries to abuse the Windows Live ID-service URL's... Windows Live ID will never present you with toolbars or Google search bars, it's just an authentication service (and a large one, too )
Try running a virusscan and a spywarescan, and check your %systemroot%\system32\drivers\etc\HOSTS-file, if it contains entries regarding "login.live.com"
Ok, this isn't good, this is some malware doing it's thing...
Start Notepad as administrator (right click, "Run as Administrator") and open the file %systemroot%\system32\drivers\etc\HOSTS. Just type in that path.
The contents of my HOSTS-file follows:
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
Does yours look like this If it doesn't, please make a back-up of it and replace it with the contents above.
O, and it might be a good idea to change your password after you're sure that everything is cleaned up. Just in case. By the way, can you get to http://account.live.com
Mine is based on Windows Vista, you're probably running Windows XP. I don't know what might cause it, can't you ask a friend or someone to take a look at it They'll probably have better ways of figuring out what causes it than we do now