lamp

December 2008 - Posts

MSVCR71.dll
31 December 08 01:22 PM | Frederick.Chapleau | with no comments

If an error occured when running a program that is using the version 7.1 of the runtime, you must intall it to get it work.

But the problem is, where is the runtime?

Yes, it is only available/included with .NET 1.1! So get it, install it, and it should work. Also, guest what... it's not installed by default in Windows Vista ;)

-f.

Filed under:
Dundas Chart included in .NET 3.5
09 December 08 01:10 PM | Frederick.Chapleau | with no comments

There was a great new on ScottGu' Blog, that was stating that a new, and free Charting component, based on the Dundas Charting Component, which was bought by Microsoft a few month ago.

This is a really great suite of charting component, that is already included in SQL Server 2008.

http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

-f.

Filed under:
Moving the Viewstate or a SEO technique
09 December 08 12:06 PM | Frederick.Chapleau | with no comments

Viewstate is a core concept of ASP.Net, but it can be a waste of bytes, when we know that some search engines are only indexing the top of the pages.

This can be done easily, and Scott Hanselman did a really good test on how to do that better.

http://www.hanselman.com/blog/MovingViewStateToTheBottomOfThePage.aspx

-f.

Filed under: