Browse by Tags
All Tags »
ASP.NET (RSS)
Long time no blogs. been busy on works, also mostly twittering and plurking except blogging. time to write something. Before going further, be caution that this is just personal-experience know-how writing, and use at your own risk . Being testing Visual
Read More...
When doing bulk data import on CRM 4.0 using self-made application that utilizes CRM SDK to communicate with web server, if the application is running parallel that simultaneously accessing the server, sometimes you may get this kind of error and the
Read More...
One of my dev VM had missing all the project template while trying to new a project from selecting "New Project". had found this forum thread and by running " DevEnv /InstallVSTemplates " from elevated VS2008 Command prompt, all the
Read More...
People who are working in customizing Dynamics CRM system should all sooner or later facing this problem: what can I do to have my common sharing Javascript library injected in an elegant way so that all the events in all my crmForm can use it without
Read More...
Most of my testing CRM 4 environment were built upon Windows 2008 Server / IIS7 (both 32bit and 64bit) . The server and outlook client installation works fine without problems. started from this week I am making prototyping env. using Windows 2003 Server
Read More...
It seems worked while CRM 3.0 that one can pass custom variables via URL’s querystring and use it while form’s onload event. but it’s not worked in CRM 4 by default now. to be able to do this, you have to tune the registry. Create a DWORD registry key
Read More...
In the main page of Dynamics CRM, there is Application Menu Toolbar for users to do most of actions, also allowed for customizations. sometimes you may got customization requirements (like me) not to customize this, but to completely remove it so that
Read More...
Am started investigating CRM 4.0’s aspx source for custimization. had the requirements of re-indenting aspx/html code so that I can see the table layout structure and others. here is the quick note about using TextFX Html Tidy in Notepad++ to do the html
Read More...
started playing around CRM 4.0 customization. need to view the page html source often and need a good xml / html tag editor! I choosed Notepad++ for my tag editor, found it pretty useful. and now got the question about using it by default when I view
Read More...
per Rob Harward's blog last week, CommunityServer 2008 is now available for download. although my personal blog site only used the blog features for 3 blogs, I'll still consider upgrading to this version and try out the new features... need to squeeze
Read More...
[via ScottGu ] Available source code for now: NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime,
Read More...
by setting asp.net application to save session state into SQL Server database, not only can scale application out with multiple web servers, but also provided a way to investigate session usage. Saving session state in SQL Server database will be slower
Read More...
--- #Summary: --- When using performance test tools to record asp.net pages for test, and later those pages were moved to different path at the same server, not only have to change the recorded test scripts to the correct paths, but also need to capture
Read More...
Since I just upgraded my personal website to CommunityServer 2007.1 , I also make a update for my FullText Search Provider to be able to use on 2007.1. I updated the source by referring the 2007.1 SearchBarrel source, and had been tested on my personal
Read More...
Telligent Systems released CommunityServer 2007.1 at 2007/09/18, and I just upgraded my personal blog site to this version (Build 3.1.20917.1142) from my previous sp2 upgrade . Still using SDK upgrade and the compilation had no problems. Need to be awared
Read More...