Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a program developed with Vb.net which uses CheckedListBox control and the program is converted from VB6 to Vb.Net
"VB6.GetItemString" method is used to get the item value from CheckedListBox
With Frame work 3.5 or Framework 4 along with Frame work 3.5 "VB6.GetItemString" method works properly
But when Frame work 4 alone was installed the "VB6.GetItemString" property returned empty(Download link for Frame work 4 : http://www.microsoft.com/en-us/download/details.aspx?id=17718)
Whether this feature is not supported by Frame work 4? Is there similar kind of such feature which are not supported by frame work 4?
Can somebody tell what is the solution for this?
Posted

1 solution

Note:
Visual Studio 2010 no longer includes the ability to upgrade Visual Basic 6.0 applications, and in version 4 of the .NET Framework all members in these namespaces are marked as obsolete

Source: MSDN - MS VisualBasic compatibility[^]

You need to re-write program, using only "clear" VB.NET objects, methods and classes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900