Using VS 2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tshad

    #1

    Using VS 2005

    I have someone at work starting to look at converting our 2002 projects to
    2005 and had quite a few problems with the project.

    I thought you could use either 1 or 2 file (codebehind) method.

    But when I create a project, I can't seem to find a place to make that
    choice. Is there a place to make that choice when building a Web App?

    Also, when my friend tried to change the class name in the source file, the
    other files couldn't seem to find it. In 2002, the program fixes the other
    files to point to the new class.

    We are also finding that the 2005 development system seems to run quite a
    bit slower and we are running on a fairly fast machine.

    Thanks,

    Tom



  • Marina Levit [MVP]

    #2
    Re: Using VS 2005

    I am unaware of any option to not use codebehind. I mean, obviously you
    could not put anything in it. Or delete it and change the .aspx
    accordingly.

    As for 2005, it is quite a bit slower. I've found one of the keys to be
    memory. I would recommend at least 1 GB. With that, it seems to run much
    better.

    "tshad" <tscheiderich@f tsolutions.com> wrote in message
    news:eVYSHVVlGH A.2128@TK2MSFTN GP04.phx.gbl...[color=blue]
    >I have someone at work starting to look at converting our 2002 projects to
    > 2005 and had quite a few problems with the project.
    >
    > I thought you could use either 1 or 2 file (codebehind) method.
    >
    > But when I create a project, I can't seem to find a place to make that
    > choice. Is there a place to make that choice when building a Web App?
    >
    > Also, when my friend tried to change the class name in the source file,
    > the
    > other files couldn't seem to find it. In 2002, the program fixes the
    > other
    > files to point to the new class.
    >
    > We are also finding that the 2005 development system seems to run quite a
    > bit slower and we are running on a fairly fast machine.
    >
    > Thanks,
    >
    > Tom
    >
    >
    >[/color]


    Comment

    • Ken Tucker [MVP]

      #3
      RE: Using VS 2005

      Hi,

      If you are upgrading a website from asp.net 1.1 to 2.0 I would
      download and install the web application project. It uses the same project
      model as asp.net 1.1. When you create a web form you are given the option to
      use a code behind file not when you create a project.



      Ken
      -----------------
      "tshad" wrote:
      [color=blue]
      > I have someone at work starting to look at converting our 2002 projects to
      > 2005 and had quite a few problems with the project.
      >
      > I thought you could use either 1 or 2 file (codebehind) method.
      >
      > But when I create a project, I can't seem to find a place to make that
      > choice. Is there a place to make that choice when building a Web App?
      >
      > Also, when my friend tried to change the class name in the source file, the
      > other files couldn't seem to find it. In 2002, the program fixes the other
      > files to point to the new class.
      >
      > We are also finding that the 2005 development system seems to run quite a
      > bit slower and we are running on a fairly fast machine.
      >
      > Thanks,
      >
      > Tom
      >
      >
      >
      >[/color]

      Comment

      • BK

        #4
        Re: Using VS 2005

        My experience is that VS 2005 loads and runs faster than VS 2003. But,
        I am running it on a laptop with 2 gb of memory.
        [color=blue]
        > As for 2005, it is quite a bit slower. I've found one of the keys to be
        > memory. I would recommend at least 1 GB. With that, it seems to run much
        > better.
        >[/color]

        Comment

        • Marina Levit [MVP]

          #5
          Re: Using VS 2005

          I have 2 GB of memory now as well. Speeds are comparable.

          When I had less memory, there was a very noticeable difference. Especially
          when using the designer - 2005 took forever.

          "BK" <bkunneke@hotma il.com> wrote in message
          news:1150921140 .729717.64870@p 79g2000cwp.goog legroups.com...[color=blue]
          > My experience is that VS 2005 loads and runs faster than VS 2003. But,
          > I am running it on a laptop with 2 gb of memory.
          >[color=green]
          >> As for 2005, it is quite a bit slower. I've found one of the keys to be
          >> memory. I would recommend at least 1 GB. With that, it seems to run
          >> much
          >> better.
          >>[/color]
          >[/color]


          Comment

          • tshad

            #6
            Re: Using VS 2005

            That solved the Code behind problem.

            We did run into an issue I was reading about:


            My friend is having a real problem with using DataBase Componants (that he
            used to put down in the tray area which is now gone). Non-visual components
            are showing up as grey boxes in your designer?????

            How dumb is that? How are you supposed to build your VISUAL page when half
            the page has these grey boxes on them?

            Now you get to see your User Controls which is great, but now they replaced
            that with non-visual boxes.

            Is there a way to turn those off?

            Thanks,

            Tom
            "Ken Tucker [MVP]" <KenTuckerMVP@d iscussions.micr osoft.com> wrote in message
            news:2D768A72-2F35-48A5-9536-B69998EAE111@mi crosoft.com...[color=blue]
            > Hi,
            >
            > If you are upgrading a website from asp.net 1.1 to 2.0 I would
            > download and install the web application project. It uses the same
            > project
            > model as asp.net 1.1. When you create a web form you are given the option
            > to
            > use a code behind file not when you create a project.
            >
            > http://weblogs.asp.net/scottgu/archi...-Released.aspx
            >
            > Ken
            > -----------------
            > "tshad" wrote:
            >[color=green]
            >> I have someone at work starting to look at converting our 2002 projects
            >> to
            >> 2005 and had quite a few problems with the project.
            >>
            >> I thought you could use either 1 or 2 file (codebehind) method.
            >>
            >> But when I create a project, I can't seem to find a place to make that
            >> choice. Is there a place to make that choice when building a Web App?
            >>
            >> Also, when my friend tried to change the class name in the source file,
            >> the
            >> other files couldn't seem to find it. In 2002, the program fixes the
            >> other
            >> files to point to the new class.
            >>
            >> We are also finding that the 2005 development system seems to run quite a
            >> bit slower and we are running on a fairly fast machine.
            >>
            >> Thanks,
            >>
            >> Tom
            >>
            >>
            >>
            >>[/color][/color]


            Comment

            Working...