Stock Trading and Other Things

I have to put a stock ticker into my visual basic program and i'm getting an error...? -  Stock Trading and Other Things
Translate to English Translate to German Translate to Spanish Translate to French Translate to Russian Translate to Dutch Translate to Italian Translate to Portuguese Translate to Japanese Translate to Korean Translate to Chinese Translate to Greek

I have to put a stock ticker into my visual basic program and i'm getting an error...?

I need to put in a stock ticker for my visual basic project and it is giving me an endpoint "My Base" error how can i get this to go away SOON!

Public Sub New(ByVal endpointConfigurationName As String)
MyBase.New(endpointConfigurationName)
End Sub
I get an error pointing to here. the ticker needs to get googles stock rate.

Public Comments