Migration error...

Password99

New member
Joined
Jun 7, 2013
Messages
1
Programming Experience
1-3
Hi there Everyone!

This is my First post on this Community.

I have a problem regarding migration of visual basic 6.0 to Visual basic 2008. There is something weird on the migration because when I migrate a system in vb 6 using the wizard of vb 2008. before it finish the migration an error occurred saying that my file project is not found. but, when I search the path on the folder where vb 2008 places the migrated files there's a file name which is vbproj.vs7.vbproj. so I investigate what happen to the file. I try again migration and I open the folder created by the wizard 2008. and I notice that before it finish the migration the filename xxx.vbproj automatically chance to xxx.vbproj.vs7.vbproj. and the migration stop.

the forms and modules are migrated but there's no GUI or object found on the forms, just a code when you open it. and then when I open the xxx.vbproj.vs7.vbproj in notepad I found a reference which is not registered to my registry this is the reference
Reference
Guid = "{DBCDE9E0-2EC1-11D1-9336-00A024BD9C82}"
Lcid = "0"
VersionMajor = "4"
VersionMinor = "0"
WrapperTool = "tlbimp"

i search in the google what is the name for this GUID but it is not searchable..

is there anyone here could help me to this problem , any information or idea that could solve this problem will much appreciated.

thanks in advanced.

Btw i am Jonel form phils.
 
Back
Top