-
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...
-
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...
-
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:/...
-
YES! It is available! http://www.microsoft.com/downloads/details.aspx?FamilyID=57c6267b-3b13-49dd-bfed-3cc83633aea7&displaylang=en Check out the list of hotfixes it contains, http://support.microsoft.com/default.aspx?kbid=952858 And another update...
-
Another Google Catcher page catcher. When Installing Report Server and applying the SP2, this may occurred when you restore a backup from another SQL 2005 RS SP2 database. The answer: you installed the CTP2 of the RS 2005 SP2, check out the latest one...
-
Problem with the Calendar Schedule? With reports? and maybe a another bunch of CRM 3.0 modules? ... the first thing is to check the Framework Version used. CRM 3.0 works almost all with .NET 2.0. But it is not developed for the Framework 2.0. Version...
-
When developing using Web Service, you may want to reuse common components, so that adding a service reference do not generate Type proxy to common Types. In .NET 3.5, WCF (windows communication framework) enable you to do that. But with a catch, you...
-
In less than an hour, I've made a COMPLETE web application, from the UI, to the Database including simple CRUD. I have used ASP.Net > WebServices > Linq > DBML > SQL > SQL Server. This is the tutorial for the basic concept, and the...
-
What is this crazy format, 1970-01-01T00:00+00:00 There is no way to format this using XSL. So my solution inside a XSL transformation template, was to call a C# function that convert it back to a DateTime object and after that that formatting this like...
-
As requested my many people, here are the complete list of Windows XP drivers for my HP tx1218ca (tx1000). Those are Windows XP x32 version of the drivers, hopping that they are compatible with the x64 version. Audio HDAUDIO\FUNC_01&VEN_10EC&DEV_0862&SUBSYS_103C30BF&REV_1000...
-
ok, that's a great future... but who need 256 processors in a WORKSTATION!? Hopping that in 10 years I will not see this and say "well, Windows 7 was very limited"... http://blogs.zdnet.com/microsoft/?p=1687 -f.
-
The future of the notebook is the same as the mobile phone. You will always pay, but less at the beginning. http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9118758 Why they are not offering free Internet, and sell...
-
From the PDC 2008, .NET Services (previously know as Biztalk... !), SQL Server, Sharepoint, Dynamics CRM and Live Services will be available thru a Cloud Computing platform: Windows Azure Services. And a new OS, Windows Azure will be available ... [....
-
The brain is a the peek performance at the age of 39. Let's the countdown begin... what's yours? http://newsroom.ucla.edu/portal/ucla/physical-decline-caused-by-slow-64365.aspx -f.
-
If you are looking at this, you probably did a Google to find out why the Timespan object is not serialize when you are using the XMLSerializer from the .NET platform. Yes, it's right. It is not serialize, and there is no way to serialize it. But...