Need help: Error HRESULT E_FAIL has been returned from a call to a COM component

crao_a

Member
Joined
Dec 28, 2007
Messages
5
Programming Experience
3-5
Hi all,
I need help with this annoying error.
I am trying to setup a .Net (with VB) development environment on my desktop for one of the application which is already in the production for couple of years. The application works fine on the web.
Visual Studio 2005 .Net 2.0 is installed on my desktop. When I try to build the entire application/solution in the debug mode (i.e., with http://localhost/), build scceeds and I could get to the login.aspx. When I try to login, I am getting the an error...the error says the following two lines...thats all...nothing else,
"Error HRESULT E_FAIL has been returned from a call to a COM component.
Error HRESULT E_FAIL has been returned from a call to a COM component."
Please help.
Thanks in advance for your help,
Chandrasekhara Rao
 
Back
Top