Results 1 to 5 of 5

Thread: vb.net-unexpected erro

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Location
    india
    Posts
    108

    vb.net-unexpected erro

    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
    Attached Files Attached Files
    Anand Thakur

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    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.

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    sorry. We dont support beta 1. It is WAY off from the final version.

    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Location
    india
    Posts
    108
    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
    Anand Thakur

  5. #5
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    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!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width