PDA

Click to See Complete Forum and Search --> : vb.net-unexpected erro


Anand_thakur
Oct 7th, 2002, 03:24 AM
hi..

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

Frans C
Oct 7th, 2002, 06:47 AM
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.

Cander
Oct 7th, 2002, 08:46 AM
sorry. We dont support beta 1. It is WAY off from the final version.

:eek:

Anand_thakur
Oct 8th, 2002, 04:02 AM
it is not problems of beta version i think...

that problem is of system.windows.forms.form class and system.winforms class...

that applications developed with system.windows.forms.form class ... but this class is not found in vs.net'framework

Frans C
Oct 8th, 2002, 06:37 AM
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!!