Monthly Archives: August 2015

The operation failed because an index or statistics with name ‘index name’ already exists on table ‘table name’

The short article shows you one of the possible ways to resolve “The operation failed because an index or statistics with name ‘index name’ already exists on table ‘table name’”. The error indicate that is a duplicated index name as … Continue reading

Posted in .Net, Community | Tagged , | Leave a comment

Unable to update database to match the current model because there are pending changes and automatic migration is disabled

This short article shows you one of the ways to resolve the error “Unable to update database to match the current model because there are pending changes and automatic migration is disabled.” When you have an existing Code First project … Continue reading

Posted in .Net, Community | Tagged | Leave a comment

Could not load file or assembly ‘Microsoft.Web.Infrastructure

This short article shows you how to resolve the error “Could not load file or assembly ‘Microsoft.Web.Infrastructure… “ Go to Tools -> NuGet Package Manager -> Package Manager Console (based on Visual Studio 2015). Type Install-Package Microsoft.Web.Infrastructure. You console will … Continue reading

Posted in .Net, Community | Tagged , , , | Leave a comment

SharePoint Online 2013 vs. SharePoint 2013 On-Premise

This short articles show you all the features that is meant for SharePoint On-Premise. When you reach this page https://technet.microsoft.com/en-us/library/jj819267.aspx then you will find the article comparing SharePoint Online Edition and SharePoint On-Premise Edition separately. Somehow the features it compares … Continue reading

Posted in .Net, Community, Microsoft Office | Tagged , , , , , | Leave a comment

Getting Started with Windows 10 for IT Professionals

This is a free Windows 10 IT Pro course. https://www.microsoftvirtualacademy.com/en-US/training-courses/getting-started-with-windows-10-for-it-professionals-10629/?Wt.mc_id=dx_MVP36769 As an IT Pro, how can you securely enable your organization with Windows 10? Find out, in this practical and informative course. Windows offers management features that empower IT professionals … Continue reading

Posted in .Net, Community, Operating System | Tagged , , , , , , , | Leave a comment

We couldn’t find any data in your Excel workbook

This short article shows you how to resolve the error “We couldn’t find any data in your Excel workbook” in Power BI When you click Import for Import Excel data into Power BI. You might see the follow error. What … Continue reading

Posted in .Net, Community | Tagged | Leave a comment

How do you feedback on Microsoft Edge browser

This short article shows you how to send feedback on Microsoft Edge. Of course, there is a Microsoft Edge category under the Windows 10 feedback, https://chanmingman.wordpress.com/2015/07/28/how-to-feedback-on-windows-10/.  You can actually feedback directly in Microsoft Edge by clicking the … Click Send … Continue reading

Posted in Community, Operating System | Tagged , | 2 Comments

Forget network profile for Wi-Fi in Windows 10

This short article shows you where to get Forget Network in Windows 10. The can right click and select Forget network in the Wi-Fi list in Windows 8 or 8.1 like the following. To forget network profile setting. 1. Click … Continue reading

Posted in Community, Operating System | Tagged , , , | Leave a comment

How to using SQL Management Studio for LocalDB

This short article shows you how to using SQL Management Studio for LocalDB. When I want to install LocalDB and I got the follow error “Installation of SQL Server 2014 Express LocalDB failed because a higher version already exist on … Continue reading

Posted in .Net, Community | Tagged , | 1 Comment

This page can’t be displayed when click on App for SharePoint On-Premise after deploy and stop debugging from Visual Studio

This short article shows you how to fix “This page can’t be displayed” error when click on App for SharePoint On-Premise after deploy from Visual Studio. I created another website IIS Default Web Site. I Binding the port to 8081. … Continue reading

Posted in .Net, Community | Tagged , , | Leave a comment