K
Keith594
Guest
Today Visual Studio made a major update. After the update, when I go to call a sub or function, Visual Basic does not "see" the sub/function.
Public Sub Change_Data(Info As String) As String
. . . .
End Function
So when I have a simple sub, when I go to call it:
Change_Data(Data)
When I type in "Change_Data", Visual Basic no longer gives me suggestions to what I am typing, so that tells me something in Intellisense, however, after I type it in and right click on the "Change_Data" to take me to the definition, it says it does not exist.
Anything that I did before the update, is just fine. I have also tried in different projects in both VB.net and C#.net and they all have the same issue.
Continue reading...
Public Sub Change_Data(Info As String) As String
. . . .
End Function
So when I have a simple sub, when I go to call it:
Change_Data(Data)
When I type in "Change_Data", Visual Basic no longer gives me suggestions to what I am typing, so that tells me something in Intellisense, however, after I type it in and right click on the "Change_Data" to take me to the definition, it says it does not exist.
Anything that I did before the update, is just fine. I have also tried in different projects in both VB.net and C#.net and they all have the same issue.
Continue reading...