Running AspNet5.ENU.RC1.exe on a windows server 2012 R2 instance (hosted in azure) fails with 0x80072f76 - Unspecified error. I read about the known issue where installing from a folder that also contains earlier beta vs web tooling MSI files can fail with error 0x80091007 - The hash value is not [...] read more
We've been trying to install SQL Server Data Tools and have experiencing an error preventing us from installing it and we can't figure it out. We're installing it on Windows 7 Professional and already have VS 2015 and SQL Server 2014 successfully installed. Here are the error messages that were [...] read more
Don't know if this is the right place for this but here it goes. I'm trying to install SSDT on a Azure VM with Visual Studio installed, but I have had no luck. It runs for about 5 seconds, then sends me to the log file. The log file looks [...] read more
I'm attempting to create a Windows Phone 8.1 app that logs in to a web site using a POST request (using Windows.Web.Http), then continues to another page. There's of course a lot more code in there but I don't think it's germane to this discussion. HttpClient httpClient = new HttpClient(); [...] read more