Click here to Skip to main content
15,897,891 members

Comments by obhasha07 (Top 23 by date)

obhasha07 13-Sep-11 21:12pm View    
I fixed it!!!! Damn, you know, I didn't create this project from scratch. The previous developer has done some weird thing where he has created new instances of all the forms in the startup form. And I just added a calculation which involves a double variable in a text box text changed event in another form. So, when this form is initialized it fires up the text changed event which then gives the error. HAHAHAHAHA. Oh man, life is strange. Thanks for all the advise guys!!!
obhasha07 13-Sep-11 20:39pm View    
Well, I've deleted some registry entries but it still has the same error. Also, there's no configuration file. What about that Call Stack location: mscoreei.dll!6f0455ab() when I press the break button?
obhasha07 13-Sep-11 20:18pm View    
Well, this error comes even before I can display the startup form. In the startup form there are no code that has anything to do with double. Well, it doesn't even have a single double variable or conversion. I cleared the whole bin directory and rebuilt the project but still gives the same error. You know, all of this was working fine and this error start poppin up out of nowhere. And I forgot to say. This error is actually an unhandled exception.
obhasha07 13-Sep-11 20:07pm View    
In the error message there are two buttons. Continue and Break. When I press break. It opens a tab in VS saying no source available. In that tab there is Call Stack location: mscoreei.dll!6f0455ab()
obhasha07 13-Sep-11 19:39pm View    
Yeah. PC doctor is the project. When I try to run it using Visual Studio I get this error. The proejct builds fine. So this error is a runtime error. But I can't determine where it's coming from.