whizkid123 Posted January 27, 2003 Posted January 27, 2003 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. I'm not able to run the application at all. It's 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. I'm tring to find out what it is and what value does it contain. Can anybody please help me out with the mess that I've 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. Quote
Moderators Robby Posted January 27, 2003 Moderators Posted January 27, 2003 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? Quote Visit...Bassic Software
Moderators Robby Posted January 27, 2003 Moderators Posted January 27, 2003 Are you running it in Debug mode? It should point to the exception. Quote Visit...Bassic Software
Recommended Posts