954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

after upgarde vb6 code using visual studio 2008

This is my code after upgrade vb6 code:

Public ReadOnly Property TUJUHResult() As Object
        Get
            Dim vrn7Result As Object
            'UPGRADE_WARNING: Couldn't resolve default property of object vrn7Result. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"'
            'UPGRADE_WARNING: Couldn't resolve default property of object TUJUHResult. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"'
            TUJUHResult = vrn7Result
        End Get
    End Property


Any one help me what that mean?? Thank's

hery
Light Poster
47 posts since Feb 2008
Reputation Points: 10
Solved Threads: 0
 

it means what it says. the upgrade function couldnt convert these variables. so its your turn to set the correct type to these variables.
to be honest it might be an good idea to sit down and learn about data types instead of just converting VB6 code.

GeekByChoiCe
Master Poster
721 posts since Jun 2009
Reputation Points: 208
Solved Threads: 168
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You