crash at closue msvbvm60.dll

M

mano

i have an vb.net (migrated from vb to vb.net) application which refers
vb6.0 control, while closing the application I got the error
"unhandled exception at 0x660688 (msvbvm60.dll) in DBCenter.exe:
0xc0000005"

please help me to resolve


thanks & regards

mano
 
H

Herfried K. Wagner [MVP]

mano said:
i have an vb.net (migrated from vb to vb.net) application which refers
vb6.0 control, while closing the application I got the error
"unhandled exception at 0x660688 (msvbvm60.dll) in DBCenter.exe:
0xc0000005"

Could you describe the scenario in more detail? Which VB6 control are you
using?
 
M

Michel Posseth [MCP]

Probably something went wrong in the migration path as you are still using
VB6 controls / classes so you did not did a full migration but a partiall
migration

I just did the following with my "true" migrations from VB6 :) , i opened
my VB6 dev environment and only looked at the program logic , now i opened
my Visual Studio.Net IDE and rewrote that logic in VB.Net code.

Ofcourse i can inmagine that there is not enough time to upgrade a whole
project , in that case i would say , do not try to fix it if it isn`t broken
and write new extensions with com interop in VB.Net ( that is how i did it )


regards

Michel Posseth [MCP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top