Posts
22
Comments
10
Trackbacks
0
C# .Net
C# .Net
Select a single field's values using Castle ActiveRecord

How to select a single field's values using Castle ActiveRecord.

posted @ Tuesday, November 09, 2010 3:46 PM | Feedback (0)
Reading XLSX files using C# and EPPlus

EPPlus is a helpful .net library that provides you with the tools to read and create Office Open XML files (.xlsx)

posted @ Thursday, October 28, 2010 6:23 AM | Feedback (0)
ClickOnce uninstall string

The ClickOnce uninstall string can be found in the computers registry in HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Uninstall\[random string associated with your app]\UninstallString. You can use it to uninstall a "lost" click once application.

posted @ Friday, June 25, 2010 9:25 AM | Feedback (0)
Solving “The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine” problem

How to fix the "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine." problem: .... change you project to build as a 32 bit (x86) application ....

posted @ Thursday, June 24, 2010 9:33 AM | Feedback (0)
Selecting distinct records using Castle ActiveRecord

An example of how to use Castle ActiveRecord to select distinct records.

posted @ Tuesday, May 26, 2009 6:14 AM | Feedback (0)
News