Its really nice to see that there were lot of hits across the globe to this blog last year!
Its Inspiring, my anticipations are high & looking forward to write more, if time permits :)
Hope to see more red dots & growing dots :)
Thanks
Fauzi ~ 4Z
Blog from a software professional, Passionate to work in latest cutting edge technologies in order to get better results in business.
SELECT happiness, prosperity FROM life WHERE year >= 2009
UPDATE life SET failure_flag = 'NO' , success_flag = 'YES';
INSERT INTO life VALUES ('friends','dreams') ;
DELETE sorrows FROM life;
GRANT smile TO all ;
REVOKE enemity FROM all;
ALTER TABLE life ADD dreams CHAR(INFINITY);
Commit;
Wish You Happy
& Prosperous New Year 2009
Regards
F a u z i
Hey...
When i try to build solution for a Ajax based web site with Visual studio 2008 using the Framework 2.0, It gave the following error :
Could not load type 'System.Web.UI.Compatibility.CompareValidator' from assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
I was wondering what could be wrong! I tried placing system.web.Extensions in local bin folder. Tried placing in GAC again. There was no luck... when i goggled, found the following articles which was helpful. It seems the validators are removed in recent releases. The solution is to comment the following tags in web.config:
<tagMapping>
<!--
<add tagType="System.Web.UI.WebControls.CompareValidator" mappedTagType="System.Web.UI.Compatibility.CompareValidator, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagType="System.Web.UI.WebControls.CustomValidator" mappedTagType="System.Web.UI.Compatibility.CustomValidator, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagType="System.Web.UI.WebControls.RangeValidator" mappedTagType="System.Web.UI.Compatibility.RangeValidator, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagType="System.Web.UI.WebControls.RegularExpressionValidator" mappedTagType="System.Web.UI.Compatibility.RegularExpressionValidator, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagType="System.Web.UI.WebControls.RequiredFieldValidator" mappedTagType="System.Web.UI.Compatibility.RequiredFieldValidator, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add tagType="System.Web.UI.WebControls.ValidationSummary" mappedTagType="System.Web.UI.Compatibility.ValidationSummary, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
-->
<tagMapping>
Resource articles as follows:
Forums.asp.net , Robin's Blog
Hope it helps
Merry X-Mas :) Wish you Happy New Year 2009 :)
Fauzi ~ 4Z
| | |||||||||||||||||
| Technology is moving into the next era. Are you ready to take the leap with us? At IT Evolution 08, join us as we unveil the latest technologies that could help change the very DNA of your IT department. Get a front row seat as we unveil technologies like Hyper-V, App-V and Virtual Machine Manager that will help you ride the hottest trend in IT today - Virtualization. Learn how the new SQL Server 2008 will help you manage any data, any place, any time. See how Visual Studio 2008 provides the most productive developer experience and learn how you can deliver the next generation of rich interactive applications with Silverlight.
| |||||||||||||||||
|
|