-
Recent Posts
Archives
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
Meta
Monthly Archives: November 2011
Crystal report design display nothing in Visual Studio 2010
When you open your Crystal Report project in Visual Studio 2010 you might find nothing like the picture below. You need to go to http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp download the Crystal Report standard. Uninstall the Beta 2. Reinstall the file you … Continue reading
Android application does not run in emulator
You might run into a situation where your Android emulator started fine but the application does not get deployed. One of the possible reason could be the application that you created is not the same as the emulator that you … Continue reading
For C# beginner
C# Fundamentals: Development for Absolute Beginners is a good resource for C# beginner. Watch the video and download the code.
Posted in Uncategorized
Leave a comment
OLEDB error: OLE DB or ODBC error: Login failed for user ‘NT Service\MSSQLServerOLAPService’ – Error in SQL 2012 SSAS
When you deploy your SSAS project in SQL 2012 then you might hit the error below. Error 26 OLE DB error: OLE DB or ODBC error: Login failed for user ‘NT Service\MSSQLServerOLAPService’.; 28000 The issue is SQL 2012 … Continue reading
MSDN Forum Assistant, TechNet Forum Assistant
You can download MSDN Forum Assistant, TechNet Forum Assistant and put your forums as a gadget that get closer to you. The assistant makes you easy to read, create and search a forum.
Cannot install .NET Framework 3.5 Service Pack 1 in Windows 7
I still see many posts related to cannot install .NET Framework 3.5 Service Pack 1 in Windows 7. The answer is you cannot install .NET Framework 3.5 Service Pack 1 in Windows 7 because NET Framework 3.5 Service Pack 1 … Continue reading
There was a failure to validation setting CTLRUSERS in validation function ValidateUsers – SQL 2012 Setup error
Error “There was a failure to validation setting CTLRUSERS in validation function ValidateUsers” when Add Current User to Distributed Replay Controller. Please see the video below. There was a failure to validation setting CTLRUSERS in validation function ValidateUsers … Continue reading
Add Logging to an Application using Enterprise Library 5 Logging block
The video below shows how to add Logging to an Application using Enterprise Library 5 Logging block. Add Logging to an Application using Enterprise Library 5 Logging block Resources: TechInsights 2011 Enterprise Library 5 – A lap around–sample Logging … Continue reading
Use Dataset with Web Service to pass data
Web Service has been around since year 2000. Today I still see people serialize XML to pass data in Web Service in .NET platform. Do not do web services to return data by serializing XML. You can use Dataset to … Continue reading