Monthly Archives: June 2011

Create MYSQL Server database view in Visual Studio 2010

After watching Create MS SQL Server database view in Visual Studio 2010 you are expecting building view with GUI? Unfortunately MySQL .NET Connector does not make that happen, watch this. Create MYSQL Server database view in Visual Studio 2010

Posted in .Net | Tagged | 2 Comments

Create MS SQL Server database view in Visual Studio 2010–video

If you do not know how to create a MS SQL Server database view in Visual Studio 2010 then the video below is for you. Create MS SQL Server database view in Visual Studio 2010

Posted in .Net | Tagged | 2 Comments

Reasons to move from VB6 to VB.NET

Yesterday…   ·         VB6 cannot support function overloading ·         VB6 cannot support full inheritance   Today…   ·         VB6 cannot support Task Parallel Library ·         VB6 cannot do web page ·         VB6 is not suitable for SOA   With all … Continue reading

Posted in .Net | Tagged | Leave a comment

Software Engineering Process Methodology

Software engineer should provide technology method with evident. Use data to prove methodology but where is the example of the data? http://channel9.msdn.com/posts/ICSE-2011-Dieter-Rombach-Software-Engineering-Process-Methodology/player?w=512&h=288 Reference: http://channel9.msdn.com/posts/ICSE-2011-Dieter-Rombach-Software-Engineering-Process-Methodology

Posted in .Net | Tagged | Leave a comment

How to create project template in Visual Studio 2010 – Video

Watch the video below. How to create project template in Visual Studio 2010

Posted in .Net | Tagged , | 1 Comment

Cannot display top margin in Word 2010

Check this out: My top margin is missing

Posted in Community | Tagged , | Leave a comment

To prevent possible data loss before loading the designer, the following errors must be resolved

What happen if you see the error like below. To prevent possible data loss before loading the designer, the following errors must be resolved: 1.   There is no stack trace or error line information available for this error …. Just … Continue reading

Posted in .Net | Tagged , | 2 Comments

To use Report Builder, you must install .Net Framework 3.5 on this computer

If you see the error message “To use Report Builder, you must install .Net Framework 3.5 on this computer” on a Windows 7 PC then please do not install .NET Framework 3.5 because Windows 7 comes with it.   Most … Continue reading

Posted in .Net | Tagged | 16 Comments

The missing part if you use SSRS Report Builder with MySQL, you should go for MS SQL

Let look at using how do connect Report Builder to MySQL   SSRS with MySQL Now we look at connecting Report Builder to MSSQL SSRS with MS SQL   This missing part is this, like MSSQL below. You cannot choose … Continue reading

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

MySQL Error code 2006

I hit this error every time I install MySQL 5.x.x. The solution for this is to inside a line anywhere in my.ini file normally located at C:\Program Files\MySQL\MySQL Server 5.1.   This line as below: max_allowed_packet = 512M   We … Continue reading

Posted in Community | Tagged , | Leave a comment