ComException. Plz Help!!!

whizkid123

Active member
Joined
Dec 11, 2002
Messages
33
Location
India
Hi!! I have developed an application in vb.net. And everything was working fine. I had even created the setup and installed the program and everything went about smoothly. Now what I did was to change the name of my application. After doing this, everything has gone haywire. Im not able to run the application at all. Its giving me the following error.

An unhandled exception of type System.Runtime.InteropServices.COMException occurred in system.windows.forms.dll

Additional information: Class not registered

The program [1652] EzeeLife.exe has exited with code 0 (0x0)

And when I break into disassembly it breaks at the following line. I dunno whether it helps or not.

000000aa mov ecx,dword ptr [ebp-14h]

I had renamed the project, solution, Assembly name, root namespace everything. I must have done something wrong somewhere. Must be in root namespace. Im tring to find out what it is and what value does it contain. Can anybody please help me out with the mess that Ive created. Thanx!

One more info, eventhough this error occurred, I rebuilt the setup and installed the software. There when I try to load it it gives the following error "The type initializer for Ezeelife.EzeeLifeModule threw an exception." And then it pops up the unhandled exception box. EzeeLife is the new name of the project and EzeeLifeModule is the name of the module.
 
It is quite hard to know which class/mod/object you may have forgotten to rename, but obviously something was not renamed properly.

Do you have a backup copy?
 
Back
Top