How do you build a project to target Framework 1.0 in VS 2003?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How do you build a project to target Framework 1.0 in VS 2003?

    Hello,

    I need to make a quick fix to an existing asp.net 1.0 site. I am using
    VS 2003 and when I pull the project down from source control it
    converts it to a 2003 project. When I build the project it becomes an
    ASP 1.1 build. Is there a build option that allows me to target ASP
    1.0?

    Best Regards,

    David Flynn,
    Programmer,
    <A href='http://www.buy4now.ie/'>Buy4Now.ie<A>
    David Flynn Guest

  2. Similar Questions and Discussions

    1. Using AIR framework in a non-AIR project
      Has anyone figured out a way to use the AIR framework or components in a regular Flex project (non-air of course)? I would have great use for a...
    2. Dot Net Project Execution without Dot Net and Framework....
      Dear all In Dot Net what are the requirements to run the developed Dot Net project EXE file in the system which doesnt have Dot Net..... with...
    3. Target a different .NET Framework version
      Hi, I have developed for my customer a .NET Windows Forms control using the .NET Framework 1.1. Now, my customer wants to have the control...
    4. XML reader problem in latest framework build?
      latest .NET framework has problem loading XML docs, it says invalid character when there is none, works fine on last build. Whats changed? How...
    5. debuger stopped working after upgrade to vs 2003 and .net framework 1.1
      David, I had the same thing happen on one of our boxes. I ran the repair option from the visual studio.net installation cd that fixed it. I...
  3. #2

    Default Re: How do you build a project to target Framework 1.0 in VS 2003?

    You have to change all the references to point to 1.0 objects.

    The other option is to use a tool like

    ASP.NET Version Switcher 1.0

    "The ASP.NET Version Switcher is a little utility that can be used to
    quickly
    switch the .NET Framework version that the ASPX pages are compiled against.
    This is helpful for developers who often have to test their web applications
    for compatibility with different version of the .NET Framework. "

    [url]http://www.denisbauer.com/[/url]


    Cheers!
    Dave
    [url]www.aspNetEmail.com[/url]


    "David Flynn" <david.flynn@buy4now.ie> wrote in message
    news:291f7c49.0307030130.318069f7@posting.google.c om...
    > Hello,
    >
    > I need to make a quick fix to an existing asp.net 1.0 site. I am using
    > VS 2003 and when I pull the project down from source control it
    > converts it to a 2003 project. When I build the project it becomes an
    > ASP 1.1 buil
    d. Is there a build option that allows me to target ASP
    > 1.0?
    >
    > Best Regards,
    >
    > David Flynn,
    > Programmer,
    > <A href='http://www.buy4now.ie/'>Buy4Now.ie<A>

    dave wanta Guest

  4. #3

    Default Re: How do you build a project to target Framework 1.0 in VS 2003?

    In the project properties window, there is a setting called supported
    runtimes, set that option for both version 1.0 & 1.1

    This should work fine.

    Thanks
    Jagan Mohan
    MCP
    Software Engineer



    "David Flynn" <david.flynn@buy4now.ie> wrote in message
    news:291f7c49.0307030130.318069f7@posting.google.c om...
    > Hello,
    >
    > I need to make a quick fix to an existing asp.net 1.0 site. I am using
    > VS 2003 and when I pull the project down from source control it
    > converts it to a 2003 project. When I build the project it becomes an
    > ASP 1.1 build. Is there a build option that allows me to target ASP
    > 1.0?
    >
    > Best Regards,
    >
    > David Flynn,
    > Programmer,
    > <A href='http://www.buy4now.ie/'>Buy4Now.ie<A>

    Jagan Mohan Guest

  5. #4

    Default Re: How do you build a project to target Framework 1.0 in VS 2003?

    Hi David,

    See:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconconfiguringaspnetapplicationforaspnetversion. asp[/url]

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer
    [url]http://www.takempis.com[/url]
    Some things just happen.
    Everything else occurs.

    "David Flynn" <david.flynn@buy4now.ie> wrote in message
    news:291f7c49.0307030130.318069f7@posting.google.c om...
    > Hello,
    >
    > I need to make a quick fix to an existing asp.net 1.0 site. I am using
    > VS 2003 and when I pull the project down from source control it
    > converts it to a 2003 project. When I build the project it becomes an
    > ASP 1.1 build. Is there a build option that allows me to target ASP
    > 1.0?
    >
    > Best Regards,
    >
    > David Flynn,
    > Programmer,
    > <A href='http://www.buy4now.ie/'>Buy4Now.ie<A>

    Kevin Spencer Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139