I'm trying to install SQL Server Data Tools - Visual Studio 2015, but I keep getting an "Unspecified error". The log file is at https://drive.google.com/open?id=0B3CEKzS2Sw8OODNJOXZJVGRWQlU. I already have Visual Studio Professional 2015 installed. I want to install SSDT 2015 because my databases were recently migrated from SQL Server 2008 R2 [...] read more
I have been working on configuring a network bootable virus removal suite, and I am using the Windows Defender WinPE iso generated from using this 64-bit tool. The tool downloads and creates an ISO for you. I extract the ISO in order to get the source boot.wim file and I [...] read more
On my Windows 10 computer (and apparently others), the Windows Store app (or just "Store") will not start if the "DNS Client" is not running - Error "0x80072EE7". Why? The "DNS client" service is supposed to only supply DNS caching and name registration. All other networked applications that I use [...] read more
I seem to be getting a fairly common generic error but with possibly with a slight difference then some of the other problems/answers I have seen. Generally it looks like this is a DNS issue but I am not sure in my case. Let me 1st describe my infrastructure and [...] read more
Practically overnight, the SQL Server agent that had been working for over a year failed on a server running SQL Server 2008 R2. When attempting to restart it, it fails immediately with the message > "This installation of SQL Server Agent is disabled. The edition of SQL Server > that [...] read more
Microsoft Edge and others like weather and windows Store Market gives errors and does not work and below error 0x80072EE7] enter image description here [https://i.stack.imgur.com/mKek3.png] it is while: * all my non-Microsoft apps have no problem connecting to internet * IE and My Windows 10 updates and office apps are [...] read more
I'm unable to get the Autodiscover of Exchange 2010 working. Our email accounts are name@company .com and our AD is company .local When I open Outlook 2010 and Ctrl + RMK on the icon and select 'Test E-mail AutoConfiguration' I see this: SMTP=myname@company.com Attempting URL https://exchange1.COMPANY.LOCAL/Autodiscover/Autodiscover.xml found through SCP Autodiscover [...] read more
I'm running the command mu_visual_studio_enterprise_2017_x86_x64_10049783.exe --layout c:\vs2017offline --lang en-US to create an offline Visual Studio 2017 installer with the latest update 15.2 (26430.04). I have followed the instructions for offline installation and imported the certs etc. Still, on a machine without internet connection the installation fails. This has caused me [...] read more
I'm trying to create a generic method to sending HTTP operations using Windows.Web.Http.HttpClient. The method contains the following code: HttpClient client = new HttpClient(); HttpRequestMessage request = new HttpRequestMessage(method, new Uri(URL)); if (!string.IsNullOrEmpty(param)) request.Content = new HttpStringContent(param, UnicodeEncoding.Utf8, "application/json"); HttpResponseMessage response = await client.SendRequestAsync(request); where param is a json string [...] read more
I am new to visual studio and developing universal windows applications. My program throws an exception when I click a UI button that should display location information on click. It is a UWP. The location access is turned on from the package manifest. The code looks like this: private async [...] read more
it error message: Failed to run operation 'ProvisionPlatform'. Failed to run method 'Microsoft.Web.Farm.GetInstalledProductsRemoteMethod' on server '10.10.10.155'. Exception in response stream. InternetOpenUrl returned 0x80072EE7: Unknown error 12007. Exception in response stream. InternetOpenUrl returned 0x80072EE7: Unknown error 12007. Failed to run operation 'Repair'. Failed to run method 'Microsoft.Web.Farm.GetInstalledProductsRemoteMethod' on server '10.10.10.155'. Exception [...] read more
Can't download Orchard CMS using Web Platform Installer 4.0. This product did not install successfuly: Donwloaded file failed signature verification and may have been tampered. part of the Log file DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9777770 DownloadManager Error: 0 : Error downloading product file: 'System.Net.WebException: InternetOpenUrl returned [...] read more
Running Windows-based containers I am unable to access the internet from within. Example: From my host machine I can run the following command: PS C:\Developer> nslookup aka.ms Server: cache100.ns.tdc.net Address: 193.162.153.164 Non-authoritative answer: Name: aka.ms Address: 88.221.62.148 When I try to do this from inside a container: PS C:\Developer> docker [...] read more
I get below error when attempting to be offline, I began with the starter code as instructed by the Docs and I just keep getting the error. I followed the details here: https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-windows-store-dotnet-get-started-offline-data Even trying a new download of the starter code doesn't seem to work, for what ever reason [...] read more
I would like to use Azure Media Services as an ingestion-point for live streaming, and I need to syndicate (push or pull) that stream to IIS running on my own servers within a local data-center. When I configure a Live Smooth Streaming publishing point on my own server to pull [...] read more
i submit the beta version on store and make a product list.. accoridng to this link enter link description here //StringBuilder sb=new StringBuilder(); var listing=await CurrentApp.LoadListingInformationAsync(); foreach (var product in listing.ProductListings) { sb.AppendLine(string.Format("{0}, {1}, {2},{3}, {4}", product.Key, product.Value.Name, product.Value.FormattedPrice, product.Value.ProductType, product.Value.Description)); } MessageBox.Show(sb.ToString(), "List all products", MessageBoxButton.OK); Exception is :Exception [...] read more
When attempting to upgrade from Windows 10 1803 to 1809, I get a failure every time. I tried Microsoft support and three reps were unable to assist me. I tried disabling all the startup programs, running the update troubleshooting tool, running Windows 10 update assistant, and downloading / installing from [...] read more
I go to this link (Microsoft website) to download Movie Creator software but when I click Get, it opens a page or something like an app called Store and it says: The server stumbled. Error code: 0x80072EE7. I can't download the software this way. Moreover, I wouldn't like the invasion [...] read more
When getting data from the net, how can I tell if I failed to connect? I am using GetBufferAsync, which throws an error when I pull the ethernet cable out of the computer. I can find no documentation about this error, and I don't know if this is the best [...] read more