how to convert .net 1.1 to 2.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bvrsubbarao@gmail.com

    how to convert .net 1.1 to 2.0

    Hi,

    I have a website written in asp.net 1.1

    Is it possible to convert it to asp.net 2.0

    here iam getting error :


    Error 2 The type or namespace name 'BaseScreen' could not be found
    (are you missing a using directive or an assembly reference?) D:\Base
    \App_Code\Migra ted\Stub_AddCo_ aspx_cs.cs 22 32 D:\Base\
  • Mark Rae [MVP]

    #2
    Re: how to convert .net 1.1 to 2.0

    <bvrsubbarao@gm ail.comwrote in message
    news:04f6c107-e835-4844-ae82-d3d67208f868@q2 4g2000prf.googl egroups.com...
    I have a website written in asp.net 1.1
    OK.
    Is it possible to convert it to asp.net 2.0
    Yes.
    here iam getting error :
    >
    Error 2 The type or namespace name 'BaseScreen' could not be found
    (are you missing a using directive or an assembly reference?) D:\Base
    \App_Code\Migra ted\Stub_AddCo_ aspx_cs.cs 22 32 D:\Base\
    What is 'BaseScreen'? Is it a method in a separate assembly which you've
    omitted to add to the project's \bin folder...?


    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...