This question is locked. New answers and comments are not allowed.
I'm attempting to define a tabstrip with VB in visual studio 2010. I had the strip working just fine in C# but when porting it to VB I'm having loads of problems. Nothing appears to be wrong with the markup but I'm getting this error:
Error 3 Overload resolution failed because no accessible 'Content' can be called with these arguments:
'Public Function Content(value As String) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Lambda expression cannot be converted to 'String' because 'String' is not a delegate type.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
Do you know what would be causing this? Do you have any examples of a tabstrip being defined in vb with multiline lambdas?
Error 3 Overload resolution failed because no accessible 'Content' can be called with these arguments:
'Public Function Content(value As String) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Lambda expression cannot be converted to 'String' because 'String' is not a delegate type.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
'Public Function Content(value As System.Action) As Telerik.Web.Mvc.UI.TabStripItemBuilder': Leading '.' or '!' can only appear inside a 'With' statement.
Do you know what would be causing this? Do you have any examples of a tabstrip being defined in vb with multiline lambdas?