General

SharePoint 2010 | How to delete orphaned Web Application

English Orphaned web application? I don’t know how it happened - but let call the symptoms orphaned web application. Definition Orphaned web application is a situation where you can not performed essential modification to the web application such as adding new content databases, remove extended IIS, delete web application or create new site collection. In short, the web application exists but it doesn’t work and Administrator can not remove it. Symptoms You will experience any of following symptoms:

K2Studio | Make it alive in new .NET Framework

English We have request to support very old application, built using K2.NET 2003. K2.NET 2003 is a workflow engine (BPM) product by SourceCode Technology Holding Inc. It was initially released on 2003, before replace by the sucessor K2 Blackpearl in 2007 (see the history here). An 13 years old product, and yes we still have some application using it. While most of our development tools have been upgraded, the latest K2.

Windows Azure : Using WebMatrix to Create Wordpress Multisite in Azure

English In case you have not tried Windows Azure to host your blog, I think it is time todo so; because Windows Azure is also capable to host many types of blogging platform such as Wordpress. I stumbled upon “Convert a Wordpress Site to Multisite” - when trying to figure-out how to host my blog in Windows Azure. Instead of using FTP or GIT as described in that article, I use WebMatrix and standard Wordpress configuration in Windows Azure.

Thanks to TechSmith

TechSmith - Feb 6, 2013 @cakriwut Can’t wait to see what you create!

Thanks to TechSmith

English Just few minutes ago I received complimentary authoring tools from TechSmith. Both SnagIt and Camtasia Studio have become my favorite tools to create screenshoot, screen cast that enrich my articles. With this new software, I believe that I will be able to produce more and more screen cast on my articles. Thanks, to you TechSmith.

SSAS 2008: Class not registered REGDB_E_CLASSNOTREG

English This morning I was having problem with one of my VM. When I tried to access SSAS (SQL Server Analysis Services) and browse the cube - it throws error :  Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) SSMS (SQL Server Management Studio) also open error message dialog box:  Exception of type ‘System.Windows.Forms.AxHost+InavlidActiveXStateException’ was thrown. Looking deep into detail error message, its clear that this function was called by Microsoft.

Project Server 2010: How to Troubleshoot Read-Only Mode in Microsoft Project Client

[Chrispy]( “chris.piscopo@defence.gov.au”) - Aug 1, 2014 Hi, what if the cached version appears to be a later copy than the server copy, in which case, how do you override the server copy with the cached copy? [cakriwut]( “cakriwut@gmail.com”) - Sep 0, 2014 If the cached copy appears to be the later copy, you can publish the cached copy. It will override the server copy. Basically following happens: 1. When you open the project for editing in MS Project client Server has Published and Working copy Client has Working copy and Cached copy 2.

Project Server 2010: How to Troubleshoot Read-Only Mode in Microsoft Project Client

English: Before you can edit the Microsoft Project 2010 file stored in Enterprise Project Server 2010, you must perform check-out process. This process ensures that you have exclusive access to the file during modification. The exclusive access ends when you save and check-in the file into server. Local Cache To improve user’s experience and presumably due to technical limitation, Microsoft Project 2010 client creates local cache and synchronize the content back to the server periodically.

SharePoint 2010: RemoteStsAdm PowerShell Module is available via NuGet

English: Few month ago I have introduced RemoteStsAdm, a PowerShell module that enable you to execute StsAdm.exe remotely. StsAdm.exe is a command line administration tools for SharePoint. Unfortunately to run StsAdm, one must log-in to SharePoint server member – since the tool can not be executed remotely. RemoteStsAdm is to answer this problem, allowing admin to execute StsAdm remotely. You can download the source code from MSDN Galery here or read the original article in previous post here.

PowerShell: Introducing Import-PSModule

SharePoint 2010: RemoteStsAdm PowerShell Module is available via NuGet | Ideas For Free - Dec 0, 2011 […] PowerShell: Introducing Import-PSModule […] Steve B. - Apr 4, 2012 Very promising. I’m wondering if the nuget repository could be a file share, like it should be possible within VS… thx for your great job [cakriwut]( “cakriwut@gmail.com”) - Apr 5, 2012 Hello, Yes, it is possible to use file share for nuget repository.