Posts Tagged ‘.NET’

Retrieving the COM class factory for component with CLSID

We have a C# application which built in Windows XP using Visual Studio 2010, when we install this application to a 64-bit Windows 7 PC, we got the following error message in a popup windows: Retreving the COM class factory for component with CLSID{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC} failed due to the following error:80040154 Class not registered (Exception from [...]

Leave a Comment

About Memory Management in .NET

Today I give a topic which maybe most of us are interested in it,  no matter you are a C++ or C# programmer, or even you are not a programmer, it is from the following questions which most of us always asked: 1: Why theres is no more Pointer in C#?2: How to release memory [...]

Leave a Comment

Another Dot Net Tech Site

Found another Dot Net Tech site: DotNetFunda.com

Leave a Comment

How to display East Asian character in Visual Studio 2008 / 2005

Sometimes I downloaded some C# code from internet but there are East Asian characters involved such as Japanese or Chinese comments. When I tried to open the code, Normally the  Visual Studio 2008 / 2005 IDE did not show correct characters. I searched out several solutions for this but only the following solution worked for [...]

Leave a Comment

Microsoft Mobile Device Browse File and dotMobi DeviceAtlas

I got a open source project which I think it is supporting by Microsoft and / or dotMobi. the project name is Mobile Device Browse File or Mobile Browser Definition File. Actually I knew dotMobi Inc. has a similar project named dotMobiā„¢ DeviceAtlasā„¢, I don’t know what the differences between these 2 projects, or they [...]

Comments (2)

Mobile Web Forms in Visual Studio 2008 and 2005

After you install SP1 for Visual Studio 2005 or you are using Visual Studio 2008, you will see that you can not find Mobile Web Forms which you can see in Visual Studio 2003. The reason is from Microsoft development team. They made the Mobile Web Form Templates a separate package and you need to [...]

Comments (2)

Data import / export with SQL Server Express

There is a good guide here: Data import / export with SQL Server Express using DTS Wizard Wish a help!

Leave a Comment

How to add a Uninstall option in Visual Studio Setup project without writing code

Using Visual Studio 2005/2008, you don’t need to write any code to add a uninstall option for a Setup project (Yes I know some people can write code to do it) 1) In the Setup Project –> File System windows –> Right Click “File System on Target machine” –> add a Special Folder, select System [...]

Comments (11)