Home All Groups Group Topic Archive Search About

crash at closue msvbvm60.dll

Author
6 Oct 2006 1:17 PM
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

Author
6 Oct 2006 1:59 PM
Herfried K. Wagner [MVP]
"mano" <eg.manoha***@gmail.com> schrieb:
>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 S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
6 Oct 2006 4:05 PM
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]





Show quoteHide quote
"mano" <eg.manoha***@gmail.com> schreef in bericht
news:1160140643.064481.6520@m73g2000cwd.googlegroups.com...
>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
>