Monthly Archives: June 2017

SSAS cannot find database after deploy

This short blog shows you where to find the SSAS database that you deployed. After you deployed the SSAS cube in Visual Studio and you started SQL Server Management Studio then choose Analysis Services. You did not get to see … Continue reading

Posted in .Net, Community, Computers and Internet | Tagged , , , | Leave a comment

Migrate from Docs.com to OneDrive

This short blog is showing you how to migration from Docs.com to OneDrive. If you are a Docs.com users like me then unfortunately if should receive an email to notify you Docs.com is going to close down on 15 December … Continue reading

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

AMD ATI Radeon Driver keep crushing my Windows 10

This blog just to let you know ATI Radeon Driver can crush your Windows 10 version 1607 very bad. I don’t dare to say what I suggest here is bullet proof solution but just make sure you don’t see any … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged , , | Leave a comment

Could not load System.Data.SqlServerCe.Entity.dll. Reinstall SQL Server Compact – Visual Studio 2017

This short blog show you how to resolve “Could not load System.Data.SqlServerCe.Entity.dll. Reinstall SQL Server Compact” in Visual Studio 2017. Both Visual Studio 2015 and Visual Studio 2017, and even if you install SQL Server 2014 or SQL Server 2016 … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged , , | Leave a comment

HTTP code 407 Proxy Authentication Required when connect to TFS using Visual Studio

This short blog is showing you how to resolve the error “HTTP code 407 Proxy Authentication Required” when you are connecting to Visual Studio Team Services using Visual Studio 2015. When you want to connect to Visual Studio Team Services … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged , | 1 Comment

System.ValueTuple is missing

This short blog shows you how to fix the error System.ValueTuple is missing is Visual Studio. You are happily type in the follow code into Visual Studio 2017. class Program {     static void Main(string[] args)     {         List<Order> … Continue reading

Posted in .Net, Community, Computers and Internet | Tagged , | Leave a comment