Posts
20
Comments
10
Trackbacks
0
C# .Net
C# .Net
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)
News