My boss given me different conversion from VB6 to VB2005(2.0 .Net framework) then to VB2010(4.0 .Net framework).
when i being converting, i found this warning from VB2005 to VB2010,
Warning 'Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray' is obsolete: 'Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862'.
Warning The type library importer could not convert the signature for the member 'DISPPARAMS.rgdispidNamedArgs'.
Warning The type library importer could not convert the signature for the member 'DISPPARAMS.rgvarg'.
if i ignore it, program can still run success in debug mode, but when i run as .exe which in bin folder will terminate when running some function.
Can anyone tell me why and how to solve it in detail?Please. if you have any good websit about conversion vb to vb.net, please share with us =]