Quick Search for:  in language:    
VSNET,Because,uses,format,actually,some,tags,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
.Net Stats

 Code: 140,189. lines
 Jobs: 376. postings

 How to support the site

 
Sponsored by:

 
You are in:
 

Does your code think in ink?
Login





Latest Code Ticker for .Net.
Click here to see a screenshot of this code!Ray Picking for 3d Objects
By Jay1_z on 11/23

(Screen Shot)

Embed Images into Xml Files
By Chris Richards on 11/23


Encryption and Alternate Data Stream
By Philip Pierce on 11/23


Click here to see a screenshot of this code!AddressBook
By Ekong George Ekong on 11/23

(Screen Shot)

Click here to see a screenshot of this code!Command Line Redirection
By kaze on 11/23

(Screen Shot)

Fader
By Ahmad Hammad on 11/23


Click here to see a screenshot of this code!Get content of a web page (simple)
By Tin Trung Dang on 11/22

(Screen Shot)

Retrieve the long path name for a short path name.
By Özgür Aytekin on 11/22


Easy Randomizer
By Christian Müller on 11/22


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

A Simple way to make VS.NET 2003 prjects back to VS.NET 2002 projects

Print
Email
 

Submitted on: 5/27/2003 5:28:10 AM
By: Unruled Boy  
Level: Advanced
User Rating: By 3 Users
Compatibility:C#, VB.NET

Users have accessed this article 2658 times.
 

(About the author)
 
     Because VS.NET 2003 uses a new format (actually some new tags and version identifiers.), we cannot open those projects/solutions that created/modified by VS.NET 2003 with VS.NET 2002. Yet, there is a simple way to solve this problem.

This article has accompanying files
 
 
Terms of Agreement:   
By using this article, you agree to the following terms...   
1) You may use this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.

A Simple way to make VS.NET 2003 back to VS.NET 2002

Unruled Boy 2003-5-27

 

       Because VS.NET 2003 uses a new format (actually some new tags and version identifiers.), we cannot open those projects/solutions that created/modified by VS.NET 2003 with VS.NET 2002.

       Yet, there is a simple way to solve this problem.

 

       Step 1: Modify the Solution Files

              Change the first line of the solution files from ¡°Microsoft Visual Studio Solution File, Format Version 8.00¡± to ¡°Microsoft Visual Studio Solution File, Format Version 7.00¡±

 

       Step 2: Modify the Project Files

A.     For C Sharp:

<VisualStudioProject>

    <CSHARP

        ProjectType = "Local"

        ProductVersion = "7.10.3707"

        SchemaVersion = "2.0"

        ProjectGuid = "{20502969-7071-4065-BDB5-09EDB3C31E3C}"

>

 

Change the above lines to the following lines:

 

<VisualStudioProject>

    <CSHARP

        ProjectType = "Local"

        ProductVersion = "7.0.9466"

        SchemaVersion = "1.0"

        ProjectGuid = "{20502969-7071-4065-BDB5-09EDB3C31E3C}"

>

 

Beaware of the ProjectGuid, it should be same with actual ones.

 

B.     For Visual Basic.NET

    <VisualBasic

        ProjectType = "Local"

        ProductVersion = "7.10.3707"

        SchemaVersion = "2.0"

        ProjectGuid = "{6E100C4A-A121-4C1F-83BF-BE639BC59CF1}"

>

 

Change the above lines to the following lines:

 

   <VisualBasic

        ProjectType = "Local"

        ProductVersion = "7.0.9466"

        SchemaVersion = "1.0"

        ProjectGuid = "{6E100C4A-A121-4C1F-83BF-BE639BC59CF1}"

>

 

winzip iconDownload article

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this article, you agree to the following terms...   
1) You may use this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.
 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this article(in the Advanced category)?
(The article with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
5/27/2003 6:22:51 AM:Elfar Alfreğsson
why should you change the version number?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/27/2003 6:25:44 AM:Elfar Alfreğsson
I mean the Product version number.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/27/2003 6:26:30 AM:Elfar Alfreğsson
bleh pushed enter to quickly again. is that the version number of the studio or the one of the solution?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/27/2003 8:26:28 AM:Unruled Boy
the one of Visual Studio .net
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/28/2003 12:07:22 AM:Thushan Fernando
you shouldnt do this unless your sure your not using any .NET v1.1 code, thats the reason why they did this. BE CAREFUL!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/28/2003 12:33:54 PM:Unruled Boy
to:Thushan Fernando right, VS.NET 1.1 has some new functions that cannot be compiled in VS.NET 1.0, but this article simply show people how to convert 1.1 solutions back to 1.0 solutions which are created by 1.0 but modified by 1.1 or created by 1.1 yet they do not uses 1.1 function.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/29/2003 1:46:12 PM:Carl Mercier
This works like a charm! Thanks!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/29/2003 9:56:25 PM:Unruled Boy
i am now developing an application to auto convert between vs.net 2003 and vs.net 2002. hope that it will be finished in few days.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/15/2003 7:00:58 PM:
This article oversimplifies it. What about the references? You cannot compile 1.1 code with Visual Studio 2002. It's fine if you have no code.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/23/2003 3:35:54 AM:Dean Kruger
Thanks!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this article has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular article, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | .Net Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.