Page view counter

Reference a VS 2003 project from VS 2005?

Last post 08-09-2006 4:38 PM by christianson. 4 replies.

Sort Posts:

  • Reference a VS 2003 project from VS 2005?

    05-02-2006, 10:09 AM
    • Loading...
    • MyronCope
    • Joined on 02-07-2005, 9:30 AM
    • Posts 321
    • Points 725

    Hi,

    I have just converted one project from VS 2003 to VS 2005, but I realize that part of the project needs to reference some other existing solutions which are still in VS 2003.  Can this be done (referencing a VS 2003 project from a VS 2005 project?), or do I need to convert all referenced projects to VS 2005?

    thanks

  • Re: Reference a VS 2003 project from VS 2005?

    05-02-2006, 12:29 PM
    No, VS 2005 cannot reference VS 2003 projects directly or calculate dependencies on them. However, if VS 2003 project outputs a binary, VS 2005 can consume it as a reference. You'll have to manually rebuild VS 2003 project before building VS 2005 project though.
    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Reference a VS 2003 project from VS 2005?

    08-02-2006, 4:02 PM
    • Loading...
    • christianson
    • Joined on 02-07-2005, 5:01 AM
    • Charlotte, NC
    • Posts 41
    • Points 205
    What about creating a totally new VS2005 project, then copying/pasting the .aspx and .cs code-behind code to new pages? I can see that possibly working, but how about assembly info, etc.? What would be involved in converting a 2003 solution to 2005?
    --DC
  • Re: Reference a VS 2003 project from VS 2005?

    08-04-2006, 4:16 PM
    • Loading...
    • samsp
    • Joined on 08-08-2002, 5:35 PM
    • Posts 330
    • Points 1,680
    • AspNetTeam
    If you use Web Application Projects (see the dowloads tab at the top), you should find it very quick to convert a 2003 web project to a web application project in 2005.
  • Re: Reference a VS 2003 project from VS 2005?

    08-09-2006, 4:38 PM
    • Loading...
    • christianson
    • Joined on 02-07-2005, 5:01 AM
    • Charlotte, NC
    • Posts 41
    • Points 205
    I was able to convert the 2003 site very quickly by just opening it in VWD Express 2005 and following the dialogs. All went very smooth.
    --DC
Page 1 of 1 (5 items)