Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 22nd, 2008, 05:57 AM
Registered User
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default HRESULT: 0x80040153 ((REGDB_E_INVALIDVALUE))

Hi All,
I have a certain dotnet application that i am working on. when i try to launch the application, i get the following error. it has something to do with an exception that a method is throwing, and i get the following error.

Unhandled COMException, HRESULT: 0x80040153(REGDB_E_INVALIDVALUE))
where the Digit following HRESULT is a Hexadecimal code indicating the type of error that is occuring. in this context,
HRESULT: 0x80040153 corresponds to some kind of invalid value for the Registry.


Can anyone plz tell me if this is some kind of generic error, of if this is something specific to my application, and if there is any way out of this. Thanks in advance.


Regards,
Anand.
 
Old January 22nd, 2008, 06:04 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

This is an error saying there is some invalid value in the registry. Obviously your 'certain dotnet application' reads the registry, or loads a COM dll that tries to read the registry and that registry setting is either missing or invalid.

/- Sam Judson : Wrox Technical Editor -/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 'Exception from HRESULT: 0x800A03EC' vipin_pc ASP.NET 2.0 Professional 3 November 6th, 2009 09:17 AM
Exception from HRESULT: 0x800A03EC adorable.ashish General .NET 0 February 18th, 2008 06:33 AM
Exception from HRESULT : 0x800A2740. remya1000 .NET Framework 1.x 0 November 8th, 2007 04:29 PM
Failed to register. HRESULT =2147024770. fathima VS.NET 2002/2003 1 October 10th, 2005 12:12 PM
Exception from HRESULT: 0x80131524. kschori Crystal Reports 0 May 7th, 2004 03:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.