FryHard
Random Brain Farts
Site Sections
Home
Contact
Syndication
Login
Posts
20
Comments
10
Trackbacks
0
Friday, June 25, 2010
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)
Thursday, June 24, 2010
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)
Tuesday, November 10, 2009
Visual Studio 2008 crash after window docking change and debug stop - Revisited
The Visual Studio Shell Team has released a Hotfix to solve the problem of Visual studio crashing after moving the dockable windows in debug and then stopping debug.
posted @
Tuesday, November 10, 2009 7:00 AM
Tuesday, May 26, 2009
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)
Saturday, February 28, 2009
Useful C# snippets
Want to type { get; set; } quicky? Meet my friend sgs or Short Get Set.
posted @
Saturday, February 28, 2009 10:55 AM
Friday, November 28, 2008
Visual Studio: No files were found to look in. Find was stopped in progress
Solve the "No files were found to look in. Find was stopped in progress" that seems to occur in all versions of Visual Studio when conducting a find in files.
posted @
Friday, November 28, 2008 6:34 AM
|
Feedback (0)
Wednesday, November 26, 2008
Visual Studio 2008 closes at build, Outlook 2007 Add-In
When trying to build an Outlook 2007 Add-In project, Visual Studio 2008 closes. You are left staring at your desktop. Find out why.
posted @
Wednesday, November 26, 2008 11:41 AM
|
Feedback (0)
Monday, November 03, 2008
New Look?
I upgraded to SubText 2 over the weekend and in doing so chose a new skin
posted @
Monday, November 03, 2008 6:48 AM
|
Feedback (0)
Friday, October 31, 2008
Generator Studio available on Codeplex
Generate your Active record ORM classes directly from your database using our most useful tool: Generator Studio - Now available on CodePlex
posted @
Friday, October 31, 2008 7:35 AM
|
Feedback (0)
Thursday, September 11, 2008
Castle ActiveRecord Async data fetching
Fetching related data in different threads using Castle Activerecord generally results in a "failed to lazily initialize a collection, no session or session was closed" exception. This is a brief post on the situation and the hope of a solution!
posted @
Thursday, September 11, 2008 6:50 AM
|
Feedback (2)
Monday, July 07, 2008
DevExpress XtraBars separator
How to add a separator to the DevExpress Xtrabars Bar.
posted @
Monday, July 07, 2008 3:07 PM
|
Feedback (0)
Monday, June 02, 2008
RocketDock – Mac menu for Windows
RocketDock provides the Mac menu functionality for Windows and this may just brighten your day.
posted @
Monday, June 02, 2008 8:26 AM
|
Feedback (2)
Wednesday, May 28, 2008
Transposing Columns and Rows in Microsoft Excel
How to make your columns into rows and visa-versa
posted @
Wednesday, May 28, 2008 7:11 AM
|
Feedback (0)
Saturday, April 19, 2008
StackOverFlow
Say hello to www.stackoverflow.com. Well soon at least. It should be the next/ first useful technical resource on the web if Joel and Jeff get it right!
posted @
Saturday, April 19, 2008 7:04 PM
|
Feedback (0)
Friday, April 18, 2008
Launchy: Replacing [Windows]+R?
A nifty little app that mimics the new functionality provided by the Windows Vista Start Search.
posted @
Friday, April 18, 2008 11:53 AM
|
Feedback (0)
News
Archives
June, 2010 (2)
November, 2009 (1)
May, 2009 (1)
February, 2009 (1)
November, 2008 (3)
October, 2008 (1)
September, 2008 (1)
July, 2008 (1)
June, 2008 (1)
May, 2008 (1)
April, 2008 (3)
March, 2008 (4)
Post Categories
C# .Net
Interest
Geocaching
Geocaching Ranking
Other Blogs
Joel on Software
The Darkside
Webdude
Copyright © 2008 Fryhard