Linqpad can't find mapped network drives in Windows 8
My company just got a shipment of ultrabooks with Windows 8 on them. While I'd previously had no issues with Linqpad using directories, it seems like something has changed. I've mapped a network location to a drive letter, and I can see that it is available in File Explorer but Linqpad can't find any of the mapped network drives! Under Computer when attempting to browse to the network location (using UNC or using the mapped drive letter) it only finds my local hard drive. Any suggestions?
Comments
What happens when you execute the following expression LINQPad? (And Visual Studio?)
new System.Windows.Forms.OpenFileDialog().ShowDialog()