i have just started working on vb.net, i have its (vs.net) beta 1 version.
i have downloaded some examples from a site. but whenever i opened vbproject file "WindowsApplication5.vbproj" and call design/form view of from1.vb it show a error :
"Unexpected token '<' of type 'Miscellanous operator' at line 34, column 3. Expected a 'kw_sub'"
with two buttond 'ok' and 'lame!'
this error is appeared in all examples whenever i double click on from--.vb in project explorer window..or open its form view ... but not in code view.
if i open .sln file it shows "not vailid visual studia solution file"
i have atteched one example1.zip...
plzz tell me the solution...and how i can open all the examples...
anand thakur
india
VS.NET beta 1 is not compatible with the beta 2 version or the release version.
In fact, it is quite useless at the moment.
Use the release version or, if this is not possible, the beta 2 version. Even the beta 2 version is not compatible with the release version, but the number of incompatibilities are less then with the beta 1 version.
The .NET Framework is significant different between beta 1 and the release version.
If you want to keep using the beta 1 version, you will have to find beta1 code. You can NOT use VB.NET code made for the release version in the beta 1 version.
In the release version the class system.windows.forms.form DOES EXIST!!