Monthly Archives: December 2014

2014 in review

The WordPress.com stats helper monkeys prepared a 2014 annual report for this blog. Here’s an excerpt: The Louvre Museum has 8.5 million visitors per year. This blog was viewed about 230,000 times in 2014. If it were an exhibit at … Continue reading

Posted in Community | Tagged | Leave a comment

Entity Framework issues with MySQL .NET Connector

Over all these years, started from 2009, the Entity Framework for MySQL is like forget about it kind of thing. Let me bring out 2 cases here. The first one, let’s look at what fields the table has.   See … Continue reading

Posted in .Net | Tagged , | Leave a comment

Getting started with VBA

This article is get you started with VBA. After almost 20 years I have learned VBA, Microsoft never changed Macro to be able to use C# without using Visual Studio. Hence, many people stuck with VBA. This article will show … Continue reading

Posted in .Net, Microsoft Office | Tagged , | 2 Comments

How to edit WPF Datagrid cell

This article will show you the way to change the cell in WPF Datagrid. I have been reading people asking how to change the cell in WPF Datagrid. A lot of article with a lot of theory somehow the code … Continue reading

Posted in .Net | Tagged , | 1 Comment

Unable to load DLL ‘librfc32.dll’

When you run your .NET project then you might run into an error “Unable to load DLL ‘librfc32.dll’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)”. You are start to search for librfc32.dll download. Do not do … Continue reading

Posted in .Net | Tagged , | Leave a comment

Celcom broadband Connect button greyed

This article will not be for many people because only Malaysia is using Celcom. When you start your Celcom Broadband software the Connect Button is greyed out and cannot be clicked. One of the reasons could be your Windows Services … Continue reading

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

Could not load file or assembly ‘System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies

This article is to resolve the error “Could not load file or assembly ‘System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies.” If you ASP.NET solution is still based on .NET Framework 2.0 and you have the following line in … Continue reading

Posted in .Net | Tagged , , , , | 2 Comments

Assembly generation failed ‘xxxxxxxxx’ does not have a strong name

This article is to show you how to solve the error “assembly generation failed does not have a strong name”. Sometime when you have plugin project like Dynamics CRM or SharePoint you might have the problem “assembly generation failed does … Continue reading

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

How to generate C# class from xml using xsd

I have seen many posts in forum on how to create a C# class using XML. This article is to show how to generate a C# class from xml. Refer back to https://chanmingman.wordpress.com/2014/11/20/transform-from-xml-to-html/. There is a books.xml. What I will … Continue reading

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

Migrate MS SQL Server database to MySQL Server

This article is to migrate database from MS SQL to MySQL database. MS SQL Server is good but not all the organization can afford MS SQL Server. The biggest tip is you need to create ODBC System DSN to connect … Continue reading

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