Good day,
I decided to take the plunge yesterday and I downloaded Windows 10. I also installed VS 2015, and left 2013 installed.
I am now having issues with a few solution files for my work that were not present before, but mainly the largest one is that the Simulator for Windows 8.1 apps is messed up.
I have a WebAPI, a WPF Desktop, and an 8.1 RT app. I used to be able to talk from 8.1 app to the WPF via the SignalR client in the WebAPI.
I just confirmed that it still work son my 8.1 box at work, but in my home dev environment, with Windows 10, my 8.1 app can send messages TO the WPF client through the API, but the WPF application can NOT send anything.
I inserted a break point to see if the messages were even being passed (I'm using MVVM Light) to the Main View Model, to then be sent to the hub, and nothing is landing in there. None of the logging is being touched either.
Did something happen with the Messaging in Windows 10 itself? I tried running all of this in VS 2013 Pro on my Win10 pc.
It's even worse when I try to run all 3 in VS 2015.. The WebAPI can't be found now... I get 404 errors when I try to access it via the browser and by connecting the 8.1 app or the WPF app to it.
Any thoughts? Has the Messenger stuff been messed with? Did Windows 10 or VS 2015 turn something off that was previously on? Is there a known issue with the 8.1 SDK and running it on Windows 10?