Results 1 to 5 of 5

Thread: Why can't I ....

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    2

    Why can't I ....

    Hi, am a student that is taking C#. The book that I am using is called Simply C# and it came with visual basic (standard edition 2003). At my school they recently upgraded to the 2005 edition. When I do my class work on the 2005 visual basic, then I take it home to my computer which has 2003, it says ( you created this with a new version and you are missing some files) can anyone help?
    Husband/Father/Working man/Student (I have alot on my plate)

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Why can't I ....

    Hey,

    Projects that are created in 2005 cannot be loaded into 2003 as they are based on two different versions of the .Net Framework (someone please correct me if this statement is not 100% accurate).

    However, you are able to download the Express Version of 2005 from here:

    http://msdn.microsoft.com/vstudio/express/

    They are some fairly hefty downloads, if you take the MSDN library with it, but they are completely free and are well worth downloading!

    Hope this helps!

    Gary

  3. #3
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Re: Why can't I ....

    Yes this is correct, Framework 2 and Framework 1.1 are completely different.
    VS 2005 uses 2 and VS 2003 uses 1.1

    So, you cannot load a 2005 project into VS 2003...You can do it the other way round as VS 2005 "upgrades" the source code to use Framework 2.

    You can, as stated, download VS 2005 express editions for free from MS, which is a real bonus.

    Would u expect VB6 to give an error if you tried to load a VS 2003 project into it?

    Woka

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Why can't I ....

    So... are you using VB or C#? Did you really get a copy of Visual Basic with a C# book or do you mean Visual Studio?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    2

    Re: Why can't I ....

    Quote Originally Posted by jmcilhinney
    So... are you using VB or C#? Did you really get a copy of Visual Basic with a C# book or do you mean Visual Studio?
    I got both, and it came with msdn cds and the ms 2000 operating cd.
    Husband/Father/Working man/Student (I have alot on my plate)

Posting Permissions

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



Click Here to Expand Forum to Full Width