Asp framework 1.1 with Visual Studio 2005

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Asp framework 1.1 with Visual Studio 2005

    i try to develop an application asp web on Visual Studio 2005 with the
    framework 1.1.
    Is it possible to have this configuration?
    It 's possible to point on the framework 1.1 with no web application .
    In this case,there a project file .csproj (for csharp) to indicate the
    framework to use.(<import ...>).
    But for a web application ,there is not a project file.
    Is there an other solution to use?
    Thanks
    Thibaut Guest

  2. Similar Questions and Discussions

    1. How to use Acrobat 7 Plug-in wizard in visual studio .net 2005?
      I use Acrobat7 Plug-in wizard in visual studio .net 2003.NOW I think using acrobat 7 Plug-in wizard in visual studio .net 2005,Who can give me same...
    2. Visual Studio 2005
      Can anyone install VS2005 on Vista 5308?
    3. Visual Studio .NET 2005 using Web Application Project
      Because I wanted the builds for my ASP.NET sites to be a single *.dll in a /bin/ directory (like VSNET 2003), I decided to try the Web Application...
    4. Custom controls / Toolbox / Visual studio 2005
      Hi, Recently upgraded to VS 2005 from 2003. Started rebuilding an asp.net app from scratch. Not using projects (not sure at this point whether I...
    5. Visual Studio 2005 .master extension
      :cool; Has anyone been able to use a template page to update a .master file in Dreamweaver? I've created a template page (ASPTest.dwt) and I want...
  3. #2

    Default Re: Asp framework 1.1 with Visual Studio 2005

    that i know of, i had VS2005, and it made me have .NET 2.0...........why do
    u need 1.1? its out of date now, lol.

    for any of my projects to run, i had to have the .Net Framework 2.0
    installed

    hope this helps



    "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    news:65B0B5DF-26DE-4816-AA74-877F793FD11F@microsoft.com...
    >i try to develop an application asp web on Visual Studio 2005 with the
    > framework 1.1.
    > Is it possible to have this configuration?
    > It 's possible to point on the framework 1.1 with no web application .
    > In this case,there a project file .csproj (for csharp) to indicate the
    > framework to use.(<import ...>).
    > But for a web application ,there is not a project file.
    > Is there an other solution to use?
    > Thanks

    James Jones Guest

  4. #3

    Default Re: Asp framework 1.1 with Visual Studio 2005

    We need 1.1 because we effect maintenance on differents applications which
    are developping in 1.1 but the futur machines are configurate with visual
    studio 2005.

    "James Jones" a écrit :
    > that i know of, i had VS2005, and it made me have .NET 2.0...........why do
    > u need 1.1? its out of date now, lol.
    >
    > for any of my projects to run, i had to have the .Net Framework 2.0
    > installed
    >
    > hope this helps
    >
    >
    >
    > "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    > news:65B0B5DF-26DE-4816-AA74-877F793FD11F@microsoft.com...
    > >i try to develop an application asp web on Visual Studio 2005 with the
    > > framework 1.1.
    > > Is it possible to have this configuration?
    > > It 's possible to point on the framework 1.1 with no web application .
    > > In this case,there a project file .csproj (for csharp) to indicate the
    > > framework to use.(<import ...>).
    > > But for a web application ,there is not a project file.
    > > Is there an other solution to use?
    > > Thanks
    >
    >
    >
    Thibaut Guest

  5. #4

    Default Re: Asp framework 1.1 with Visual Studio 2005

    2002 is for 1.0
    2003 is for 1.1
    2005 is for 2.0

    each version of vs is tailored to work with a certain framework

    no way I know of to make 2005 use 1.1

    But I know 2003 and 2005 work fine on the same machine and do not bother
    each other as that's what I do



    "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    news:5E1AC6EE-BCC0-45CC-9D7B-CCBC83E4AC02@microsoft.com...
    > We need 1.1 because we effect maintenance on differents applications
    > which
    > are developping in 1.1 but the futur machines are configurate with visual
    > studio 2005.
    >
    > "James Jones" a écrit :
    >
    >> that i know of, i had VS2005, and it made me have .NET 2.0...........why
    >> do
    >> u need 1.1? its out of date now, lol.
    >>
    >> for any of my projects to run, i had to have the .Net Framework 2.0
    >> installed
    >>
    >> hope this helps
    >>
    >>
    >>
    >> "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    >> news:65B0B5DF-26DE-4816-AA74-877F793FD11F@microsoft.com...
    >> >i try to develop an application asp web on Visual Studio 2005 with the
    >> > framework 1.1.
    >> > Is it possible to have this configuration?
    >> > It 's possible to point on the framework 1.1 with no web application .
    >> > In this case,there a project file .csproj (for csharp) to indicate the
    >> > framework to use.(<import ...>).
    >> > But for a web application ,there is not a project file.
    >> > Is there an other solution to use?
    >> > Thanks
    >>
    >>
    >>

    Kyle Peterson Guest

  6. #5

    Default Re: Asp framework 1.1 with Visual Studio 2005

    It's possible to use a different framework for non web application
    see:
    [url]http://diazorm.e-supinfo.net/blog/?p=88[/url]
    or
    [url]http://msdn.microsoft.com/vstudio/downloads/tools/msbee/default.aspx[/url]

    But i don't how do for a web application
    Thanks for any informations

    "Kyle Peterson" a écrit :
    > 2002 is for 1.0
    > 2003 is for 1.1
    > 2005 is for 2.0
    >
    > each version of vs is tailored to work with a certain framework
    >
    > no way I know of to make 2005 use 1.1
    >
    > But I know 2003 and 2005 work fine on the same machine and do not bother
    > each other as that's what I do
    >
    >
    >
    > "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    > news:5E1AC6EE-BCC0-45CC-9D7B-CCBC83E4AC02@microsoft.com...
    > > We need 1.1 because we effect maintenance on differents applications
    > > which
    > > are developping in 1.1 but the futur machines are configurate with visual
    > > studio 2005.
    > >
    > > "James Jones" a écrit :
    > >
    > >> that i know of, i had VS2005, and it made me have .NET 2.0...........why
    > >> do
    > >> u need 1.1? its out of date now, lol.
    > >>
    > >> for any of my projects to run, i had to have the .Net Framework 2.0
    > >> installed
    > >>
    > >> hope this helps
    > >>
    > >>
    > >>
    > >> "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    > >> news:65B0B5DF-26DE-4816-AA74-877F793FD11F@microsoft.com...
    > >> >i try to develop an application asp web on Visual Studio 2005 with the
    > >> > framework 1.1.
    > >> > Is it possible to have this configuration?
    > >> > It 's possible to point on the framework 1.1 with no web application .
    > >> > In this case,there a project file .csproj (for csharp) to indicate the
    > >> > framework to use.(<import ...>).
    > >> > But for a web application ,there is not a project file.
    > >> > Is there an other solution to use?
    > >> > Thanks
    > >>
    > >>
    > >>
    >
    >
    >
    Thibaut Guest

  7. #6

    Default Re: Asp framework 1.1 with Visual Studio 2005

    cool 2nd link... didnt know about that yet


    "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    news:E7747650-3785-4D38-8B9D-28E9D6CB72C0@microsoft.com...
    > It's possible to use a different framework for non web application
    > see:
    > [url]http://diazorm.e-supinfo.net/blog/?p=88[/url]
    > or
    > [url]http://msdn.microsoft.com/vstudio/downloads/tools/msbee/default.aspx[/url]
    >
    > But i don't how do for a web application
    > Thanks for any informations
    >
    > "Kyle Peterson" a écrit :
    >
    >> 2002 is for 1.0
    >> 2003 is for 1.1
    >> 2005 is for 2.0
    >>
    >> each version of vs is tailored to work with a certain framework
    >>
    >> no way I know of to make 2005 use 1.1
    >>
    >> But I know 2003 and 2005 work fine on the same machine and do not bother
    >> each other as that's what I do
    >>
    >>
    >>
    >> "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    >> news:5E1AC6EE-BCC0-45CC-9D7B-CCBC83E4AC02@microsoft.com...
    >> > We need 1.1 because we effect maintenance on differents applications
    >> > which
    >> > are developping in 1.1 but the futur machines are configurate with
    >> > visual
    >> > studio 2005.
    >> >
    >> > "James Jones" a écrit :
    >> >
    >> >> that i know of, i had VS2005, and it made me have .NET
    >> >> 2.0...........why
    >> >> do
    >> >> u need 1.1? its out of date now, lol.
    >> >>
    >> >> for any of my projects to run, i had to have the .Net Framework 2.0
    >> >> installed
    >> >>
    >> >> hope this helps
    >> >>
    >> >>
    >> >>
    >> >> "Thibaut" <Thibaut@discussions.microsoft.com> wrote in message
    >> >> news:65B0B5DF-26DE-4816-AA74-877F793FD11F@microsoft.com...
    >> >> >i try to develop an application asp web on Visual Studio 2005 with
    >> >> >the
    >> >> > framework 1.1.
    >> >> > Is it possible to have this configuration?
    >> >> > It 's possible to point on the framework 1.1 with no web application
    >> >> > .
    >> >> > In this case,there a project file .csproj (for csharp) to indicate
    >> >> > the
    >> >> > framework to use.(<import ...>).
    >> >> > But for a web application ,there is not a project file.
    >> >> > Is there an other solution to use?
    >> >> > Thanks
    >> >>
    >> >>
    >> >>
    >>
    >>
    >>

    Kyle Peterson 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