Results 1 to 2 of 2

Thread: Newbee trying to upgrade

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    1

    Question Newbee trying to upgrade

    Hi
    I'm new to the .net platform and I'm trying to upgrade a vb 6.0 project to .net.

    The code I'm upgrating is a dll which is accesed from an asp page. I would realy like to keep the asp page as it is for the time beeing, since changes there will be time consuming (not only one page) .

    snap of the dll code:

    Private m_Ctx As ASPTypeLibrary.ScriptingContext

    'UPGRADE_WARNING: Couldn't resolve default property of object m_Ctx.Request.Form(). Click for more: 'ms-help://MS.VSCC/commoner/redir/redirect.htm?keyword="vbup1037"'
    Select Case LCase(m_Ctx.Request.Form.Item("type"))
    Case "vandlob"
    ProcessVandloeb()
    Case "soe"
    ProcessSoe()
    Case "marin"
    ProcessMarin()
    Case "renseanlaeg"
    ProcessRenseanlaeg()
    Case "oevrige"
    ProcessOevrige()
    End Select



    I'm getting an upgrade warning concerning default property. The problem is concerning the code : m_Ctx.Request.Form.Item("type").

    I would realy like a little help on how to retrive the information from the asp page

    Thanks in advance
    Smurf O'mally

  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    probably ull have to fully re-write the code as VB.NET doesnt seem to do handle it

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