Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...